Commit graph

1936 commits

Author SHA1 Message Date
jgromes
a4df77b76e [Si443x] Added missing standby overload 2023-03-12 15:02:23 +01:00
jgromes
874886b4cd [RF69] Added missing standby overload 2023-03-12 15:02:08 +01:00
jgromes
45826fb00d [nRF24] Added missing standby overload 2023-03-12 15:01:50 +01:00
jgromes
8ace6350cf [SX127x] Added missing standby for PhysicalLayer (#695) 2023-03-12 14:50:14 +01:00
jgromes
00bb31cb2e [SX126x] Added patch binary license 2023-03-11 22:52:14 +01:00
jgromes
0818230a7c [SX126x] Fixed incorrect variable names 2023-03-11 20:57:32 +01:00
jgromes
265847b82d Removed WIP include 2023-03-11 20:26:58 +01:00
jgromes
97ab0d357a [SX126x] Added spectral scan 2023-03-11 20:09:03 +01:00
jgromes
15d698c38d Added missing Platformio keywords 2023-03-06 19:03:06 +01:00
jgromes
ead59223fa [STM32WLx] Fixed end of table macro (CI_BUILD_ALL) 2023-03-05 20:33:27 +01:00
jgromes
ed4fc84a70 [SX126x] Fixed calibration order (#689) (CI_BUILD_ALL) 2023-03-05 19:30:20 +01:00
jgromes
02306bda91 Added further explanation of the -707 error code (#691) 2023-03-05 19:29:06 +01:00
jgromes
823c0ff82c [SX126x] Added missing XTAL check 2023-03-05 19:28:21 +01:00
jgromes
5ba6f41230 [MOD] Convert end of RF switch mode to macro (https://github.com/jgromes/RadioLib/actions/runs/4337180408) 2023-03-05 19:16:37 +01:00
jgromes
e920e1bf07 [MOD] Fixed some signed comparison warnings 2023-03-05 19:14:14 +01:00
jgromes
6677b15d93 Bump version to 5.7.0 2023-03-05 18:24:14 +01:00
jgromes
c761e1e7ca Added Platformio badge 2023-03-05 18:20:07 +01:00
jgromes
d1ab3cd9b0 [CI] Removed uncrustify action until dubious ownership error is fixed 2023-03-05 18:16:16 +01:00
jgromes
8392cea011 [SX126x] Added more LBT/scan registers (CI_FORCE_UNCRUST) 2023-03-05 18:08:14 +01:00
jgromes
0c84726f5e Added Platformio library JSON (#690) 2023-03-05 17:52:49 +01:00
jgromes
007d9ac2cb [SX126x] Set SX1262 to accept SX1261 device string (#683) 2023-03-05 16:42:48 +01:00
jgromes
7a8cadc639 [SX126x] Added more verbose calibration result check (#689) 2023-03-05 16:40:45 +01:00
jgromes
721962cacd [SX126x] Fixed bug in getDeviceErrors 2023-03-05 16:39:50 +01:00
jgromes
8bf15941c7 [SX126x] Added option to control XTAL/TCXO via member variable 2023-03-05 16:38:28 +01:00
Jan Gromeš
8174c58250
Merge pull request #684 from GUVWAF/irqFlagsMask
[SX126x/SX128x] Add user-configurable IRQ flags and mask to receive methods
2023-03-05 15:08:13 +01:00
jgromes
25a5f7443c [SX127x] Fixed invalid sync word value in example 2023-03-05 14:57:20 +01:00
Jan Gromeš
50574d6676
Merge pull request #688 from brghena/fix-SX12xx-settings-examples
Fix args to begin() in SX12xx settings examples
2023-03-05 14:56:21 +01:00
jgromes
59b7d7df92 [CI] Workaround for dubious ownership error 2023-03-05 14:44:53 +01:00
jgromes
1b039e501d [CI] Disable uncrustify action 2023-03-04 23:42:11 +01:00
Branden Ghena
7c083e0796 Fix args to begin() in SX12xx settings examples 2023-03-02 22:28:40 -06:00
jgromes
40450e699c Fixed typo 2023-03-02 21:34:36 +01:00
jgromes
3c92219488 [MOD] Fixed print format (#685) 2023-03-01 21:50:40 +01:00
GUVWAF
edc8877adb [SX128x] Add irqFlags and irqMask to startReceive 2023-02-26 13:34:22 +01:00
GUVWAF
f59bf4750c [SX126x] Add irqFlags and irqMask parameters to receive methods 2023-02-26 13:33:30 +01:00
jgromes
00998b5185 [MOD] Fixed incorrect default TCXO voltage 2023-02-25 13:47:54 +01:00
jgromes
32a42ee2c6 [MOD] Fixed format type 2023-02-25 13:28:52 +01:00
jgromes
3596f0f55b [SX126x] Removed WIP FHSS method 2023-02-25 13:25:16 +01:00
jgromes
b014a1f748 [MOD] Improved regdump and hexdump 2023-02-25 13:20:30 +01:00
jgromes
bd258380c8 [SX126x] Implemeted device type string check 2023-02-25 13:16:21 +01:00
jgromes
547a522826 [SX126x] Added undocumented registers 2023-02-25 13:14:11 +01:00
jgromes
2b2dc2925f [PHY] Fixed unused variable warning 2023-02-19 17:14:31 +01:00
jgromes
d8c50ae8ad [MOD] Remove default arguments from implementations 2023-02-19 17:12:05 +01:00
jgromes
02d6062f09 [SX126x] Fixed forgotten SPI write command 2023-02-19 17:11:36 +01:00
jgromes
60bd3d6440 [SX128x] Use Module stream read/write 2023-02-19 17:07:00 +01:00
jgromes
95083e32b1 [SX126x] Use module stream read/write 2023-02-19 17:02:51 +01:00
jgromes
6bf9cebc43 [MOD] Added SPI stream read/write 2023-02-19 16:59:03 +01:00
jgromes
7d286e32bc [SX128x] Use Module SPI stream 2023-02-19 16:23:08 +01:00
jgromes
299e5de3c4 [SX126x] Use Module SPI tream 2023-02-19 16:16:16 +01:00
jgromes
a8d35f7881 [MOD] Use SPI stream for register read/write 2023-02-19 14:22:30 +01:00
jgromes
308ad87320 [MOD] Port 16-bit address from ax5x43 dev 2023-02-19 12:41:49 +01:00