Commit graph

1282 commits

Author SHA1 Message Date
jgromes
936eb262a1 [RFM9x] Update markers for debug decoder 2020-12-05 12:04:57 +01:00
jgromes
ef50f9e1e8 [RF69] Update markers for debug decoder 2020-12-05 12:04:47 +01:00
jgromes
6bc6777cac [CC1101] Update markers for debug decoder 2020-12-05 12:04:39 +01:00
jgromes
dc05904ae4 [nRF24] Update markers for debug decoder 2020-12-05 12:04:26 +01:00
jgromes
ea464ce10d [Si443x] Update markers for debug decoder 2020-12-05 12:04:00 +01:00
jgromes
eea595a5ae Added debug decoder script 2020-12-05 11:48:35 +01:00
jgromes
61f4fb5190 Update gitignore 2020-12-05 11:48:17 +01:00
jgromes
f670cc3361 Changed structure of extras folder 2020-12-05 11:46:33 +01:00
jgromes
8e3d89c4f5 Bump version to 4.0.6 2020-11-20 18:40:16 +01:00
jgromes
36afff855d [Si443x] Added method to read version register 2020-11-20 17:53:03 +01:00
jgromes
3c832171f0 [SX1231] Added method to read version register 2020-11-20 17:52:55 +01:00
jgromes
4c62de06cf [RF69] Added method to read version register 2020-11-20 17:52:47 +01:00
jgromes
b4701c370b [CC1101] Added method to read version register 2020-11-20 17:52:32 +01:00
jgromes
ff520e2a15 [SX127x] Added method to read version register (#204) 2020-11-20 17:52:17 +01:00
jgromes
6e18dea7e1 Delete old Travis CI config file 2020-11-19 21:12:05 +01:00
jgromes
c127712c5e [SX127x] Added check for LoRa header CRC mismatch (#200) 2020-11-19 17:07:32 +01:00
Jan Gromeš
9b5eed83d2
[RTTY] Fixed idle (#195) 2020-11-05 21:29:41 +01:00
Jan Gromeš
c8ff0234b3
[CI] Use arduino:mbed instead of beta for Portenta H7 2020-11-03 16:02:14 +01:00
Jan Gromeš
063b643a7b
[Si443x] Fixed frequency deviation 0 for RTTY (#195) 2020-11-03 15:42:37 +01:00
jgromes
d58ffee443 [CI] Disable Arduino Portenta build (fails to install) CI_BUILD_ALL 2020-10-29 16:46:53 +01:00
jgromes
4816d7383e Bump version to 4.0.5 2020-10-29 16:33:41 +01:00
jgromes
4cdbcb60c5 Changed ESP32 tone emulation channel to 1 2020-10-29 07:53:51 +01:00
jgromes
dbc35c814e Removed RADIOLIB_TONE_UNSUPPORTED flag from Apollo3 and STM32 unofficial 2020-10-28 11:45:58 +01:00
jgromes
5d92240f89 Added support for tone on ESP32 (#190) 2020-10-28 11:24:05 +01:00
jgromes
e549039b15 [SX127x] Fixed incorrect shaping register (#186) 2020-10-13 19:25:15 +02:00
jgromes
e96fd0f8af Replace workflow add-path commands with echo to env file 2020-10-09 20:10:12 +02:00
jgromes
598eb34ad5 Bump version to 4.0.4 2020-10-09 18:55:31 +02:00
jgromes
bb1bb59aff [SX126x] Added option to disable TCXO using SX126x::setTCXO(0) (#99) 2020-09-22 07:49:27 +02:00
jgromes
cd142df4b9 [CC1101] Added 0x04 as valid version register value (#183) 2020-09-19 19:48:21 +02:00
jgromes
35f02ed402 [CC1101] Added TRNG support 2020-09-13 17:53:37 +02:00
jgromes
ff8d9d672d [RF69] Added TRNG support 2020-09-13 17:53:30 +02:00
jgromes
b40ad5c2f7 [SX126x] Added TRNG support 2020-09-13 17:53:23 +02:00
jgromes
04195ee0d2 [SX127x] Added TRNG support 2020-09-13 17:53:16 +02:00
jgromes
3cc55806cf [SX128x] Added TRNG support 2020-09-13 17:53:07 +02:00
jgromes
5e1285783a [Si443x] Added TRNG support 2020-09-13 17:53:01 +02:00
jgromes
5376931b02 [nRF24] Added TRNG support 2020-09-13 17:52:53 +02:00
jgromes
e7fb555192 [PHY] Added TRNG support (#178) 2020-09-13 17:52:40 +02:00
Jan Gromeš
08f86da3a6
Create SECURITY.md 2020-09-12 14:03:31 +02:00
Jan Gromeš
7ea94eb01a
Create CODE_OF_CONDUCT.md 2020-09-12 14:01:38 +02:00
jgromes
b8d83c8792 [RTTY] Force mask type 2020-09-12 13:53:28 +02:00
jgromes
3c25c76b9b [RTTY] Fixed CodeQL alerts 2020-09-12 13:47:39 +02:00
jgromes
b650d15f76 [SX127x] Fixed CodeQL alerts 2020-09-12 13:45:53 +02:00
jgromes
ffe1c38c1f [XBee] Fixed CodeQL alerts 2020-09-12 13:45:08 +02:00
jgromes
f17b1d413a [AX25] Fixed CodeQL alerts 2020-09-12 13:44:05 +02:00
jgromes
b337b5e22f [AX25] Replaced constant with macro 2020-09-12 13:41:45 +02:00
Jan Gromeš
38b3f33c82
[CodeQL] Use /bin/bash interperter 2020-09-12 13:01:41 +02:00
Jan Gromeš
deae19e892
[CodeQL] Moved static fix 2020-09-07 21:10:45 +02:00
Jan Gromeš
e282937e6f
[CodeQL] Static link fix 2020-09-07 20:16:34 +02:00
Jan Gromeš
a3a0719fa3
[QL] Fixed path 2020-09-01 10:13:13 +02:00
Jan Gromeš
5e50851610
[QL] Fixed example path 2020-09-01 10:09:11 +02:00