118 Commits
Author SHA1 Message Date
TD-er df92588b1b [ESPEasySerial] Refactor file names to clarify their use 2023-05-23 10:49:18 +02:00
TD-er 1898f00196 [ESPEasySerial] Add preliminary support for console serial port fallback 2023-05-23 00:41:46 +02:00
TD-er f94b0db5ca [ESPEasySerial] Fix switching HWCDC + dynamically set default pins 2023-05-22 18:31:58 +02:00
TD-er 5ea66c33d0 [ESPEasySerial] Simplify check availability nr serial ports on SoC 2023-05-21 14:50:10 +02:00
TD-er 73cd2e1bac [ESPEasySerial] Fix selecting HWCDC on ESP32-C3/S3 for console 2023-05-21 01:41:00 +02:00
TD-er 15e2e0a80d [ESPEasySerial] Fix (another) build issue on ESP8266 with SWserial disabled 2023-05-20 23:28:01 +02:00
TD-er ed57cce473 [ESPEasySerial] Fix build errors on ESP8266 2023-05-20 22:50:30 +02:00
TD-er 7e55a70ea2 [ESPEasySerial] Fix build on ESP32-S2 CDC builds 2023-05-20 21:41:22 +02:00
TD-er fc598fbf9d [ESPEasySerial] Fix compile errors. 2023-05-20 18:58:32 +02:00
TD-er 6648eafd5f [ESPEasySerial] Fix compile errors 2023-05-20 18:42:01 +02:00
TD-er 16ef99cec4 [ESPEasySerial] Cleanup ESPEasySerial class 2023-05-20 14:23:01 +02:00
TD-er 7f7cec4a5f [ESPEasySerial] Split files into wrappers and drivers 2023-05-20 12:10:19 +02:00
TD-er 54751feb27 [ESPEasySerial] Create wrapper classes for USBCDC and HWCDC 2023-05-20 00:51:29 +02:00
TD-er 45877add9e [ESPEasySerial] Start adding USB serial to ESPEasySerial 2023-05-19 15:39:29 +02:00
TD-er 4d93e3f932 [ESPEasySerial] Add platform specific default pins for Serial0 and 1 2023-05-18 12:32:56 +02:00
TD-er 5a17e8306c [ESPEasy Console] Split console to separate class 2023-05-17 17:25:20 +02:00
TD-er 542dd94bec [ESPEasySerial] Split common code to separate .cpp file 2023-05-17 13:53:51 +02:00
TD-er cd9d0c9173 [GPIO Boot States] Fix bug storing ESP32-S2 boot states + add ESP32-S3 2023-05-02 20:35:30 +02:00
TD-er 50b275b5fe [GPIO info] Add hardware/GPIO specifics for ESP32-C3/S3 2023-05-02 15:25:49 +02:00
TD-er 61d34944ae [ESP32-C3 / -S3] Add support for ESP32-C3 & ESP32-S3 2023-05-02 00:31:44 +02:00
TD-er 69400196c7 [ESP32-S2] Fix selection of only 2 HW serial ports ( #4595)
Fixes: #4595
2023-04-08 23:29:21 +02:00
Ton Huisman 5200c9e106 [ESPEasySerial] Remote I2CSerial completely when disabled, format source 2023-03-12 20:28:54 +01:00
TD-er d75df831d6 [Cleanup] Reduce build size for minimal builds 2022-08-20 02:41:14 +02:00
TD-er 57451a627c [Build] Fix ESPEasySerial build with DISABLE_SOFTWARE_SERIAL defined 2022-08-19 15:16:00 +02:00
TD-er 29775b8535 [ESPEasySerial] Fix incorrect use of static for ESP8266 2022-07-21 20:34:34 +02:00
TD-er 7bbbec66af [ESPEasySerial] Fix case sensitive include 2022-07-21 20:10:04 +02:00
TD-er 70951bcc45 [Cleanup] Reduce build size ESPEasySerial inline functions to .cpp 2022-07-21 01:21:06 +02:00
TD-er c3f90dd3c2 [ESPEasySerial] Update to 2.0.10 2022-06-15 13:51:16 +02:00
TD-er 3743fc0fe7 [Build] Warnings when building with -Wswitch enabled on ESP32 (#4085)
Fixes: #4085
2022-06-15 12:45:47 +02:00
TD-er 4a9d0bcaae [Cleanup] Use flash strings where needed or chars for single char string 2022-02-05 10:40:46 +01:00
TD-erandGitHub da218e5525 Merge branch 'mega' into feature/build_core_3_0_0 2021-12-06 00:54:30 +01:00
TD-er adb3e9d1d0 [GPS] Add power save commands (Ublox specific) 2021-11-15 15:09:58 +01:00
TD-erandGitHub 39fb02965e Merge branch 'mega' into feature/build_core_3_0_0 2021-10-16 12:34:17 +02:00
TD-er 13dfe6d514 [ESPEasySerial] Include v2.0.7 in the ESPEasy libs dir too
Arduino IDE builders may not use the PlatformIO versioning, so also include it in the libs folder.
2021-10-14 08:23:09 +02:00
TD-erandGitHub 0dcc99cbfb Merge branch 'mega' into feature/build_core_3_0_0 2021-09-19 15:39:44 +02:00
TD-er 6674c968b5 ESPEasySerial to 2.0.6 to support ESP32-S2 2021-07-27 17:37:13 +02:00
TD-er b02fa47460 [Core 3.0.0] Rename deprecated ICACHE_RAM_ATTR to IRAM_ATTR
Allow for backwards compatibility define for older core builds.
2021-06-07 23:56:37 +02:00
TD-er 51f027835e [ESP32-S2] Add experimental support for ESP32-S2 2021-02-04 02:51:47 +01:00
TD-er 0cec79bfe0 [build] Add define DISABLE_SC16IS752_Serial
To reduce size on Minimal OTA builds
2020-10-07 13:07:12 +02:00
TD-er 7f9c8e3561 [ESPEasySerial] Make GPIO pins selectabel on ESP32 2020-10-02 16:58:03 +02:00
Gijs Noorlander c320adef9c [ESPEasySerial] Update to v2.0.3 adding I2C UART to ESP32 + fix bug ESP32 2020-05-09 00:58:27 +02:00
Gijs Noorlander 3445cbee36 [ESPEasySerial] Update v2.0.1: Only use SWserial override on HW serial 2020-04-19 16:49:42 +02:00
Gijs Noorlander 0e41d0e71a [I2C UART] Mark ESPEasySerial library as v2.0.0 2020-03-18 11:27:58 +01:00
Gijs Noorlander bddd5ae4b3 [Serial] Mark plugins using serial as device type serial
Also show in the devices tab a proper port + GPIO description.
2020-03-08 16:49:44 +01:00
Gijs Noorlander f832f5e265 [SC16IS752] Extend Serial Helper to support I2C UART 2020-03-08 09:18:14 +01:00
Gijs Noorlander f14929bb1f [SC16IS752] Use I2C-UART bridge in ESPEasySerial (ESP8266) 2020-03-06 23:35:28 +01:00
TD-er c53dacf9a7 Start of implementing SC16IS752 support 2020-03-06 20:29:36 +01:00
Gijs Noorlander 228c7616c3 [ESPEasySerial] Update manifest to mark SC16IS752 dependency 2020-03-06 14:06:43 +01:00
Gijs Noorlander 664430cfd2 Sync ESPEasySerial library + increase version to 1.0.14 2020-02-21 16:58:01 +01:00
Gijs Noorlander c83c1d7bc4 [RN2483] Quick work-around to force SW serial for LoRa module
As is needed for a PCB I am working on, where I use the pins of Serial0_switched but also need the Serial0 to be HW serial.
2020-02-21 15:04:41 +01:00