1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/drivers/sx127x
Gunar Schorcht 6d61381d2a drivers: use inline functions for GPIO comparisons
The expandable GPIO API requires the comparison of structured GPIO types. This means that inline functions must be used instead of direct comparisons. For the migration process, drivers must first be changed so that they use the inline comparison functions.
2020-08-31 13:10:28 +02:00
..
include Merge pull request #11798 from jia200x/pr/remove_sx127x_multi 2019-07-05 11:33:42 +02:00
Makefile drivers: initial implementation of sx127x radio (LoRa mode only) 2017-06-30 19:00:40 +02:00
Makefile.dep drivers/sx127x: migrate to ztimer 2020-08-20 13:41:32 +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: migrate to ztimer 2020-08-20 13:41:32 +02:00
sx127x_internal.c drivers: use inline functions for GPIO comparisons 2020-08-31 13:10:28 +02:00
sx127x_netdev.c drivers/sx127x: migrate to ztimer 2020-08-20 13:41:32 +02:00
sx127x.c drivers: use inline functions for GPIO comparisons 2020-08-31 13:10:28 +02:00