Commit Graph
70 Commits
Author SHA1 Message Date
MichaelDvP e989891652 Merge branch 'dev' into core3 2026-05-27 11:16:19 +02:00
proddy 37a94f8e0f auto-formatting 2026-05-10 13:21:28 +02:00
MichaelDvP fc451863c0 Merge branch 'dev' into core3 2026-05-09 08:13:31 +02:00
MichaelDvP fed15f0f96 tx-mode: auto, default bus-id 0x49 2026-05-07 21:08:56 +02:00
proddy d6e00c4534 UART_FIFO_LEN is deprecated 2026-04-18 18:50:08 +02:00
MichaelDvP 685a49c212 Merge branch 'dev' into core3, formatting, add back sendmail settings 2026-04-17 12:28:41 +02:00
MichaelDvP 9522945e06 uart buffer size 2026-04-13 13:58:30 +02:00
proddy fb09e10f19 sync with core3 features 2026-03-30 23:26:04 +02:00
MichaelDvP 7c6ff01ebe reset reason, uart adapt for C6 2026-03-19 16:39:27 +01:00
proddy 6741232450 WIP: ESP-IDF Core 3 migration - mbedtls SSL, module library, board configs, MQTT and network updates 2026-02-15 13:53:13 +01:00
proddy 8ee0789dad emsesp.org ownership 2026-01-11 14:17:49 +01:00
MichaelDvP ea6b7c0be0 revert commit 1a03b98, used fixed buffer length 2026-01-02 16:13:14 +01:00
MichaelDvP 1a03b98670 avoid variabe length array 2025-12-29 18:35:06 +01:00
proddy 4772a61e7c use EMS_TXMODE_INIT 2025-12-26 15:24:56 +01:00
proddy bbe1f133dc add EMS_TXMODE_INIT and EMS_TXMODE_NONE 2025-12-26 09:33:17 +01:00
MichaelDvP 5ed4970d62 change uart pins without restart 2025-11-28 09:08:53 +01:00
proddy 5957300c4e change (c) date to 2025 2025-11-24 23:27:01 +01:00
MichaelDvP 6c42cbfb4b make task cores configurable in platformio.ini 2025-06-28 13:00:53 +02:00
proddy 3330103a8d compile with IDF 5 2025-03-30 10:18:24 +02:00
MichaelDvP e430ecf85c don't count echos as errors also for remote thermostat emulation 2024-10-31 16:29:36 +01:00
proddy c951877172 change (c) header 2024-09-01 20:41:27 +02:00
proddy 1c7c2a7f83 resolve lint warnings 2024-06-14 12:29:42 +02:00
MichaelDvP 3c5790639e improve uart break timing 2024-04-14 17:08:01 +02:00
MichaelDvP f77fb12c80 revert uart change, event.size not set for break. 2024-03-02 10:41:15 +01:00
MichaelDvP 3b0b6d75a7 uart check break first 2024-02-24 18:31:09 +01:00
Proddy 2366f6ba50 update licensing year to 2024 2024-01-06 17:58:11 +01:00
Proddy bc39b738e2 auto formatting 2023-11-15 17:56:23 +01:00
Pelle van der Heide 529970fb19 remove option for RX_PULLUP, this is enabled by default in esp-idf 2023-11-13 14:30:42 +01:00
Pelle van der Heide dfd2a017c2 Add options to invert RX and TX and to enable pullup on RX
These option can be individually enabled at compile time by the
following defines:

EMSUART_RX_INVERT
EMSUART_TX_INVERT
EMSUART_RX_PULLUP
2023-11-13 12:00:56 +01:00
Proddy 81842e544b auto formatting with clang 2023-09-02 11:10:32 +02:00
Proddy 91f0da84d2 clang auto formatting 2023-05-27 09:42:33 +02:00
MichaelDvP 70550a4866 enlarge uart stack to 2,5k, 2023-03-22 11:04:04 +01:00
Proddy ffacefb792 update copyright year 2023-02-11 19:06:02 +01:00
Proddy 6dc993a276 add note to investigate xTaskSuspend and static buffer size 2023-01-03 14:48:48 +01:00
MichaelDvP 6fd3e567cd ESP32-C3 and ESP32-S2, LED for C3-Mini 2022-10-10 14:13:43 +02:00
Proddy 0dde5a9d2b merge PR #667 and PR #668 2022-10-07 21:11:18 +02:00
proddy eb432d9acb auto formatting 2022-09-20 19:05:11 +05:30
CheeseE acaceefc89 Add support for wemos c3 mini 2022-09-19 12:03:14 +02:00
MichaelDvP 706daeb678 remove unused uart setting 2022-09-17 16:40:26 +02:00
MichaelDvP fe12f1903d uart higher prriority 2022-06-02 18:33:23 +02:00
Proddy 383c30f649 chamges for standalone compiling 2022-05-29 21:16:12 +02:00
MichaelDvP 8307753d53 fix uart crash with dev platform 2022-05-18 17:18:01 +02:00
MichaelDvP c9f10fb5cc uart isr to IRAM 2022-05-10 12:42:46 +02:00
MichaelDvP 9e14b34e1f uart, tx-mode 1 check buffersize, change event-task 2022-05-07 15:34:58 +02:00
MichaelDvP 5abbec9dea uart: larger queue, check buffer and telegram 2022-05-05 06:59:34 +02:00
MichaelDvP 221e28c996 uart checks 2022-05-03 07:32:51 +02:00
MichaelDvP 7dc65a8c98 tasmota forc of if2.0.3 2022-05-01 18:14:09 +02:00
MichaelDvP 53e3600af7 uart driver installed, events 2022-04-29 11:52:39 +02:00
MichaelDvP 9fe0ee119b 1. try to fix uart, irq called not only on brk-irq? 2022-04-25 17:21:27 +02:00
proddy 7d0ed2246a auto formatting 2021-05-02 08:32:52 +02:00