1 file changed
+1
-1
lines changed- .github/workflows/main.yml+5-1
- README.md+4-1
- examples/CC1101/CC1101_Receive_Interrupt/CC1101_Receive_Interrupt.ino+15-15
- examples/CC1101/CC1101_Transmit_Address/CC1101_Transmit_Address.ino+2-2
- examples/CC1101/CC1101_Transmit_Blocking/CC1101_Transmit_Blocking.ino+2-2
- examples/CC1101/CC1101_Transmit_Interrupt/CC1101_Transmit_Interrupt.ino+17-17
- examples/LR11x0/LR11x0_Channel_Activity_Detection_Interrupt/LR11x0_Channel_Activity_Detection_Interrupt.ino+15-15
- examples/LR11x0/LR11x0_Receive_Interrupt/LR11x0_Receive_Interrupt.ino+15-15
- examples/LR11x0/LR11x0_Transmit_Interrupt/LR11x0_Transmit_Interrupt.ino+15-15
- examples/LR11x0/LR11x0_WiFi_Scan_Interrupt/LR11x0_WiFi_Scan_Interrupt.ino+14-14
- examples/LoRaWAN/LoRaWAN_Starter/notes.md+1-1
- examples/LoRaWAN/README.md+7-7
- examples/NonArduino/ESP-IDF/main/EspHal.h+1-1
- examples/NonArduino/ESP-IDF/main/main.cpp+1-1
- examples/NonArduino/Tock/CMakeLists.txt+26-2
- examples/NonArduino/Tock/README.md+1-1
- examples/NonArduino/Tock/build.sh+2-2
- examples/NonArduino/Tock/main.cpp+3-3
- examples/RF69/RF69_Receive_Interrupt/RF69_Receive_Interrupt.ino+15-15
- examples/RF69/RF69_Transmit_Interrupt/RF69_Transmit_Interrupt.ino+15-15
- examples/STM32WLx/STM32WLx_Channel_Activity_Detection_Interrupt/STM32WLx_Channel_Activity_Detection_Interrupt.ino+12-12
- examples/STM32WLx/STM32WLx_Receive_Interrupt/STM32WLx_Receive_Interrupt.ino+12-12
- examples/STM32WLx/STM32WLx_Transmit_Interrupt/STM32WLx_Transmit_Interrupt.ino+12-12
- examples/SX126x/SX126x_Channel_Activity_Detection_Interrupt/SX126x_Channel_Activity_Detection_Interrupt.ino+15-15
- examples/SX126x/SX126x_Channel_Activity_Detection_Receive/SX126x_Channel_Activity_Detection_Receive.ino+18-17
- examples/SX126x/SX126x_FSK_Modem/SX126x_FSK_Modem.ino-29
- examples/SX126x/SX126x_Receive_Interrupt/SX126x_Receive_Interrupt.ino+15-15
- examples/SX126x/SX126x_Transmit_Interrupt/SX126x_Transmit_Interrupt.ino+15-15
- examples/SX127x/SX127x_Channel_Activity_Detection_Interrupt/SX127x_Channel_Activity_Detection_Interrupt.ino+30-30
- examples/SX127x/SX127x_Channel_Activity_Detection_Receive/SX127x_Channel_Activity_Detection_Receive.ino+33-33
- examples/SX127x/SX127x_Receive_Direct/SX127x_Receive_Direct.ino+6-6
- examples/SX127x/SX127x_Receive_Interrupt/SX127x_Receive_Interrupt.ino+15-15
- examples/SX127x/SX127x_Transmit_Interrupt/SX127x_Transmit_Interrupt.ino+15-15
- examples/SX128x/SX128x_Channel_Activity_Detection_Interrupt/SX128x_Channel_Activity_Detection_Interrupt.ino+15-15
- examples/SX128x/SX128x_Receive_Interrupt/SX128x_Receive_Interrupt.ino+15-15
- examples/SX128x/SX128x_Transmit_Interrupt/SX128x_Transmit_Interrupt.ino+15-15
- examples/Si443x/Si443x_Receive_Interrupt/Si443x_Receive_Interrupt.ino+15-15
- examples/Si443x/Si443x_Transmit_Interrupt/Si443x_Transmit_Interrupt.ino+15-15
- examples/nRF24/nRF24_Receive_Interrupt/nRF24_Receive_Interrupt.ino+15-15
- examples/nRF24/nRF24_Transmit_Interrupt/nRF24_Transmit_Interrupt.ino+15-15
- idf_component.yml+1-1
- library.json+1-1
- library.properties+1-1
- src/BuildOpt.h+9-4
- src/hal/Tock/libtockHal.h-226
- src/modules/CC1101/CC1101.h+1-4
- src/modules/LLCC68/LLCC68.cpp+7
- src/modules/LLCC68/LLCC68.h+1
- src/modules/LR11x0/LR11x0.cpp+5-2
- src/modules/LR11x0/LR11x0.h+3-2
- src/modules/SX126x/SX1261.cpp+12-4
- src/modules/SX126x/SX1261.h+1-1
- src/modules/SX126x/SX126x.cpp+35-75
- src/modules/SX126x/SX126x.h+9-2
- src/modules/SX127x/SX1272.cpp+6-23
- src/modules/SX127x/SX1272.h-1
- src/modules/SX127x/SX1278.cpp+6-23
- src/modules/SX127x/SX1278.h-1
- src/modules/SX127x/SX127x.cpp+28-6
- src/modules/SX127x/SX127x.h+2
- src/modules/SX128x/SX128x.cpp+7-3
- src/protocols/LoRaWAN/LoRaWAN.cpp+11-28
- src/protocols/LoRaWAN/LoRaWAN.h+3-6
- src/protocols/LoRaWAN/LoRaWANBands.cpp+20-75
0 commit comments