Commit graph

1709 commits

Author SHA1 Message Date
jgromes
fbdb3eb6a2 [AFSK] Update to 5.0.0 2021-11-14 11:37:49 +01:00
jgromes
70d86f7eb6 Updated macro names 2021-11-14 11:36:06 +01:00
jgromes
10ec10d233 Removerd reference to UART 2021-11-14 11:35:32 +01:00
jgromes
c6eb3ee94f Removed reference to AT commands 2021-11-14 11:34:13 +01:00
jgromes
8111bc058f Added HAL 2021-11-14 11:33:35 +01:00
jgromes
0d9718a603 Dropped support for ESP8266, HC05, JDY08, HTTP and MQTT 2021-11-14 11:29:51 +01:00
Christophe Painchaud
964ee86b3e indentation fix 2021-11-09 09:07:52 +01:00
Christophe Painchaud
7ddf0f81ce SX127X enable/disable BitSync 2021-11-09 09:07:52 +01:00
Christophe Painchaud
29778e0e1d missing keywords 2021-11-09 09:07:52 +01:00
Christophe Painchaud
0c3b0b32db new RF69::enableContinuousModeBitSync() 2021-11-09 09:07:52 +01:00
Christophe Painchaud
d47c30b18d new RF69::setOokFixedThreshold 2021-11-09 09:07:52 +01:00
Christophe Painchaud
0eb5578e22 doc comment fix 2021-11-09 09:07:52 +01:00
Christophe Painchaud
50055ee52d new RF69::setOokFixedThreshold() 2021-11-09 09:07:52 +01:00
jgromes
5c538f31ea [AX.25] Fixed command/response bit 2021-11-08 17:45:12 +01:00
jgromes
6e20c16d3d Removed debug output (enabled by mistake) 2021-11-07 21:41:12 +01:00
jgromes
e3ff5affc6 Fix possible issues in CubeCell 1.3.0 (#397) 2021-10-30 21:22:36 +02:00
jgromes
3a8360c361 [SX126x] Added interrupt-driven CAD 2021-10-28 15:44:44 +02:00
jgromes
ebc4852fc2 [SX127x] Added interrupt-driven CAD (#396) 2021-10-28 15:44:25 +02:00
jgromes
81e8de8324 Drop references to I2C CI_BUILD_ALL 2021-10-28 00:15:02 +02:00
jgromes
98e2a1847d Added missing alias macro for Intel Curie 2021-10-28 00:11:24 +02:00
jgromes
0fc8413313 Bump version to 4.6.0 2021-10-27 23:58:28 +02:00
jgromes
29446986f3 [SX127x] Added ping-pong example 2021-10-27 23:57:43 +02:00
jgromes
2c3f22335f Use Module::tone override in FSK example 2021-10-27 23:22:14 +02:00
jgromes
e03b674e10 [SX127x] Skip tone() for CubeCell (CubeCell:CubeCell:CubeCell-Board) 2021-10-27 22:07:00 +02:00
jgromes
68eebadf1d [CI] Added CubeCell to build matrix (CubeCell:CubeCell:CubeCell-Board) 2021-10-27 21:17:09 +02:00
jgromes
610bb6eaec Added CubeCell to supported platforms 2021-10-27 21:16:40 +02:00
jgromes
f67549ff36 [RFM9x] Added CubeCell support 2021-10-27 21:16:15 +02:00
jgromes
20d5e2c422 [RFM2x] Added CubeCell support 2021-10-27 21:16:09 +02:00
jgromes
2bdec154ad Added CubeCell support 2021-10-27 21:15:46 +02:00
jgromes
6475507274 [SX127x] Fixed missing OOK shaping configuration in some derived classes (#393) 2021-10-27 19:15:36 +02:00
jgromes
9824ac32b6 [SX127x] Fixed missing call to FSK config in some derived classes (#395) 2021-10-27 07:50:06 +02:00
jgromes
d91c6d0712 [SX127x] Only apply errata fix by a macro (#388) 2021-10-18 21:31:46 +02:00
jgromes
8579b2cb1b [SX127x] Removed redundant default argument 2021-10-18 21:30:54 +02:00
jgromes
9d3807168f [SX127x] Fixed low-power output on RFO pin (#385) 2021-10-17 11:10:52 +02:00
jgromes
730abc0903 [Hell] Fixed comma direction (#384) 2021-10-10 09:00:27 +02:00
jgromes
6cd7c8efdc [Hell] Fixed comma bitmap (#384) 2021-10-09 09:55:36 +02:00
jgromes
aa1b84ce1c [AX25] Fixed extension bits and repeater callsigns 2021-09-28 21:33:02 +02:00
jgromes
2125dfe276 [PHY] Added option to disable sync word matching (#337) 2021-09-26 17:45:35 +02:00
jgromes
127f05d876 [SX127x] Fixed direct mode inactive until first packet is received (#337) 2021-09-26 17:44:03 +02:00
jgromes
d1409ff80c [FSK4] Added AFSK example 2021-09-24 09:19:47 +02:00
jgromes
20b0f11ee6 [FSK4] Example formatting update 2021-09-24 09:19:37 +02:00
jgromes
b46d9f8e59 [FSK4] Formatting fixes 2021-09-24 08:58:48 +02:00
jgromes
f099a075e0 [AFSK] Added FSK4 friend class 2021-09-24 08:58:32 +02:00
jgromes
e714b45dfa [FSK4] Added keywords 2021-09-24 08:58:11 +02:00
Jan Gromeš
202c71c5b2
Merge pull request #373 from darksidelemm/fsk4
Fsk4
2021-09-24 08:49:59 +02:00
jgromes
5bb9887364 Swapped SerialModule rst and serial arguments 2021-09-24 08:48:23 +02:00
jgromes
562cbbcb7c [SX127x] Fixed unitialized variable warning 2021-09-24 08:24:04 +02:00
jgromes
a5083503e4 [CC1101] Fixed type limit comparison warning 2021-09-24 08:23:47 +02:00
jgromes
06f328380e [CI] Added RP2040 to build matrix (arduino:mbed_rp2040:pico) 2021-09-24 08:08:19 +02:00
jgromes
8b0858850c Added support for RP2040 (#361) 2021-09-24 08:04:35 +02:00