Commit graph

3099 commits

Author SHA1 Message Date
jgromes
ebb6edcad7 Add new methods to keywords 2025-02-05 07:22:40 +01:00
jgromes
5487a43412 [SX126x] Make array const 2025-02-03 20:55:28 +01:00
jgromes
cd9a3f0d23 [SX127x] Remove unused method from header 2025-02-03 20:51:32 +01:00
jgromes
47499f5a22 [LR11x0] Implement staged modes 2025-02-03 20:34:10 +01:00
jgromes
bf734c4528 [SX127x] Implement staged modes 2025-02-03 20:34:03 +01:00
jgromes
c0bcc219a9 [SX128x] Implement staged modes 2025-02-03 20:33:55 +01:00
jgromes
a8bbdc6eaa [SX126x] Implement staged modes 2025-02-03 20:33:43 +01:00
jgromes
d7c00bfa0a [PHY] Add default implementation of start transmit/receive 2025-02-03 20:32:29 +01:00
jgromes
7ec456dad4 [PHY] Pass mode config by reference 2025-02-03 20:31:58 +01:00
StevenCellist
d6b6a0bf51 [LoRaWAN] A-synchronize transmissions (#1410) 2025-02-03 00:15:50 +01:00
StevenCellist
c43b89dc42 [LoRaWAN] Use new stageMode and launchMode, reduce scanGuard 2025-02-02 00:13:02 +01:00
StevenCellist
43f58e1b1f [SX126x] Add missing overrides 2025-02-02 00:09:38 +01:00
StevenCellist
2b021d3e67 [PHY] Add missing virtual specifiers 2025-02-02 00:09:23 +01:00
jgromes
557d2bfcfa [SX126x] Add support for staged Rx/Tx 2025-02-01 16:55:17 +00:00
jgromes
61c5bdb831 [PHY] Add PHY support for staged modes 2025-02-01 16:54:46 +00:00
jgromes
4deec953e8 [LLCC68] Add missing override specifiers 2025-01-31 18:25:57 +01:00
jgromes
8ab989ab53 [CI] Add helper script to cppcheck single path 2025-01-31 18:25:38 +01:00
jgromes
b634c9c711 [SX126x] Add missing virtual specifier (#1405) 2025-01-31 18:09:52 +01:00
jgromes
8c304a89c1 [LLCC68] Add override begin FSK and LR-FHSS methods (#1405) 2025-01-31 17:59:47 +01:00
StevenCellist
27653e1cf7 [LoRaWAN] Allow support for misc MAC commands 2025-01-30 20:58:53 +01:00
jgromes
5eb90ea17a [SX126x] Add LR-FHSS interrupt transmit example 2025-01-29 21:14:36 +01:00
jgromes
779e0aa4dd [SX126x] Rename LR-FHSS modem example to transmit 2025-01-29 20:45:41 +01:00
jgromes
c187960cc1 [SX126x] Add public method to handle LR-FHSS hopping 2025-01-29 17:51:20 +00:00
jgromes
fc6ff698b9 [RF69] Fix sync word length not set correctly (#1400) 2025-01-27 18:44:49 +01:00
jgromes
c6096ad3b8 [CI] Fix steps order 2025-01-23 19:04:06 +01:00
jgromes
d0cfd5a461 [CI] Only push metrics from master 2025-01-23 18:41:16 +01:00
Jan Gromeš
73b6a7d5e9
[SX123x] Merge pull request #1397 from lyusupov/master
add chip revision number for Semtech SX123xH
2025-01-23 18:34:53 +01:00
Linar Yusupov
5979a2a7be add chip revision number for SX123xH 2025-01-23 15:35:09 +03:00
jgromes
bedab1a66d [CI] Add unit test for SPIsetRegValue 2025-01-19 21:48:39 +01:00
jgromes
c4ac0ac68b [CI] Add artificial delay to unit test emulated SPI 2025-01-19 21:46:00 +01:00
jgromes
3e146c891e [CI] Fix SPI log wipe 2025-01-19 21:45:32 +01:00
jgromes
4733fdd9d1 Fix debug prints 2025-01-19 18:30:02 +01:00
jgromes
8126e6f508 Suppress double promotion warning for debug 2025-01-19 18:29:56 +01:00
jgromes
650d00b3e3 Added no-tag debug macro to protocol level 2025-01-19 13:27:14 +00:00
jgromes
21a77a6389 [Morse] Fix debug output 2025-01-19 13:26:51 +00:00
jgromes
cbb8126442 [LoRaWAN] Fix possible integer overflow 2025-01-18 21:23:01 +01:00
jgromes
269eb2fe38 [LoRaWAN] Fix typecast 2025-01-18 21:22:17 +01:00
jgromes
0cd69b2e6f [CI] Use v4 artifact download 2025-01-18 18:34:33 +01:00
jgromes
64f0f5028b [LoRaWAN] Cppcheck fixes 2025-01-18 18:14:56 +01:00
jgromes
1324b53f7b [Print] Fix duplicate methods 2025-01-18 18:14:34 +01:00
jgromes
ff24e2b2ae [LoRaWAN] Cppcheck fixes 2025-01-18 17:51:57 +01:00
jgromes
aab3e05386 [Crypto] Cppcheck fixes 2025-01-18 17:51:30 +01:00
jgromes
cc9ce359b6 [OPT] Cppcheck fixes 2025-01-18 17:51:11 +01:00
jgromes
de33ce4d6a [PHY] Cppcheck fixes 2025-01-18 17:50:53 +01:00
jgromes
d685534154 [Print] Cppcheck fixes 2025-01-18 17:50:09 +01:00
jgromes
bf1933a0c4 [Pager] Cppcheck fixes 2025-01-18 17:49:51 +01:00
jgromes
208f4f8ad4 [Morse] Cppcheck fixes 2025-01-18 17:49:37 +01:00
jgromes
1357d672c7 [Hell] Cppcheck fixes 2025-01-18 17:49:24 +01:00
jgromes
9b8b9c2802 [FSK4] Cppcheck fixes 2025-01-18 17:49:10 +01:00
jgromes
dab2c3497c [AX.25] Cppcheck fixes 2025-01-18 17:48:57 +01:00