Commit graph

1980 commits

Author SHA1 Message Date
jgromes
5d9917eb06 [LoRaWAN] Change FSK switch to modulation variable 2024-06-02 09:29:55 +02:00
jgromes
7d96b4290e Bump version to 6.6.0 2024-05-28 17:53:19 +02:00
jgromes
a465f64969 [LR11x0] Implemented RF switch control 2024-05-26 17:03:45 +02:00
jgromes
3af427fefb [SX126x] Fix duplicate method 2024-05-26 16:43:54 +02:00
jgromes
f78b3ccc97 [MOD] Increase maximum number of RF switch pins to 5 2024-05-26 16:36:42 +02:00
jgromes
852d336c50 [SX126x] Added getMod implementation 2024-05-26 16:32:51 +02:00
jgromes
c3e99c8698 [LR11x0] Make regulator mode and Rx gain config public (#1108) 2024-05-26 14:11:05 +02:00
jgromes
cc2cb2c9a0 [LoRaWAN] Fix shadowed variable 2024-05-26 11:26:15 +01:00
jgromes
41f89198aa [Crypto] Suppress cppcheck unused private function 2024-05-26 09:31:59 +02:00
jgromes
79d10c242a [LoRaWAN] Use memset for channel array init 2024-05-26 09:27:00 +02:00
jgromes
9a9e04d047 Add check for self-assignment 2024-05-26 09:25:13 +02:00
jgromes
99bb025173 [PHY] Added missing zero inits 2024-05-26 09:07:07 +02:00
jgromes
525fdfb1a0 [LoRaWAN] Cppcheck cleanup 2024-05-26 09:02:23 +02:00
jgromes
45d3aac0d9 [CC1101] Fixed signed comparison warning 2024-05-26 08:55:38 +02:00
jgromes
6c11480416 [LR11x0] Cppcheck cleanup 2024-05-26 08:49:02 +02:00
jgromes
16710d4dae [SX128x] Added missing override 2024-05-26 08:45:42 +02:00
jgromes
195339a0c7 [LR11x0] Added missing override 2024-05-26 08:44:42 +02:00
jgromes
77bc8fb33e [SX126x] Added missing override 2024-05-26 08:44:12 +02:00
jgromes
214a566d9a [CC1101] Make frequency range check bounds inclusive 2024-05-26 08:43:02 +02:00
StevenCellist
139fc7ee35 [LoRaWAN] Force default Rx2 for JoinAccept 2024-05-25 15:25:46 +02:00
StevenCellist
7186ae598b [LoRaWAN] Improve debug output 2024-05-25 15:12:36 +02:00
StevenCellist
237531c9a0 [LoRaWAN] Improve FPort checks, add TS009 option 2024-05-25 15:00:36 +02:00
StevenCellist
d4b25e75af [LoRaWAN] Hide Rx2 config into guarded setRx2Dr() 2024-05-25 14:38:04 +02:00
StevenCellist
88b4da94c1 [LoRaWAN] Fix cppcheck warnings 2024-05-25 13:13:35 +02:00
StevenCellist
fe221cf84f [LoRaWAN] Revert LW to LORAWAN 2024-05-25 13:00:02 +02:00
jgromes
4a011e0915 [SX128x] Fix check output power argument name 2024-05-25 07:13:31 +02:00
lewisxhe
84402968c2 Fixed SX128X checkOutputPower 2024-05-25 10:50:58 +08:00
StevenCellist
298a612699
[LoRaWAN] Change session activation (#1093)
* [LoRaWAN] Improve session restoration/activation behaviour

* [LoRaWAN] Custom return codes for session begin

* [LoRaWAN] Separate begin() and activate()

* [LoRaWAN] Fix activateABP()

* [LoRaWAN] Additional error-code

* [LoRaWAN] Fix rejoining during active session

* [LoRaWAN] Expose clearSession, drop `force`

* Update keywords...
2024-05-21 12:03:49 +02:00
jgromes
e52fe99f03 [CC1101] Rework power check to not use constexpr 2024-05-20 19:56:47 +02:00
Thomas Schätzlein
f2e1b547d5 fix payload of DevStatusAns mac-command
Lorawan specs say (e.g. 1.0.4 or 1.1), that the first byte is the
battery-level and the second byte is the margin.
2024-05-20 10:51:41 +02:00
jgromes
534a2f2d62 [LR11x0] Fix struct initialization 2024-05-19 19:09:04 +02:00
jgromes
98c80a9cb9 [STM32WL] Fix output ramp time configuration 2024-05-19 19:05:03 +02:00
jgromes
60d1738c91 [AX25] Fix possible string truncation 2024-05-19 18:32:44 +02:00
jgromes
5e398bd868 [LR11x0] Added firmware update support 2024-05-19 14:55:11 +02:00
jgromes
8f5440e4b5 [LR11x0] Clarified device macro naming 2024-05-19 13:55:53 +02:00
jgromes
ffbcdd0d57 [MOD] Move SPI timeout to SPI config struct 2024-05-19 13:55:22 +02:00
jgromes
b5fd75b4dc [LR11x0] Implemented v2 GNSS commands 2024-05-18 08:44:50 +02:00
jgromes
47f5569e7f [LR11x0] Dump FW versions in debug mode 2024-05-15 21:27:31 +02:00
jgromes
3b412d7521 [SX126x] Add rounding when using custom image rejection (#1096) 2024-05-15 20:22:30 +02:00
jgromes
f9af9b4d3f [SX128x] Fix forgotten sleep 2024-05-15 18:45:57 +02:00
jgromes
63ef9e0977 Fixup doxygen comments (#1089) 2024-05-15 18:43:19 +02:00
Dominic Moffat
b336dd59f9
Fixes overload warning when building with ESP IDF (#1089)
* fixes overload

* fixes overload

* fixes overload warnings in ESP-IDF
2024-05-15 18:40:08 +02:00
jgromes
9e8da76740 [ITA2] Added assignment operator overload and copy constructor 2024-05-12 19:49:56 +01:00
jgromes
71ccce4a3d [EXT] Added assignment operator overload and copy constructor 2024-05-12 19:49:46 +01:00
jgromes
e3f851ef6d [AX.25] Added assignment operator overload 2024-05-12 19:49:28 +01:00
bkleiner
f3d358bbe3 LR11x0: fix setDioAsRfSwitch argument count 2024-05-12 19:01:17 +02:00
jgromes
dd9dc39f69 [Crypto] Fixed issues found by cppcheck 2024-05-12 12:04:41 +01:00
jgromes
330f4e8fe1 [CRC] Fixed issues found by cppcheck 2024-05-12 12:04:19 +01:00
jgromes
356e8c8546 [FEC] Fixed issues found by cppcheck 2024-05-12 12:04:09 +01:00
jgromes
a93e7b93de [SSTV] Fixed issues found by cppcheck 2024-05-12 12:03:53 +01:00