Wykres commitów

2315 Commity (690a050ebb46e6097c5d00c371e961c1caa3b52e)

Autor SHA1 Wiadomość Data
jgromes 690a050ebb Bump version to 6.2.0 2023-09-16 08:21:25 +02:00
jgromes df8eeebb72 Added debug info to compilation process 2023-09-16 08:20:25 +02:00
jgromes d03d4c29ee Moved FAQ to Wiki 2023-09-16 07:45:52 +02:00
jgromes c13ab85670 Added LoRaWAN to properties files 2023-09-16 07:45:35 +02:00
jgromes bc7e82999c Disable EEPROM on SAMD 2023-09-15 20:20:00 +02:00
jgromes 1dec070c0e [CI] Remove Leonardo option 2023-09-15 18:42:55 +02:00
jgromes a9c66e25f5 [CI] Drop Arduino Leonardo 2023-09-15 18:42:21 +02:00
jgromes 9279b8ab6d [LoRaWAN] Workaround unused variable warning for unimplemented fields 2023-09-15 18:36:08 +02:00
jgromes 4b80080a37 Disable EEPROM on nRF52 and Portenta 2023-09-15 18:31:53 +02:00
jgromes 253dfd8c50 [LoRaWAN] Temporarily cast unused variables until implemented 2023-09-15 18:31:31 +02:00
jgromes a4aace3ad0 Disable EEPROM on Nano 33 BLE and RP2040 2023-09-15 18:13:26 +02:00
jgromes 7de4a4693e [HAL] Disable EEPROM on Arduino Due 2023-09-15 18:10:47 +02:00
jgromes 58eab402ad [LoRaWAN] Implemented most MAC commands 2023-09-14 20:58:46 +02:00
jgromes 2638fd0ad0 [LoRaWAN] Fixed memory leak in downlink 2023-09-14 20:58:04 +02:00
jgromes a23d85c196 [LoRaWAN] Typo fixes 2023-09-13 17:05:19 +02:00
jgromes 3055613b6d [LoRaWAN] Added support for US bands and reworked channel selection process (#814) 2023-09-12 19:10:44 +02:00
jgromes 7dec9477ae [PHY] Added coding rate to data rate struct 2023-09-12 19:06:30 +02:00
jgromes 44ffce1725 [SX127x] Skip printing symbol length 2023-09-12 19:05:06 +02:00
jgromes d0c4e3d6fb [SX126x] Skip printing symbol length 2023-09-12 19:04:26 +02:00
jgromes eb21f320ac [SX126x] Use debug macro for hexdump 2023-09-12 17:20:27 +02:00
jgromes 42c9cba838 Merge branch 'master' of https://github.com/jgromes/RadioLib 2023-09-12 17:13:09 +02:00
jgromes 392708f8b5 [MOD] Make regdump and hexdump only available in debug 2023-09-12 17:13:07 +02:00
Jan Gromeš 0ef554c6c8
Merge pull request #824 from alistair23/alistair/cmake
Tock: toolchain: Try to be smarter about finding toolchains
2023-09-08 13:48:01 +02:00
Alistair Francis ffbcbdfc84 Tock: toolchain: Try to be smarter about finding toolchains
Instead of hard coding paths, let's instead try to find the toolchain
from the users PATH.

Signed-off-by: Alistair Francis <alistair@alistair23.me>
2023-09-08 19:29:49 +10:00
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