Wykres commitów

2291 Commity (b114295c54f069f1cbb124ff1a2248a54532650d)

Autor SHA1 Wiadomość Data
jgromes b114295c54 Revert "Moved gitmodule file to tock example"
This reverts commit aa24052fda.
2023-08-31 16:33:06 +02:00
Jan Gromeš b6ab9f14ff
Merge pull request #819 from alistair23/alistair/tock-ci
github: Add Tock CI
2023-08-31 16:27:02 +02:00
Alistair Francis 84c6e8c9ed github: Add Tock CI
Signed-off-by: Alistair Francis <alistair@alistair23.me>
2023-08-31 22:49:45 +10:00
jgromes aa24052fda Moved gitmodule file to tock example 2023-08-30 16:21:23 +02:00
jgromes ada400630d Merge branch 'master' of https://github.com/jgromes/RadioLib 2023-08-29 21:57:53 +02:00
jgromes 414e338505 Fixed ESP32 platform detection 2023-08-29 21:57:51 +02:00
Jan Gromeš 53d65aa1ca
Merge pull request #818 from alistair23/alistair/fixup
Tock: Fixup build failure
2023-08-29 15:24:27 +02:00
Alistair Francis 7e9e7ba7be Tock: Fixup build failure
Signed-off-by: Alistair Francis <alistair@alistair23.me>
2023-08-29 21:00:47 +10:00
jgromes b54aa77b42 [LoRaWAN] Fixed incorrect example name 2023-08-26 20:35:48 +02:00
jgromes d170c02561 [LoRaWAN] Fixed initialization warnings 2023-08-26 20:34:37 +02:00
jgromes 3eb397adfd [CI] Moved IDF export to build step 2023-08-24 20:54:20 +02:00
jgromes c999ac2cab [CI] Added CI action for ESP-IDF to catch -Werrors 2023-08-24 20:48:50 +02:00
jgromes 62d8a2ddb8 Merge branch 'master' of https://github.com/jgromes/RadioLib 2023-08-24 17:55:29 +02:00
jgromes 95e3839342 [LoRaWAN] Represent keys as byte arrays (#58) (#811) 2023-08-24 17:54:49 +02:00
Jan Gromeš b66f39d329
Merge pull request #815 from nicklasb/master
Fix narrowing conversion error on ESP-IDF
2023-08-24 17:36:00 +02:00
Nicklas Börjesson f8ae458185
Merge pull request #1 from nicklasb/nicklasb-patch-narrowing
Fix narrowing conversion error on ESP-IDF
2023-08-23 23:48:29 +02:00
Nicklas Börjesson 2555857013
Fix "narrowing conversion" error on ESP-IDF
The 1 without a cast caused the result to be an integer.
2023-08-23 20:16:57 +02:00
jgromes 16f0ba7cce [LoRaWAN] Implemented MAC command support 2023-08-23 19:22:23 +02:00
jgromes 73382c2933 [LoRaWAN] Fixed output power configuration (#814) 2023-08-20 19:16:38 +02:00
jgromes b2b176f1c3 [LoRaWAN] Added MIC mismatch debug message 2023-08-20 19:16:07 +02:00
jgromes 3e8636b1f2 [APRS] Removed redundant condition (#810) 2023-08-18 20:21:53 +02:00
Jan Gromeš 42c2dba1cc
Merge pull request #810 from nicklasb/master-2
Remove unnecessary condition
2023-08-18 20:20:46 +02:00
jgromes 0a72d98750 [LoRaWAN] Fixed MIC calculation for downlink packets 2023-08-14 21:38:31 +02:00
jgromes 1ed22717d7 [LoRaWAN] Added check to not uplink in Rx slots 2023-08-12 21:48:31 +02:00
jgromes 45c376bde6 [LoRaWAN] Fixed variable range warning 2023-08-12 19:58:00 +02:00
jgromes 1a31efbf74 [LoRaWAN] Drop examples on Uno 2023-08-12 19:57:22 +02:00
jgromes cbd15192bc [SX126x] Fixed example path 2023-08-12 19:52:41 +02:00
jgromes cd9ac9916c [LoRaWAN] Added support for 1.1 and downlink (#58) 2023-08-12 19:49:37 +02:00
jgromes d34902ee46 [SX127x] Added missing parentheses 2023-08-12 19:44:13 +02:00
jgromes 23fbd87d14 [SX126x] Added Rx after CAD example 2023-08-12 18:58:11 +02:00
jgromes ca95135d8a [SX126x] Skip wiping IRQ flags on CAD done 2023-08-12 18:49:05 +02:00
jgromes db3ac8bf19 [SX126x] Implemented common CAD methods 2023-08-12 18:45:42 +02:00
jgromes ea4018d310 [SX127x] Added common CAD methods 2023-08-12 18:43:26 +02:00
jgromes 58da2a28ac [PHY] Added channel scan methods to common interface 2023-08-12 18:42:37 +02:00
jgromes b48567722b [SX127x] Added method to get CAD result 2023-08-12 18:40:38 +02:00
jgromes bb468ad59f [SX127x] Explicitly set non-inverted IQ on startup 2023-08-12 18:38:46 +02:00
jgromes 5d80dd46ae [SX126x] Explicitly set non-inverted IQ on startup 2023-08-12 18:38:15 +02:00
jgromes 2f36d5901e [LoRaWAN] Added LoRaWAN-specific status codes 2023-08-12 18:37:46 +02:00
jgromes 8c63f93820 [MOD] Skip SPI status parsing for single-byte commands 2023-08-12 18:36:12 +02:00
jgromes bfe2c0829a [MOD] Moved debug info to runtime 2023-08-12 18:35:48 +02:00
jgromes 3e5c0d59c7 [MOD] Moved CS pin toggling inside SPI transaction block 2023-08-12 18:35:08 +02:00
Nicklas Börjesson ebfe7972fc
Remove unnecessary condition
This will never be NULL and thus causes an error in ESP-IDF
2023-08-09 23:38:39 +02:00
jgromes 86724197ec [SX126x] Added default channel scan override 2023-08-06 16:07:28 +02:00
jgromes f589d77e09 [SX127x] Override default channel scan method 2023-08-06 16:06:15 +02:00
jgromes 532caaa089 [PHY] Added virtual channel scan method 2023-08-06 16:02:24 +02:00
jgromes 68c5edd7c2 [SX127x] Add delay before IRQ clearing (#808) 2023-08-06 09:31:39 +02:00
Jan Gromeš 44c0ea25e6
Merge pull request #807 from ramaza/fix_rf69
Fixed wrong register definition
2023-08-05 10:53:23 +02:00
fraboe f81f37cf43 Fixed wrong register definition for RADIOLIB_RF69_SEQUENCER_OFF and RADIOLIB_RF69_SEQUENCER_ON 2023-08-05 08:55:50 +02:00
jgromes 6247cb7e85 [CC1101] Fixed garbage data (#733) 2023-08-02 22:08:52 +02:00
jgromes 72b95e5c82 [CC1101] Decreased default Rx bandwidth 2023-08-02 22:04:20 +02:00