jgromes
af34dd9691
[CC1101] Cppcheck fixes
2025-01-17 22:30:37 +01:00
jgromes
6733847186
[CI] Suppress unused variable warnings for unimplemented functions
2025-01-17 20:24:10 +01:00
jgromes
5efdfb342a
[CI] Always test from clean
2025-01-17 20:00:59 +01:00
jgromes
4088db2cf2
[MOD] Fix issues reported by new cppcheck
2025-01-17 20:00:26 +01:00
jgromes
7c464a0632
Add double-promotion and pedantic warnings to CMake
2025-01-17 19:59:50 +01:00
jgromes
c538cac769
[Morse] Fix possible overflow
2025-01-17 19:59:25 +01:00
jgromes
10c38164f2
[LoRaWAN] Remove range expression in switch
2025-01-17 19:59:10 +01:00
Jan Gromeš
6fb3c0968a
Merge pull request #1387 from MatejFranceskin/pr-fix-warnings
...
fix implicit conversion from float to double warnings
2025-01-17 19:54:59 +01:00
jgromes
cad09196de
[CI] Use v4 artifact action
2025-01-16 18:30:51 +01:00
jgromes
a5011914c5
[CI] Disable self hosted runner actions
2025-01-16 18:27:52 +01:00
Matej Frančeškin
f3276c2e66
fix implicit conversion from float to double warnings
2025-01-15 16:06:47 +01:00
Yegor Shytikov
4f1d367c93
[LR11x0] Skip frequency range verification ( #1388 )
...
* Update LR1120.cpp
LR1120 can set the frequency of the documented range. So, allowing another frequency was tested with the LR1121 Lyligo board, which works. Thanks!
* Update LR1120.h
* add RADIOLIB_CHECK_PARAMS
* remove skipRfValidation parameter
* Fix formating
2025-01-14 20:56:03 +01:00
petrel
04b96873a3
[CC1101]Add sleep function ( #1389 )
2025-01-14 08:03:43 +01:00
jgromes
9a8affde8e
Fix default debug port on non-Arduino platforms ( #1380 )
2025-01-11 09:32:12 +01:00
jgromes
2ca2ddf968
[CI] Fix passing STM32 part numbers
2025-01-06 18:03:18 +01:00
jgromes
d26b1ff38e
Bump version to 7.1.2
2025-01-05 20:20:04 +01:00
jgromes
49f21cc707
[CI] Fix skipping for STM32
2025-01-05 18:28:40 +01:00
jgromes
06f416935f
[SX128x] Added explicit typecast
2025-01-05 17:46:42 +01:00
jgromes
5ea881c595
[SX126x] Added explicit typecast
2025-01-05 17:46:36 +01:00
jgromes
92c08c1ebf
[LR11x0] Added explicit typecast
2025-01-05 17:46:30 +01:00
Jan Gromeš
cbb8d419d1
[CI] Unit test ( #1373 )
...
* [CI] Add basic unit testing
* [CI] Add gitignore
* [CI] Install libfmt
---------
Co-authored-by: jgromes <jan.gromes>
2025-01-05 17:23:13 +01:00
jgromes
a63ca70558
[Pager] Fix debug parameter type
2025-01-05 09:59:55 +01:00
StevenCellist
33b65344c4
[LoRaWAN] Fix ADR backoff difference between 1.0.4 and 1.1
2025-01-04 23:27:18 +01:00
StevenCellist
f346dd3687
[LoRaWAN] Improve handling of invalid MAC commands
2025-01-04 23:18:37 +01:00
StevenCellist
a3782b432c
[LoRaWAN] Accept MAC channel mask if ADR is disabled
2025-01-04 16:20:42 +01:00
StevenCellist
283bfb43fe
[LoRaWAN] Revert change in dwell time arguments
2025-01-04 16:04:05 +01:00
StevenCellist
5952106e93
[LoRaWAN] Update reference example
2025-01-04 15:05:36 +01:00
StevenCellist
617d759ea5
[LoRaWAN] Fix some MAC commands not being resent
2025-01-04 14:48:25 +01:00
StevenCellist
6ab358c292
[LoRaWAN] Improve dwell time handling under ADR
2025-01-04 14:43:20 +01:00
StevenCellist
92d2dc0f09
[LoRaWAN] Remove unused space in session buffer
2025-01-04 14:27:10 +01:00
jgromes
01e7fa0731
[Pager] Fix sync words in long messages ( #1112 )
2025-01-04 11:23:07 +01:00
jgromes
b5d36f11e5
[Pager] Minor formatting fixes
2025-01-04 11:22:28 +01:00
Jan Gromeš
7141d261be
[CI] Use SSH deploy key for metrics push ( #1371 )
...
Co-authored-by: jgromes <jan.gromes>
2025-01-03 19:27:13 +01:00
CrispyAlice2
680e88c739
Fix frequency issue on SX127x ( #1368 ) ( #1369 )
...
* Fix frequency issue on SX127x (#1368 )
* Add force option to SPIsetRegValue
* Fix indent
2025-01-03 19:11:29 +01:00
Jan Gromeš
bd4ede2fb7
[CI] Add size metrics ( #1367 )
...
* [CI] Add CI scripts, save metrics on build
* Fix token name
* Fix path
* Pass size files via artifacts
* Fix path to artifacts
* Fix git hash in artifact filename
* Fix git hash
* Fix artifact name
* Fix artifact path
* Avoid filenames with colons
* Fix artifact paths
* Remove incorrect cd
* Add missing cd
* Fix paths in second repo
* More path fixing
* Fix artifacts repo name
* Remove path from example filename in output
* Add hash to commit message
* Fix typo
* Fix artifact commit message
* Move git hash
* Use GITHUB_SHA variable
* Drop markdown format
---------
Co-authored-by: jgromes <jan.gromes>
2025-01-01 14:14:08 +01:00
jgromes
92b687821f
[MOD] Remove getCs method ( #1364 )
2024-12-29 10:03:42 +01:00
jgromes
60a093775a
[CC1101] Use Module SPI transfer stream
2024-12-29 10:03:13 +01:00
jgromes
c7fb065310
[CC1101] Simplify reset sequence
2024-12-29 09:46:38 +01:00
jgromes
8e35b14fae
[nRF24] Use Module SPI transfer stream
2024-12-29 09:33:53 +01:00
jgromes
422dc867e0
Merge branch 'master' of https://github.com/jgromes/RadioLib
2024-12-27 20:41:39 +01:00
jgromes
af6de6a0e0
[CI] Fix library name in release CI
2024-12-27 20:41:37 +01:00
jgromes
b2b4c9e0f7
[SX126x] Use dummy SPI transfer for wakeup ( #1364 )
2024-12-27 16:26:24 +00:00
jgromes
ff387e93ad
[SX128x] Use dummy SPI transfer for wakeup
2024-12-27 16:25:59 +00:00
jgromes
9bff1582bd
[LR11x0] Use dummy SPI transfer for wakeup
2024-12-27 16:25:52 +00:00
jgromes
c37015ef94
[CI] Fix typo
2024-12-20 13:53:26 +01:00
jgromes
afa5da7fd6
[CI] Add release workflow
2024-12-20 13:52:09 +01:00
jgromes
6622a0ac99
Bump version to 7.1.1
2024-12-19 14:18:20 +01:00
StevenCellist
c2b44d2552
Add FSK to supported LoRaWAN modulations
2024-12-18 22:48:03 +01:00
jgromes
02fe9f3119
Remove dev files
2024-12-18 08:28:06 +01:00
jgromes
89424a3025
[LoRaWAN] Remove unused parameter
2024-12-18 07:22:06 +00:00