#ifdefined NRF52_SERIES || defined ESP32 || definedARDUINO_RAKWIRELESS_RAK11300 /** Semaphore used by SX126x IRQ handler to wake up LoRaWAN task*/ SemaphoreHandle_t _lora_sem =NULL; Expand DownExpand Up@@ -346,7 +346,7 @@ uint32_t lora_rak13300_init(void) ...
"name": "SX126x-Arduino", "version": "2.0.22", "version": "2.0.23", "keywords": [ "lora", "Semtech", 2 changes: 1 addition & 1 deletion 2 library.properties Original file line numberDiff line numberDiff line change @@ -1,5 +1,5 @@ name=SX126x-Arduino version=2.0.22 ...
define HAL ways to get the radio configuration "as wired" pushed into the radio driver. write the driver. I don't think any changes are needed in lmic*.c for this. It's all radio.c -> radio_sx127x.c and radio_sx126x.c. I imagine some HAL changes are needed; possibly the whole...
Address miscellaneous minor things found in review. terrillmoore added 7 commits October 29, 2024 17:07 style: #endif needs comment in radio_*.c d80157b Refactor README and put little-used config in separate file 39fd535 #949: document support for SX126x 2878896 Minor doc touchups ...