Commit graph

2832 commits

Author SHA1 Message Date
jgromes
21bf99cfe6 [SX126x] Added missing override specifiers 2024-08-20 20:51:00 +02:00
jgromes
76096ef29e [LR11x0] Added missing override specifiers 2024-08-20 20:50:50 +02:00
jgromes
bac6791066 [SX128x] Fix non-trivial initializer usage 2024-08-20 20:45:48 +02:00
jgromes
25458860e3 [PHY] Fix IRQ method argument type 2024-08-20 20:44:34 +02:00
jgromes
d1803bcc49 Added missing typedef 2024-08-20 20:38:49 +02:00
jgromes
8c24a5fcf5 [SX128x] Added generalized IRQ handling via PHY 2024-08-20 20:37:23 +02:00
jgromes
7067c67304 [SX127x] Added generalized IRQ handling via PHY 2024-08-20 20:37:12 +02:00
jgromes
fcdc1d782e [SX126x] Added generalized IRQ handling via PHY 2024-08-20 20:36:01 +02:00
jgromes
d75e286aa5 [LR11x0] Added generalized IRQ handling via PHY 2024-08-20 20:34:05 +02:00
jgromes
02b92fd8eb [PHY] Added generalized IRQ handling via PHY 2024-08-20 20:32:47 +02:00
jgromes
f2d005ce9e Use microsecond timeout 2024-08-18 17:36:59 +02:00
jgromes
5a04007187 [SX128x] Added channel scan configuration 2024-08-18 11:09:15 +02:00
jgromes
b0f9ed6d78 [SX126x] Added channel scan configuration 2024-08-18 11:08:44 +02:00
jgromes
6fdc077999 [LR11x0] Added channel scan configuration 2024-08-18 11:07:27 +02:00
jgromes
9fe39d5461 [PHY] Added channel scan configuration 2024-08-18 11:04:52 +02:00
Jan Gromeš
0abb7512fc
Merge pull request #1188 from jgromes/irqFlags
[PHY, modules, LoRaWAN] Generalize IRQ checks
2024-08-18 09:57:40 +02:00
StevenCellist
647fa23ce9 [LoRaWAN] Remove redundant PHY check 2024-08-17 22:04:28 +02:00
StevenCellist
0bc0e3d9c8 [PHY, modules, LoRaWAN] Integrate feedback 2024-08-17 22:03:48 +02:00
jgromes
260534741d Added readme to ESP-IDF example 2024-08-17 21:19:14 +02:00
jgromes
2717ef5c21 Merge branch 'master' into irqFlags 2024-08-16 22:38:12 +02:00
jgromes
382bf19100 Remove more duplicates from manifest files 2024-08-16 22:33:43 +02:00
jgromes
c35f4044e7 Fixed duplicate tag in manifest files 2024-08-16 22:12:13 +02:00
jgromes
66799fca92 Update IDF manifest to new format 2024-08-16 22:07:42 +02:00
StevenCellist
32dc5babd4 [LoRaWAN] Move to generalized IRQ check (PHY) 2024-08-16 00:05:55 +02:00
StevenCellist
b401d11127 [SX128x] Implement generalized IRQ checks 2024-08-16 00:05:06 +02:00
StevenCellist
08f92cdd29 [SX127x] Generalize IRQ checks 2024-08-16 00:04:52 +02:00
StevenCellist
3a73ed8c1f [SX126x] Generalize IRQ checks 2024-08-16 00:04:42 +02:00
StevenCellist
0eb987a83c [LR11x0] Generalize IRQ checks 2024-08-16 00:04:34 +02:00
StevenCellist
19ec9da281 [PHY] Generalize IRQ checks 2024-08-16 00:03:55 +02:00
Jan Gromeš
56249713f3
Merge pull request #1185 from GUVWAF/rxBufferOffset
[SX126x/SX128x] Start reading from Rx buffer offset
2024-08-10 22:16:05 +02:00
GUVWAF
ddaf1ffd52 [SX128x] Remove unnecessary (void)update; 2024-08-10 18:40:19 +02:00
GUVWAF
8b5d705174 [SX126x] Remove unnecessary (void)update; 2024-08-10 18:40:09 +02:00
GUVWAF
5f6f6f9a3c [SX128x] Start reading from Rx buffer offset 2024-08-10 12:56:12 +02:00
GUVWAF
0620d8edda [SX126x] Start reading from Rx buffer offset
Remove setting RxBaseAddr to 0
2024-08-10 12:56:12 +02:00
jgromes
141bdd0998 [MOD] Make hexdump format match xxd 2024-08-09 21:25:39 +02:00
Jan Gromeš
a025b78f53
Merge pull request #1184 from mycosd/master
SX127x: Set FIFO read pointer to the start of the current packet
2024-08-09 21:24:42 +02:00
Maik Menz
701c6f8e46 SX127x: Set FIFO read pointer to the start of the current packet 2024-08-09 19:19:33 +02:00
jgromes
079874345b [FEC] Move generically useful macros 2024-08-05 21:08:35 +02:00
jgromes
d95e5e39e8 [MOD] Added missing Doxygen parameter 2024-08-05 21:06:35 +02:00
jgromes
908e297d60 [LR11x0] Added register to set LNA mode 2024-08-05 21:03:39 +02:00
jgromes
4e274fab07 Fix typo in comment 2024-08-04 21:41:10 +02:00
jgromes
39bfa51518 Added verbose assert 2024-08-04 16:33:23 +02:00
StevenCellist
6d0c226e65 Merge branch 'master' of https://www.github.com/jgromes/RadioLib 2024-07-22 21:30:09 +02:00
StevenCellist
6fdaef0953 Revert libtock being included 2024-07-22 21:29:54 +02:00
StevenCellist
9195dbabda
[LoRaWAN] Fix downlink user-MAC commands piling up 2024-07-21 22:39:28 +02:00
StevenCellist
907d9f9ef2 Merge branch 'master' of https://www.github.com/jgromes/RadioLib 2024-07-21 21:37:25 +02:00
StevenCellist
a6c9d0037a [LoRaWAN] Collection of fixes
- Fix v1.0.4 MAC-in-payload decryption
- Don't process 0MHz frequencies from CFList
- Fix downlink-event datarate not showing correctly after ADR request
- Convert getDevAddr to uint32_t
- Backend: improve MAC Queue<>Buffer processing
2024-07-21 21:37:01 +02:00
jgromes
7c3ed88c0d [SX126x] Clarify DIO3 for AFSK-based examples 2024-07-20 16:41:13 +02:00
jgromes
737e948efc [LR11x0] Fix printf types 2024-07-18 17:32:46 +02:00
jgromes
0a77cae0de [LR11x0] Remove debug hexdump 2024-07-18 17:25:53 +02:00