zephyr/drivers/lora
Gerard Marull-Paretas 95fb0ded6b kconfig: remove Enable from boolean prompts
According to Kconfig guidelines, boolean prompts must not start with
"Enable...". The following command has been used to automate the changes
in this patch:

sed -i "s/bool \"[Ee]nables\? \(\w\)/bool \"\U\1/g" **/Kconfig*

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2022-03-09 15:35:54 +01:00
..
CMakeLists.txt drivers: sx126x: add support for the stm32wl chip 2021-07-15 21:30:28 -04:00
hal_common.c drivers: lora: fix RtcGetCalendarTime() 2021-10-05 19:24:58 -04:00
Kconfig kconfig: remove Enable from boolean prompts 2022-03-09 15:35:54 +01:00
Kconfig.sx12xx drivers: sx126x: add support for the stm32wl chip 2021-07-15 21:30:28 -04:00
shell.c drivers: lora: shell: fix 'long' specifier in shell_error() 2022-02-01 14:25:38 -06:00
sx12xx_common.c drivers: lora: sx12xx: use gpio_dt_spec 2022-02-21 22:16:10 -05:00
sx12xx_common.h drivers: lora: sx12xx: use gpio_dt_spec 2022-02-21 22:16:10 -05:00
sx126x.c lora: sx126x: fix missing GPIO instantiation 2022-02-28 10:52:23 +01:00
sx126x_common.h drivers: lora: sx12xx: use gpio_dt_spec 2022-02-21 22:16:10 -05:00
sx126x_standalone.c drivers: sx126x_standalone: use the correct dev_data for dio1 callback 2021-08-16 04:57:41 -04:00
sx126x_stm32wl.c drivers: sx126x_stm32wl: clear the radio IRQ before reenabling it 2021-09-22 21:10:05 -05:00
sx127x.c all: Deprecate UTIL_LISTIFY and replace with LISTIFY 2022-03-08 11:03:30 +01:00