RadioLibSmol/src/protocols
Jan Gromeš bc801c7004
[PHY] Channel scan configuration (#1190)
* [PHY] Added channel scan configuration

* [LR11x0] Added channel scan configuration

* [SX126x] Added channel scan configuration

* [SX128x] Added channel scan configuration

* Use microsecond timeout

* [PHY] Added generalized IRQ handling via PHY

* [LR11x0] Added generalized IRQ handling via PHY

* [SX126x] Added generalized IRQ handling via PHY

* [SX127x] Added generalized IRQ handling via PHY

* [SX128x] Added generalized IRQ handling via PHY

* Added missing typedef

* [PHY] Fix IRQ method argument type

* [SX128x] Fix non-trivial initializer usage

* [LR11x0] Added missing override specifiers

* [SX126x] Added missing override specifiers

* [SX127x] Added missing override specifiers

* [SX128x] Added missing override specifiers

* [PHY] Added missing IRQ map initializer

* [CI] Drop APRS builds on AVR

* [CI] Drop Morse builds for AVR

* [PHY] Rework generic IRQ to allow multiple flags

* [LR11x0] Rework generic IRQ to allow multiple flags

* [SX126x] Rework generic IRQ to allow multiple flags

* [SX127x] Rework generic IRQ to allow multiple flags

* [SX128x] Rework generic IRQ to allow multiple flags

* [LoRaWAN] Use generic IRQ

* Add missing typedef

* [SX127x] Make Rx mode implicit based on timeout

* [SX127x] Fixed shadowed variable

* [LR11x0] Fix missing initializers

* [SX127x] Added default startReceive arguments

* [LR11x0] Pass scan config by const reference

* [SX126x] Pass scan config by const reference

* [SX128x] Pass scan config by const reference

* [PHY] Pass scan config by const reference

* [SX127x] Add missing IRQ conversion

* [SX126x] Fixed default CAD scan config IRQ

* [LR11x0] Fixed default CAD scan config IRQ

* [LR11x0] Fix comments referencing DIO1
2024-09-01 18:19:07 +02:00
..
AFSK [AFSK] Fixed issues found by cppcheck 2024-05-11 20:31:01 +01:00
APRS [APRS] Fixed issues found by cppcheck 2024-05-11 20:31:57 +01:00
AX25 [FEC] Move generically useful macros 2024-08-05 21:08:35 +02:00
BellModem [Bell] Fixed issues found by cppcheck 2024-05-11 20:32:20 +01:00
ExternalRadio Add check for self-assignment 2024-05-26 09:25:13 +02:00
FSK4 [FSK4] Fixed issues found by cppcheck 2024-05-11 20:32:41 +01:00
Hellschreiber [Hell] Fixed issues found by cppcheck 2024-05-12 12:03:43 +01:00
LoRaWAN [PHY] Channel scan configuration (#1190) 2024-09-01 18:19:07 +02:00
Morse [Morse] Fixed issues found by cppcheck 2024-05-11 20:32:57 +01:00
Pager [Pager] Fixed issues found by cppcheck 2024-05-11 20:33:07 +01:00
PhysicalLayer [PHY] Channel scan configuration (#1190) 2024-09-01 18:19:07 +02:00
Print Reconcile implicit double / float promotion with math functions and passed function value types. Also suppress incorrect unused variable warnings when variables are used in logging macros. 2024-08-29 09:30:31 -04:00
RTTY [RTTTY] Fixed issues found by cppcheck 2024-05-11 20:33:45 +01:00
SSTV [SSTV] Added Robot36 and Robot72 modes (#1160) 2024-07-13 14:53:57 +01:00