zephyr/subsys/bluetooth/host/mesh
Adithya Baglody 9fe378b7e7 Bluetooth: Mesh: Enforce proper compilation.
The current method relies heavily on the linker/compiler to
do the correct operation. Which is to eliminate the code that will
never get called. This posses a problem if the build even changes
by a smallest fraction.
The current patch will enforce proper inclusion of the code at the
pre-processing stage. Thereby not relying on the compiler/linker to
do the right thing.

Signed-off-by: Adithya Baglody <adithya.nagaraj.baglody@intel.com>
2018-09-20 11:14:03 +03:00
..
CMakeLists.txt
Kconfig Kconfig: Use the first default with a satisfied condition 2018-08-10 12:38:28 -07:00
TODO
access.c
access.h
adv.c coccicnelle: Ignore return of memset 2018-09-14 16:55:37 -04:00
adv.h
beacon.c
beacon.h
cfg_cli.c
cfg_srv.c coccicnelle: Ignore return of memset 2018-09-14 16:55:37 -04:00
crypto.c
crypto.h
foundation.h
friend.c coccicnelle: Ignore return of memset 2018-09-14 16:55:37 -04:00
friend.h
health_cli.c
health_srv.c Bluetooth: mesh: Fix missing semicolon 2018-09-05 10:45:19 -04:00
lpn.c kernel: atomic: Ignore atomic_and/or return when not used 2018-09-14 16:55:37 -04:00
lpn.h
main.c coccicnelle: Ignore return of memset 2018-09-14 16:55:37 -04:00
mesh.h
net.c coccicnelle: Ignore return of memset 2018-09-14 16:55:37 -04:00
net.h
prov.c Bluetooth: Mesh: Enforce proper compilation. 2018-09-20 11:14:03 +03:00
prov.h
proxy.c coccicnelle: Ignore return of memset 2018-09-14 16:55:37 -04:00
proxy.h
settings.c coccicnelle: Ignore return of memset 2018-09-14 16:55:37 -04:00
settings.h
shell.c shell: Rename shell to legacy_shell 2018-09-19 09:30:29 -04:00
test.c
test.h
transport.c coccicnelle: Ignore return of memset 2018-09-14 16:55:37 -04:00
transport.h Bluetooth: Mesh: Improve outgoing segment count configuration 2018-07-25 18:16:45 +03:00