zephyr/scripts
Flavio Ceolin 4218d5f8f0 kernel: Make If statement have essentially Boolean type
Make if statement using pointers explicitly check whether the value is
NULL or not.

The C standard does not say that the null pointer is the same as the
pointer to memory address 0 and because of this is a good practice
always compare with the macro NULL.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
2018-09-18 13:57:15 -04:00
..
checkpatch
ci scripts: ci: Set SOC_DIR for check-compliance.py 2018-09-14 17:45:56 +02:00
cmake
coccinelle coccicnelle: Ignore return of memset 2018-09-14 16:55:37 -04:00
cross_compiler
dts headers: Fix headers guards 2018-09-17 15:49:26 -04:00
footprint
gitlint
kconfig menuconfig: Fix some minor graphical glitching and add custom styles 2018-09-17 09:55:12 +02:00
meta/west scripts: west: sync with upstream 2018-07-30 17:56:21 -04:00
sanity_chk sanitycheck: update release data 2018-09-09 21:07:19 -04:00
support
.gitignore
check_host_is_ok.py
check_link_map.py
checkpatch.pl
checkstack.pl
dir_is_writeable.py
elf_helper.py scripts: elf_helper.py: run through flake8 2018-09-17 09:40:02 -04:00
file2hex.py
filter-known-issues.py scripts: filter-known-issues: Add extra newline 2018-07-12 23:11:46 -04:00
gen_alignment_script.py
gen_app_partitions.py userspace: app_shared_mem: Fixed incorrect implementation. 2018-08-14 05:22:54 -07:00
gen_gdt.py
gen_idt.py gen_isr_tables: Delete the dead code accompanying .intList.num_isrs 2018-06-25 12:54:49 -07:00
gen_kobject_list.py kernel: Make If statement have essentially Boolean type 2018-09-18 13:57:15 -04:00
gen_mmu_x86.py
gen_offset_header.py
gen_priv_stacks.py scripts: gen_priv_stacks.py: run through flake8 2018-09-17 09:40:02 -04:00
gen_syscall_header.py kernel: syscall: Explicitly ignoring not used return 2018-09-14 16:55:37 -04:00
gen_syscalls.py headers: Fix headers guards 2018-09-17 15:49:26 -04:00
parse_syscalls.py userspace: adjust syscall generation scripts 2018-07-24 14:39:38 -04:00
process_gperf.py
qemu-machine-hack.py
requirements.txt scripts: requirements.txt: fix PyYAML for python 3.7 2018-09-11 20:58:09 -04:00
sanitycheck sanitycheck: capture delayed faults 2018-08-30 15:05:30 -04:00
spelling.txt
subfolder_list.py cmake: Using symlinks on unix like os'es for dependencies 2018-06-19 17:00:27 +02:00
tags.sh
waitpid
west
west-win.py