Wykres commitów

166 Commity (master)

Autor SHA1 Wiadomość Data
jgromes bc36c1e98a Use lgpio as the RPi HAL 2024-06-14 19:49:19 +01:00
jgromes b8d5b984d1 [CI] Added ESP32 back to build matrix 2024-06-01 08:30:40 +02:00
jgromes e1830052a3 [CI] Temporarily disable ESP32 CI (platform broken) (CI_BUILD_ALL) 2024-05-28 18:20:57 +02:00
jgromes 0d491060b2 [CI] Fix cppcheck sequence 2024-05-26 12:50:02 +01:00
jgromes bb7c6592fc [CI] Add cppcheck script 2024-05-26 12:49:14 +01:00
jgromes a5e2e58c36 [CI] Skip Pager examples for Uno 2024-05-26 09:22:28 +02:00
jgromes bfb27ec8c9 [CI] Skip CubeCell LR11x0 FW update 2024-05-20 20:02:43 +02:00
jgromes 90627325d3 [CI] Fix STM32F1 skip pattern 2024-05-20 19:39:51 +02:00
jgromes 8cda0d7a26 [CI] Fix STM32F1 skip pattern 2024-05-20 19:30:07 +02:00
jgromes bcbefab4e8 [CI] Fix STM32WL skip pattern missing 2024-05-20 19:19:14 +02:00
jgromes 2b65070212 [CI] Disable LR11x0 FW update on most platforms 2024-05-20 18:07:48 +02:00
jgromes e121f963dc [CI] Skip LR11x0 firmware example on AVRs 2024-05-19 21:22:19 +02:00
jgromes 648268d5c1 [CI] Remove Intel Arc (broken platform) 2024-05-19 21:14:44 +02:00
jgromes ffafb7353d [CI] Fix syntax 2024-05-19 21:06:15 +02:00
jgromes 764c0bf271 [CI] Disable LR11x0 firmware update on low-end platforms 2024-05-19 19:19:07 +02:00
jgromes 4ab0ac8a13 [CI] Skip LR11x0 FW update build on Uno 2024-05-19 15:00:05 +02:00
Alistair Francis f12875fac5 examples/NonArduino/Tock: Update to the latest libtock-c API
Update to use the latest libtock-c functions.

Signed-off-by: Alistair Francis <alistair@alistair23.me>
2024-05-15 19:52:18 +10:00
Alistair Francis 58c8d2d1f4 examples/NonArduino/Tock: Remove libtock-c submodule
Remove the libtock-c submodule to fix https://github.com/jgromes/RadioLib/issues/1091

