Wykres commitów

130 Commity (205031550b89e5684cb4fffa180fc9bfa900abcf)

Autor SHA1 Wiadomość Data
jgromes a8c079f85e [MOD] Fixed hexdump printing when length is not divisible by 16 2022-08-18 20:48:51 +02:00
jgromes ec94177c2a [MOD] Cache tone value on ESP32 (#553) 2022-08-09 20:20:19 +02:00
jgromes 655dfaae45 Added missing pulsein callback set 2022-08-07 09:57:41 +02:00
Peter Lawrence 4bdec52f88 remedy Module when RADIOLIB_BUILD_ARDUINO is not defined 2022-08-04 17:46:58 -05:00
jgromes 8675f13e5d [Morse] Added basic Morse receive support (#545) CI_BUILD_ALL 2022-07-30 08:53:57 +02:00
jgromes 8ae092ac81 [MOD] Added regdump function 2022-07-04 15:30:37 +02:00
jgromes f8f73d2ccb [MOD] Added helper hexdump function 2022-07-03 11:05:56 +02:00
jgromes 61a593c6f7 Fixed incorrect macro guards CI_BUILD_ALL 2021-12-19 13:09:42 +01:00
jgromes 1d42f1a0ff [MOD] Use custom tone() on Arduino mbed boards (#407) 2021-12-04 17:04:59 +01:00
jgromes 8111bc058f Added HAL 2021-11-14 11:33:35 +01:00
jgromes e3ff5affc6 Fix possible issues in CubeCell 1.3.0 (#397) 2021-10-30 21:22:36 +02:00
jgromes 81e8de8324 Drop references to I2C CI_BUILD_ALL 2021-10-28 00:15:02 +02:00
jgromes 2bdec154ad Added CubeCell support 2021-10-27 21:15:46 +02:00
jgromes 5bb9887364 Swapped SerialModule rst and serial arguments 2021-09-24 08:48:23 +02:00
jgromes 0f1140e5ad Added SerialModule wrapper class (#305) 2021-09-05 12:00:30 +02:00
jgromes 5c0b4dbb10 Extract common bit reflection methods 2021-06-14 20:59:16 +02:00
jgromes d49a107c7e Added SPI readout check bitmask 2021-04-15 19:34:53 +02:00
jgromes 9a9af85fdc Added option to disable "paranoid" SPI mode (enabled by default) 2021-02-12 21:03:49 +01:00
jgromes 533131f83f Fixed unitialized variable warning 2020-12-25 14:17:07 +01:00
jgromes 4cdbcb60c5 Changed ESP32 tone emulation channel to 1 2020-10-29 07:53:51 +01:00
jgromes 5d92240f89 Added support for tone on ESP32 (#190) 2020-10-28 11:24:05 +01:00
jgromes 59c44d3883 Added Module overrides for all Arduino core functions 2020-08-01 16:33:25 +02:00
jgromes 7f31cdab8f Test doxygen TODOs 2020-07-10 08:20:45 +02:00
jgromes 37a94494b4 Added TODOs 2020-07-06 18:30:36 +02:00
jgromes b8de06288c Added copy ctor and assignment operator 2020-07-05 10:05:54 +02:00
jgromes c439b097d8 Switched to initializer lists 2020-07-04 16:05:56 +02:00
jgromes 7e62dbd1d8 Fixes from cppcheck scan 2020-07-04 13:43:39 +02:00
jgromes 56360a2a05 Changed setRfSwitchState to directly change switch pins 2020-06-20 16:59:20 +02:00
jgromes 78022ce6ad Added external
RF switch control base
2020-06-18 16:31:38 +02:00
jgromes da177c9b2a Added interface argument to termination method 2020-05-17 20:26:57 +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 6215330858 Added tone support 2020-04-30 17:07:28 +02:00
jgromes 39c259848c Added support for Nano 33 BLE 2020-03-27 14:10:45 +01:00
jgromes d3cec5d3b4 [Module] Removed String class from AT commands 2020-03-22 08:14:03 +01:00
jgromes c12cd6a53d [Module] Removed debug-only delays 2020-03-13 21:16:10 +01:00
jgromes 5846c9d9d9 [Module] Only initializing default SPI interface (#121) 2020-03-02 13:25:35 +01:00
jgromes 16073f05ea [Module] Fixed incorrect arguments 2020-02-20 12:38:51 +01:00
jgromes 1a75ff837e [Module] Fixed interface termination 2020-02-20 12:35:44 +01:00
jgromes 9da1573df0 Renamed unused pin macro to NC 2020-01-06 17:20:18 +01:00
jgromes 606e317958 Changed to new approach to pin handling 2019-12-27 13:15:33 +01:00
jgromes 67c6544d28 Added check for -1 in pinMode 2019-12-01 08:12:04 +01:00
jgromes 7dd5858da6 Fixed unitialized variable warnings 2019-11-23 10:10:53 +01:00
jgromes cd1c799a64 Updated macro names 2019-11-20 16:22:50 +01:00
jgromes b873127155 Fixed SoftwareSerial for ESP8266 core 2.6.1 2019-11-18 18:29:06 +01:00
jgromes 1f26d3d5a3 Fixed SoftwareSerial for ESP8266 core 2.6.0 2019-11-12 17:24:49 +01:00
jgromes 47be7923da Fixed software serial macro warnings 2019-10-02 19:41:31 +02:00
jgromes de9c74dd9a Suppressed unused variable warning 2019-09-28 12:22:52 +02:00
jgromes 11b501cbc9 Added software serial platform macro 2019-09-28 10:39:20 +02:00
jgromes c093d34c91 Updated debug macros 2019-09-28 10:30:50 +02:00
mmrein 972f874e9e STM32 - use HardwareSerial instead of SoftwareSerial
Added support for STM32 boards, using HardwareSerial instead of SoftwareSerial the same way as in https://github.com/jgromes/RadioLib/pull/39
2019-09-10 17:40:49 +02:00
Bernd Giesecke 1465e01fd4 ESP32 & SAMD - use HardwareSerial instead of SoftwareSerial
ESP32 has no working SoftwareSerial. With a simple #ifdef ESP32 || SAMD a hardware serial will be used instead.    
Minimum changes without influence on existing installations or usage.
2019-09-09 14:31:50 +08:00
jgromes 49eb062fcf Added more debug output 2019-06-22 16:36:44 +02:00
jgromes b75904cce1 Removed old comment 2019-06-01 20:46:34 +02:00
jgromes 95708d420d Added constructor for modules with 3 DIO pins 2019-05-20 08:51:34 +02:00
jgromes e3a9e60817 Added missing SPISettings saving 2019-05-19 16:37:12 +02:00
jgromes 686c5e6478 Added missing SPISettings 2019-05-19 16:31:46 +02:00
jgromes 5c206310ab Added SPISettings to Module constructor 2019-05-19 16:16:24 +02:00
jgromes 7780c499a1 Fixed incorrect pin assignment 2019-05-13 15:03:09 +02:00
jgromes 000a771374 Added missing comments 2019-03-22 19:06:03 +01:00
jgromes 7a768c8ed6 [SX127x] Sync with LoRaLib v8.0.1 2019-03-22 19:01:56 +01:00
jgromes 7d00dde817 Removed redundant debug begin 2019-02-23 10:50:14 +01:00
jgromes 9d7e9040cf Updated debug macros 2019-02-23 09:36:56 +01:00
jgromes d388cbeffe Added overload for UART-only modules 2019-02-23 09:36:08 +01:00
jgromes 274c56aa92 Fixed SoftwareSerial pin naming convention 2019-01-16 18:02:32 +01:00
jgromes 6cd42ca3e1 [SX127x] Sync with LoRaLib v7.0.0 2018-10-31 17:44:47 +01:00
jgromes 0c11156e65 Removed unused SPI methods 2018-09-29 18:56:50 +02:00
Jan Gromeš 31dd1baadc Module - Added methods for INT pins read-only access 2018-07-25 14:52:57 +02:00
Jan Gromeš 560ea42722 Increased SPI verification delay 2018-07-24 09:46:16 +02:00
Jan Gromeš 43764a1f96 Added SPI verification after write 2018-07-23 11:19:34 +02:00
Jan Gromeš 3b51c3b661 Added SPI-only Module contructor 2018-07-11 18:15:54 +02:00
Jan Gromeš 8d8ab76f5a Added support for all Semtech LoRa modules (SX1272/73/76/77/78/79) 2018-07-03 09:58:29 +02:00
Jan Gromeš c2b1826410 Replaced all remaining internal Arduino Strings 2018-06-29 11:05:53 +02:00
Jan Gromeš 15e72f825c Replaced internal Arduino Strings with cstrings 2018-06-29 10:30:40 +02:00
Jan Gromeš b32130d18c Updated debug output 2018-04-19 18:50:42 +02:00
Jan Gromeš 917fb2834b Fixed Xbee reset de-assert 2018-04-13 20:51:12 +02:00
Jan Gromeš 79b4f6da20 Added support for sending binary AT data 2018-04-10 20:47:57 +02:00
Jan Gromeš 24172b19f1 Removed redundant default constructor 2018-04-08 20:09:09 +02:00
Jan Gromeš 7b54c152dd Added variable AT line feed characters 2018-03-31 10:06:45 +02:00
Jan Gromeš 9fe0e36005 Added core source files 2018-03-05 17:08:42 +01:00