zephyr/samples
Ulf Magnusson 4638652214 Kconfig: Use 'default' instead of 'def_bool' in Kconfig.defconfig files
This can help find unused symbols. Those end up without a type if
'default' is used instead of 'def_bool', which generates a warning.

Search for "Kconfig.defconfig" in
https://docs.zephyrproject.org/latest/application/kconfig-tips.html for
a longer explanation.

Keep the 'def_bool' for the following symbols, which seem to be
deliberately defined only in Kconfig.defconfig files:

 - ALTERA_AVALON_I2C
 - ALTERA_AVALON_MSGDMA
 - ALTERA_AVALON_PIO
 - ALTERA_AVALON_QSPI
 - ALTERA_AVALON_SYSID
 - CLOCK_CONTROL_IMX_CCM
 - CPU_EM4_DMIPS
 - CPU_EM4_FPUDA
 - CPU_EM4_FPUS
 - FP_FPU_DA
 - I2C_GECKO

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
2018-11-13 16:04:01 -05:00
..
application_development Kconfig: Use 'default' instead of 'def_bool' in Kconfig.defconfig files 2018-11-13 16:04:01 -05:00
basic dts_fixups: Use DT_ prefix in all defined labels not related to Kconfig 2018-11-13 10:44:42 -06:00
bluetooth dts_fixups: Use DT_ prefix in all defined labels not related to Kconfig 2018-11-13 10:44:42 -06:00
boards dts_fixups: Use DT_ prefix in all defined labels not related to Kconfig 2018-11-13 10:44:42 -06:00
cpp_synchronization samples, tests: Use semi-accurate project names 2018-10-27 21:31:25 -04:00
display dts_fixups: Use DT_ prefix in all defined labels not related to Kconfig 2018-11-13 10:44:42 -06:00
drivers dts_fixups: Use DT_ prefix in all defined labels not related to Kconfig 2018-11-13 10:44:42 -06:00
hello_world samples, tests: Use semi-accurate project names 2018-10-27 21:31:25 -04:00
mpu dts_fixups: Use DT_ prefix in all defined labels not related to Kconfig 2018-11-13 10:44:42 -06:00
net samples: wifi: winc1500: Don't assume all GPIO pins on same controller 2018-11-13 14:12:18 -05:00
nfc/nfc_hello samples: Remove board.h include 2018-11-01 13:15:18 +01:00
philosophers samples, tests: Use semi-accurate project names 2018-10-27 21:31:25 -04:00
sensor dts_fixups: Use DT_ prefix in all defined labels not related to Kconfig 2018-11-13 10:44:42 -06:00
shields dts_fixups: Use DT_ prefix in all defined labels not related to Kconfig 2018-11-13 10:44:42 -06:00
subsys dts_fixups: Use DT_ prefix in all defined labels not related to Kconfig 2018-11-13 10:44:42 -06:00
synchronization samples: synchronization: Add openocd configuration 2018-10-31 12:05:11 -04:00
testing/integration samples, tests: Use semi-accurate project names 2018-10-27 21:31:25 -04:00
xtensa_asm2 samples, tests: Use semi-accurate project names 2018-10-27 21:31:25 -04:00
kernel.rst
samples.rst samples: Provide x-nucleo-iks01a1 shield sample 2018-09-21 18:51:26 -04:00