Wykres commitów

1044 Commity (59434cb0251b2cdf3c6fb44ff0cacd4acfebac25)

Autor SHA1 Wiadomość Data
jgromes 657d7495cb [RF69] Added interface argument to Module::term 2020-05-17 20:27:42 +02:00
jgromes 3721d0a51b [CC1101] Added interface argument to Module::term 2020-05-17 20:27:34 +02:00
jgromes da177c9b2a Added interface argument to termination method 2020-05-17 20:26:57 +02:00
jgromes a969517e04 Bump version to 3.6.1 (hotfix) 2020-05-15 09:56:40 +02:00
jgromes f588d3b3a2 Fixed static only build set by default 2020-05-14 19:53:46 +02:00
jgromes 2ebd6d355c Bump version to 3.6.0 2020-05-12 16:16:56 +02:00
jgromes 86da5780c3 Added missing RADIOLIB_DEFAULT_SPI parameter 2020-05-12 16:04:29 +02:00
jgromes 50cc06021b Only stopping hardware interface on automated initialization (#143) 2020-05-12 16:00:13 +02:00
jgromes 4198551e55 Disabled default build for Adafruit SAMD 2020-05-12 08:57:38 +02:00
jgromes 9798de6272 Added support for Adafruit SAMD boards 2020-05-12 08:42:10 +02:00
jgromes 0c4f449181 Added default SPI instance to platform config 2020-05-12 08:40:31 +02:00
jgromes 7503604765 [SX127x] Fixed sprintf buffer size 2020-05-12 08:39:28 +02:00
jgromes a7a2dcabd2 Added custom platform option 2020-05-11 21:07:57 +02:00
jgromes 3aae02e4ea [nRF24] Added digital pin to interrupt macro 2020-05-11 20:33:02 +02:00
jgromes 8b12def14d [Si443x] Added digital pin to interrupt macro 2020-05-11 20:32:56 +02:00
jgromes e2689940a6 [SX128x] Added digital pin to interrupt macro 2020-05-11 20:32:47 +02:00
jgromes 9b0cf7abb2 [SX127x] Added digital pin to interrupt macro 2020-05-11 20:32:41 +02:00
jgromes d005112407 [SX126x] Added digital pin to interrupt macro 2020-05-11 20:32:32 +02:00
jgromes 19028b64e0 [RF69] Added digital pin to interrupt macro 2020-05-11 20:32:26 +02:00
jgromes f9c7e9e7f5 [CC1101] Added digital pin to interrupt macro 2020-05-11 20:32:17 +02:00
jgromes 6721fad68a Implemented custom digital pin to interrupt macro 2020-05-11 20:31:47 +02:00
jgromes 3719d6dd92 [AFSK] Removed redundant argument 2020-05-11 20:30:57 +02:00
jgromes 79d8ff2ca0 [AFSK] Added check for zero tone frequency 2020-05-03 11:04:51 +02:00
jgromes ed0a6623a6 [AFSK] Executed Order 66 2020-05-03 11:04:45 +02:00
jgromes d609c8ba56 [CC1101] Lowered findChip delay to 10 ms 2020-05-01 20:53:50 +02:00
jgromes 078ec4d13e [RF69] Lowered findChip delay to 10 ms 2020-05-01 20:53:23 +02:00
jgromes 1fa483f98b [SX1231] Lowered findChip delay to 10 ms 2020-05-01 20:53:15 +02:00
jgromes 9119020d0d [Si443x] Lowered findChip delay to 10 ms 2020-05-01 20:53:08 +02:00
jgromes 305d880926 [Xbee] Lowered findChip delay to 10 ms 2020-05-01 20:52:59 +02:00
jgromes 601f6324e4 [SX128x] Fixed unitialized variable warning 2020-05-01 20:26:53 +02:00
Jan Gromeš 2b8a5e2ecf
Merge pull request #142 from meshtastic/probe
when probing for sx127xs don't wait so long between attempts.
2020-05-01 20:04:15 +02:00
Jan Gromeš 0cac5263c9
Merge pull request #141 from meshtastic/minmax
Set the min/max ranges per the Semtech SX1278/SX1276 datasheet
2020-05-01 20:00:41 +02:00
geeksville 2c31adc401 Set the min/max ranges per the Semtech SX1278/SX1276 datasheet 2020-05-01 09:18:37 -07:00
geeksville e070cf9ef4 No reason to wait 1s between probes (for a 4MHz spi bus). Change
to 10ms so probing for parts doesn't slow our boot so much.
2020-05-01 09:17:26 -07:00
jgromes eccf6e3865 [ESP8266] Fixed format overflow warning 2020-05-01 13:50:29 +02:00
jgromes 9477789e9b Travis removed STM32F4 2020-04-30 18:51:21 +02:00
jgromes 59fa831d99 Travis added upload method to STM32F4 2020-04-30 18:48:13 +02:00
jgromes c8e1c48c00 Travis trying different STM32F4 board 2020-04-30 18:44:27 +02:00
jgromes 288d8a3051 Travis attempt to fix exec not found error for STM32F4 2020-04-30 18:29:57 +02:00
jgromes c389e68ee8 Added notes about AFSK TRAVIS_FORCE_BUILD 2020-04-30 17:11:54 +02:00
jgromes 0a07f22e93 [SSTV] Added AFSK support 2020-04-30 17:11:24 +02:00
jgromes f7f81cd41e [RTTY] Added AFSK support 2020-04-30 17:11:09 +02:00
jgromes 0a705f5bb9 [Morse] Added AFSK support 2020-04-30 17:10:54 +02:00
jgromes 21c0703383 [Hell] Added AFSK support 2020-04-30 17:10:37 +02:00
jgromes ed69931041 [AX25] Added AFSK support 2020-04-30 17:10:21 +02:00
jgromes 072e4288c9 [AFSK] Added AFSK support (#139) 2020-04-30 17:09:25 +02:00
jgromes 6215330858 Added tone support 2020-04-30 17:07:28 +02:00
jgromes 325d925e9f Travis added configuration for stm32duino F4 2020-04-30 13:46:50 +02:00
jgromes 9bd1a63bba Organized platform list 2020-04-30 13:34:35 +02:00
jgromes 54fc553371 Travis fixed build order TRAVIS_FORCE_BUILD 2020-04-22 16:02:14 +02:00