zephyr/drivers/lora
Marcin Niestroj 51666b8130 lora: select REQUIRES_FULL_LIBC when LORA=y
Right now we depend on NEWLIB_LIBC to build Zephyr with LORA=y. This
seems to be the only Kconfig option like that. Convert it to select
REQUIRES_FULL_LIBC instead, which will select NEWLIB_LIBC by default and
allow to use external libc as well.

Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
2020-06-27 08:19:05 -04:00
..
CMakeLists.txt drivers: lora: Factor out sx12xx common functionality 2020-06-11 07:15:34 -04:00
Kconfig lora: select REQUIRES_FULL_LIBC when LORA=y 2020-06-27 08:19:05 -04:00
Kconfig.sx1276 drivers: lora: sx1276: select PA output by dts property 2020-06-23 13:08:06 +02:00
hal_common.c drivers: lora: Move board support to a separate file 2020-06-11 07:15:34 -04:00
shell.c lora: shell: use strtoul instead of strtoll 2020-06-25 16:17:27 -05:00
sx12xx_common.c drivers: lora: Factor out sx12xx common functionality 2020-06-11 07:15:34 -04:00
sx12xx_common.h drivers: lora: Factor out sx12xx common functionality 2020-06-11 07:15:34 -04:00
sx1276.c drivers: lora: sx1276: support antenna power enable 2020-06-23 13:08:06 +02:00