1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/drivers/sx127x
Jose Alamos c8f9d85002
shell_commands/gnrc_netif: fix gnrc_netif_cmd_lora dependency
This commit fixes the dependency resolution of `gnrc_netif_cmd_lora`.
As it was, this module was pulled by the driver if `gnrc` was used.
Besides pulling an extra dependency in applications that don't use
`shell_commands` or `gnrc_lorawan`, this hardcodes the module
resolution in the drivers.

This commit pulls `gnrc_netif_cmd_lora` if `shell_commands` and
`gnrc_lorawan` are present.
2021-07-09 13:29:07 +02:00
..
include Merge pull request #11798 from jia200x/pr/remove_sx127x_multi 2019-07-05 11:33:42 +02:00
Kconfig drivers/sx127x: add modules to Kconfig 2021-01-21 11:22:51 +01:00
Makefile drivers: initial implementation of sx127x radio (LoRa mode only) 2017-06-30 19:00:40 +02:00
Makefile.dep shell_commands/gnrc_netif: fix gnrc_netif_cmd_lora dependency 2021-07-09 13:29:07 +02:00
Makefile.include drivers: move USEMODULE_INCLUDES in each driver directories 2020-07-15 20:36:27 +02:00
sx127x_getset.c drivers/sx127x: fix size of rx symbol timeout 2021-07-01 11:58:34 +02:00
sx127x_internal.c drivers/sx127x: uncrustify code 2021-05-18 11:00:44 +02:00
sx127x_netdev.c drivers/sx127x: fix size of rx symbol timeout 2021-07-01 11:58:34 +02:00
sx127x.c drivers/sx127x: uncrustify code 2021-05-18 11:00:44 +02:00