Wykres commitów

3234 Commity (uncrustify)

Autor SHA1 Wiadomość Data
jgromes cda7d5df27 [HAL] Apply changes after merge 2025-07-19 21:12:05 +02:00
jgromes d176c6e2cb Merge branch 'master' into uncrustify 2025-07-19 21:10:29 +02:00
jgromes 9024ae1502 Chore: apply formatting changes after merge 2025-07-19 21:09:04 +02:00
jgromes 5374507e4d Merge branch 'master' into uncrustify 2025-07-19 21:07:23 +02:00
jgromes f9f1a5da8d [CI] Build uncrustify from source 2025-07-19 20:40:26 +02:00
jgromes 6fbe3d7e97 [CI] Update uncrustify config 2025-07-19 19:28:36 +02:00
jgromes bb6b89d880 [Utils] Chore: uncrustify formatting 2025-07-19 19:28:02 +02:00
jgromes 496815e4bb [SSTV] Chore: uncrustify formatting 2025-07-19 19:27:47 +02:00
jgromes f1db2493eb [RTTY] Chore: uncrustify formatting 2025-07-19 19:27:37 +02:00
jgromes 45cc32b50a [Print] Chore: uncrustify formatting 2025-07-19 19:27:31 +02:00
jgromes b2963ef232 [PHY] Chore: uncrustify formatting 2025-07-19 19:27:23 +02:00
jgromes 9d51410f23 [Pager] Chore: uncrustify formatting 2025-07-19 19:27:15 +02:00
jgromes 08f28073fd [Morse] Chore: uncrustify formatting 2025-07-19 19:27:00 +02:00
jgromes e0c10a4021 [LoRaWAN] Chore: uncrustify formatting 2025-07-19 19:26:53 +02:00
jgromes 53f438b1b7 [Hell] Chore: uncrustify formatting 2025-07-19 19:26:44 +02:00
jgromes 2765e1f8a1 [FSK4] Chore: uncrustify formatting 2025-07-19 19:26:36 +02:00
jgromes 2dddf71920 [EXT] Chore: uncrustify formatting 2025-07-19 19:26:26 +02:00
jgromes e42cb80513 [Bell] Chore: uncrustify formatting 2025-07-19 19:26:18 +02:00
jgromes c92712787d [AX25] Chore: uncrustify formatting 2025-07-19 19:26:08 +02:00
jgromes d471f76444 [APRS] Chore: uncrustify formatting 2025-07-19 19:25:58 +02:00
jgromes c4babb6f52 [AFSK] Chore: uncrustify formatting 2025-07-19 19:25:50 +02:00
jgromes fa577706b0 [SX128x] Chore: uncrustify formatting 2025-07-19 19:25:43 +02:00
jgromes f96e6b3bf5 [SX127x] Chore: uncrustify formatting 2025-07-19 19:25:37 +02:00
jgromes 5cad16a862 [SX126x] Chore: uncrustify formatting 2025-07-19 19:25:31 +02:00
jgromes dbe87cca23 [SX123x] Chore: uncrustify formatting 2025-07-19 19:25:24 +02:00
jgromes 3f3f794027 [Si443x] Chore: uncrustify formatting 2025-07-19 19:25:15 +02:00
jgromes 70137f82cf [RF69] Chore: uncrustify formatting 2025-07-19 19:25:06 +02:00
jgromes 40e4de8744 [nRF24] Chore: uncrustify formatting 2025-07-19 19:24:58 +02:00
jgromes e1c7f51d74 [LR11x0] Chore: uncrustify formatting 2025-07-19 19:24:50 +02:00
jgromes 393fd8b9c6 [LLCC68] Chore: uncrustify formatting 2025-07-19 19:24:36 +02:00
jgromes 09792bfc6b [CC1101] Chore: uncrustify formatting 2025-07-19 19:24:28 +02:00
jgromes 203ff5f1de [MOD] Chore: uncrustify formatting 2025-07-19 19:22:43 +02:00
jgromes c14ef00d72 [HAL] Chore: uncrustify formatting 2025-07-19 19:22:29 +02:00
Jan Gromeš c588031628
Merge pull request #1560 from koisto/bugfix/pico-hal-interrupt-mode
Remove hard coded interrupt mode from PicoHAL
2025-07-18 18:11:14 +02:00
James Ashby 2c8000aa34 Modified the attachInterrupt function in PicoHal.h so that the mode argument is passed into the events argument of gpio_set_irq_enabled_with_callback. Previosly this used hard coded values that caused spurious (extra) interrupts. 2025-07-18 08:30:41 +01:00
Totoo 7fb07921bf
[PHY] Add a virtual destructor (#1557)
* Update PhysicalLayer.h

Add a virtual destructor, so can use new + delete on inherited objects

* Update PhysicalLayer.h

deleted empty lines
2025-07-15 17:47:37 +02:00
jgromes d2c876a743 [CI] Force uncrustify 0.78.1 2025-07-13 11:13:18 +02:00
jgromes b91c6af112 Bump version to 7.2.1 2025-07-09 19:57:26 +02:00
jgromes e975b2aa46 [LR11x0] Chore: fixup firmware images 2025-07-07 20:51:42 +02:00
jgromes f6239d01c1 [CC1101] Fix discarded packets triggering data read (#1484) 2025-07-06 14:44:31 +02:00
jgromes 6bc37af47f [RF69] Remove hacky padding byte (#1552) 2025-07-05 20:55:32 +02:00
jgromes d0db02e335 [Pager] Fix missing method call in example 2025-07-05 10:45:26 +01:00
jgromes e98e7b7243 [Pager] Fix message buffer size calculation (#1535) 2025-07-05 10:44:51 +01:00
jgromes 32c3570ad3 [SX128x] Add missing register write when setting SF (#1549) 2025-07-01 19:55:51 +02:00
Jan Gromeš 5f73a87a3a
[CI] ESP-IDF fix (#1547)
* [CI] Fix esp-idf version to 5.4.2

* [CI] Fix path
2025-06-30 19:03:47 +02:00
StevenCellist 227e40b855 [LoRaWAN] Fix dynamic default channels, fix #1538 2025-06-30 15:25:58 +02:00
StevenCellist bbcb3ec6d5
Change README to reflect general LoRaWAN pre-certified status 2025-06-30 12:51:13 +02:00
StevenCellist 073e57cbbb [LoRaWAN] Clean up fixed plan channel handling, fix default DR 2025-06-30 12:27:11 +02:00
StevenCellist 4b56b5be5f [LoRaWAN] Remove outdated RP 1.1A comment 2025-06-30 12:24:08 +02:00
StevenCellist 75ac7b7487 [LoRaWAN] Pre-certified for fixed channelplans!
Some cleanup to do with the channel masks; temporary `addDefaultChannelsMask()`
2025-06-30 00:48:10 +02:00