Signed-off-by: Alistair Francis <alistair@alistair23.me>
2024-05-13 19:45:13 +10:00
jgromes f0ed8cdf00 [CI] cppcheck do not report progress 2024-05-11 20:34:10 +01:00
jgromes 44b2dcaa15 [CI] Update cppcheck config to unclutter output 2024-05-11 17:23:23 +01:00
jgromes 97adb260ce [CI] Enable cppcheck inline suppression and suppres unchecked config 2024-05-01 15:40:08 +01:00
Alistair Francis 2f85326fec
examples/NonArduino/Tock: Support RISC-V and bump libtock-c (#1082)
* examples/NonArduino/Tock: Support building for RISC-V

Signed-off-by: Alistair Francis <alistair@alistair23.me>

* examples/NonArduino/Tock: Update to newer libtock-c

Signed-off-by: Alistair Francis <alistair@alistair23.me>

---------

Signed-off-by: Alistair Francis <alistair@alistair23.me>
2024-05-01 15:12:05 +02:00
StevenCellist 1b2b8bd67b
[LoRaWAN] Improve PHY behaviour, update beginABP, bugfixes (#1080)
* [LoRaWAN] Add getter for ToA, prevent MAC queue overflow

* [LoRaWAN] Permute arguments to beginABP

* Implement & split off checkOutputPower

* [LoRaWAN] Configure physical layer on each up/downlink

* [LoRaWAN] Remove unnecessary dynamic array

* [LoRaWAN] Improve downlink handling

* Resolve return-warnings in checkOutputPower()

* [LoRaWAN] Improve buffer definition

* [LoRaWAN] Prevent requesting repeated MAC commands

* Update keywords.txt

* [CC1101] Resolve unused variable warning

* [CC1101] Update checkOutputPower

* [SX1278] Fix variable assignment

* Update keywords.txt

* [CC1101] Added checkOutputPower override for PHY compatibility

* [LR11x0] Added checkOutputPower override for PHY compatibility

* [SX127x] Added checkOutputPower override for PHY compatibility

---------

Co-authored-by: jgromes <jan.gromes@gmail.com>
2024-05-01 13:35:22 +02:00
Jan Gromeš 9daf4c4f26
[CI] Minor fixes (#1045)
* [CI] Add Teensy back in

* [CI] Add Arduino 101 back to build matrix

* [CI] Try different path to libs

* [CI] Skip LoRaWAN on Teensy
2024-03-31 21:41:12 +02:00
jgromes b91fd2bdad [CI] Disable LoRaWAN CI build for Apollo3 (unable to pass flags) 2024-03-26 21:23:54 +01:00
jgromes 9cf04b633d [CI] Disable LoRaWAN CI build for UNO R4 (unable to pass flags) 2024-03-26 20:40:43 +01:00
jgromes c77670c076 [CI] Disable build for Arduino 101 (platform broken) 2024-03-26 20:03:54 +01:00
Jan Gromeš 9e4783cf8b
[CI] Fix for new LoraWAN examples (#1035)
* Update CI for new LoRaWAN examples

* Use single line for flags

* Fixup flag strings

* Fixup array dump helper

* Added missing LoRaWAN defines

* Drop Teensy from CI (still broken)

* Define a board for CI runs
2024-03-26 06:55:37 +01:00
jgromes 44f6c1d432 [CI] Enable LoRaWAN builds for previously disabled platforms 2024-03-18 09:37:16 +01:00
Jan Gromeš 3d5f05b963
Static check (#1019)
* Update CodeQL action

* [CI] Added workflow dispatch for codeql

* [CI] Use v4 checkout action

* [CI] Add cppcheck action (#1018)
2024-03-17 18:10:54 +01:00
Jan Gromeš 5c30bb1e32
[CI] Run apt-get update before install (#989) 2024-02-27 17:16:33 +01:00
jgromes 50d335e339 [CI] Skip LoRaWAN on MegaAVR (CI_BUILD_ALL) 2024-01-27 18:58:36 +01:00
jgromes 1025abce8b [CI] Fixed SDK path export 2024-01-27 14:07:46 +01:00
jgromes 9053786c02 Added RPi Pico build to CI 2024-01-27 14:03:58 +01:00
jgromes 718dae3f35 [CI] Temporarily remove Teensy (CI_BUILD_ALL) 2024-01-14 17:08:54 +01:00
jgromes 3cbf6669df [CI] Temporarily remove Teensy from CI (broken platform) (CI_BUILD_ALL) 2024-01-14 17:00:24 +01:00
jgromes 1467f98202 [CI] Remove LoRaWAN from megaAVR platform 2024-01-14 16:37:48 +01:00
jgromes 0dbe05229a [CI] Fixed STM32WL not skipped properly 2023-11-18 16:36:46 +01:00
jgromes 5b406688a3 [CI] Skip persistent LoRaWAN example on platforms without EEPROM 2023-11-18 16:24:46 +01: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
Alistair Francis 84c6e8c9ed github: Add Tock CI
Signed-off-by: Alistair Francis <alistair@alistair23.me>
2023-08-31 22:49:45 +10: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 1a31efbf74 [LoRaWAN] Drop examples on Uno 2023-08-12 19:57:22 +02:00
jgromes 9c2d457eeb [CI] Added Uno R4 to matrix 2023-06-27 07:30:36 +02:00
jgromes d1f7c18240 Added support for Arduino Uno R4 2023-06-27 07:28:57 +02:00
jgromes 64b9c669dd [CI] Skip Pager for Arduino Leonardo 2023-06-26 20:22:32 +02:00
jgromes 1881381caa [CI] Fix missing pipe 2023-06-26 19:56:28 +02:00
jgromes 4949d10b00 [CI] Fixed CodeQL build example 2023-06-24 22:23:14 +02:00