Change log and commit attribution
Click to expand
- [SX126x] Fix LR-FHSS sync word
- [LR11x0] Use array as LR-FHSS sync word
- [CC1101] Added support for 4-FSK (#823)
- [PHY] Use less generic modem names (#1294)
- [LoRaWAN] Accept const uint8_t* on public API (#1302) (by @Kabbah)
- Added quick links to readme
- hal: Tock: Re-enable pin after detaching interrupt (#1308) (by @alistair23)
- Added links to status code decoder to issue templates
- Added missing links to doxygen mainpage
- [SX127x/RF69] Added setFifoThreshold (#1309) (by @SzczepanLeon)
- [SX127x] Added parameter doc and keyword
- [MOD] Optimize SPI register writing
- Drop debug decoder
- Add link to online debug decoder
- hal: Tock: Namespace HAL, update timer implementation and update libtock-c (#1313) (by @alistair23 and @ppannuto)
- [SX127x] Add missing state initialization (#1321)
- Change order of setFlag function (by @radiohound)
- Fixed order of ISR functions in examples
- [LR11x0] Disable DIO11 for GNSS only (#1275)
- [SX126x] Allow 15 dBm on SX1261 (#1329)
- [SX126x] Allow SX1261 version string for LLCC68 devices (#1329)
- [LoRaWAN] Simplify JoinRequest datarate handling (by @StevenCellist)
- [LoRaWAN] Update revision naming / RP revision B (by @StevenCellist)
- Move ESP-IDF HAL back to examples (#1322)
- [SX128x] Make Tx timeout at least 5 ms
- [SX126x] Make Tx timeout at least 5 ms (#1338)
- fix build with Arduino Core for Silicon Labs EFR32 Series 2 (by @lyusupov)
- [LoRaWAN] Do not reject first JoinAccept for 1.0.4 on Chirpstack (by @StevenCellist)
- [CI] Add Silicon Labs board to supported platforms
- [CC1101] Clarify maximum packet length (#1347)
- [SX127x] Use length from startReceive in implicit header mode (#1345)
- [SX126x] Fix broken FSK packet params calls (#1350) (#1338)
- [SX126x] Fix preamble detector configuration (#1350)
- [SX126x] Drop support for FSK address filtering (#1268)
- Add FSK to supported LoRaWAN modulations (by @StevenCellist)
What's Changed
- [LoRaWAN] Accept
const uint8_t*
on public API by @Kabbah in #1302 - hal: Tock: Re-enable pin after detaching interrupt by @alistair23 in #1308
- [SX127x/RF69] Added setFifoThreshold by @SzczepanLeon in #1309
- hal: Tock: Namespace HAL, update timer implementation and update libtock-c by @alistair23 in #1313
- Change order of setFlag function by @radiohound in #1326
- fix build with Arduino Core for Silicon Labs EFR32 Series 2 by @lyusupov in #1343
New Contributors
- @Kabbah made their first contribution in #1302
- @SzczepanLeon made their first contribution in #1309
- @radiohound made their first contribution in #1326
Full Changelog: 7.1.0...7.1.1