J. Nick Koston
|
b7ce8c116b
|
[core] Centralize component setup logging to reduce flash usage (#9885)
|
2025-07-25 19:27:03 +00:00 |
|
J. Nick Koston
|
440de12e3f
|
Don't compile unnecessary platform files (e.g. ESP8266 files on ESP32) (#9354)
|
2025-07-08 09:04:41 +12:00 |
|
Jonathan Swoboda
|
3470305d9d
|
[esp32] Remove IDF 4 support and clean up code (#9145)
|
2025-07-01 16:22:41 +00:00 |
|
Rezoran
|
921d0888cd
|
[uart] fix: missing uart_config_t struct initialisation (#9235)
|
2025-06-29 15:05:23 +00:00 |
|
Thomas Rupprecht
|
487e1f871f
|
use `encode_uintXX ` (#8847)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-06-11 17:06:45 +12:00 |
|
J. Nick Koston
|
c0b05ada1a
|
Reduce ESP_LOGCONFIG calls (#9026)
|
2025-06-09 00:02:30 +00:00 |
|
Keith Burzinski
|
6675e99862
|
Remove unnecessary ellipsis (#8964)
|
2025-06-03 21:46:10 +01:00 |
|
Keith Burzinski
|
8eac859bab
|
Streamline setup() logging (s, t, u, v, w, x, y, z) (#8930)
|
2025-05-29 07:28:41 +12:00 |
|
Thomas Rupprecht
|
aeb4e63950
|
update minimal python version to 3.10 (#8850)
|
2025-05-22 13:21:43 +12:00 |
|
J. Nick Koston
|
574aabdede
|
Reduce number of calls to fetch time in the main loop (#8804)
|
2025-05-19 07:48:57 +12:00 |
|
Clyde Stubbs
|
d60e1f02c0
|
[packet_transport] Make some arguments const (#8700)
Co-authored-by: clydeps <U5yx99dok9>
|
2025-05-08 10:22:56 +12:00 |
|
Clyde Stubbs
|
e7a2b395fd
|
[uart] Add packet_transport platform (#8214)
Co-authored-by: Faidon Liambotis <paravoid@debian.org>
Co-authored-by: clydeps <U5yx99dok9>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2025-05-05 16:15:46 +12:00 |
|
dependabot[bot]
|
4adda632bb
|
Bump ruff from 0.9.2 to 0.11.0 (#8409)
|
2025-03-20 09:51:23 -10:00 |
|
Jesse Hills
|
1a89aa8fbf
|
[uart] Use `SOC_UART_NUM as number of uarts instead of UART_NUM_MAX ` (#7967)
|
2024-12-16 05:52:34 +00:00 |
|
Keith Burzinski
|
1bd2d41ffd
|
[uart] void functions should return nothing (#7829)
|
2024-11-25 21:39:22 +13:00 |
|
Clyde Stubbs
|
10205e06cb
|
Add host uart support for MacOS (#7095)
|
2024-07-16 09:06:27 +00:00 |
|
Pavlo Dudnytskyi
|
aa8c963c50
|
UART component support added for host platform (#6912)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
Co-authored-by: Pavlo Dudnytskyi <pdudnytskyi@astrata.eu>
|
2024-07-11 13:30:55 +12:00 |
|
Kevin P. Fleming
|
5278ae4b5e
|
'uart' and 'improv_serial' need to understand non-UART logger configurations (#6998)
|
2024-07-01 11:52:05 +12:00 |
|
Faidon Liambotis
|
7d642147c1
|
uart: allow setting the UART id in final_validate_device_schema (#6923)
|
2024-06-18 14:22:50 +12:00 |
|
DAVe3283
|
db6f6f0cb7
|
Fix compile errors on ESP32-C6 with latest ESP-IDF (#6822)
* Use <cinttypes> PRI macros to fix ESP32-C6 compile
* Fix compile error on latest ESP-IDF framework & platform
|
2024-05-28 14:40:34 -05:00 |
|
Jesse Hills
|
f9ce35c894
|
Allow UART to be AUTO LOADed (#6617)
|
2024-04-24 09:59:19 +12:00 |
|
Jesse Hills
|
0ba4e8c0ba
|
UART: ignore require_tx/rx if not a native uart implementation (#6504)
|
2024-04-09 04:55:20 +00:00 |
|
Edward Firmo
|
2bb5343d27
|
Extends UART change at runtime to ESP8266 (#6019)
|
2024-01-09 09:45:46 +09:00 |
|
Keith Burzinski
|
3ea5054cf2
|
Fix build issue with UART component when building with Arduino and CDC (#5964)
|
2023-12-19 08:11:07 +09:00 |
|
Jean Louis-Guerin
|
1d37edb63c
|
Revert pure virtual functions in UART component from #5920 (#5932)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2023-12-18 00:03:01 +00:00 |
|
Edward Firmo
|
94904f44f9
|
UARTComponent inline doc (#5930)
|
2023-12-18 08:19:30 +09:00 |
|
Edward Firmo
|
81aa48a5f3
|
Exposes load_settings to UARTComponent class (#5920)
|
2023-12-14 07:45:08 +09:00 |
|
Edward Firmo
|
9daaadb3b6
|
UART change at runtime (#5909)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2023-12-13 20:29:05 +13:00 |
|
Clyde Stubbs
|
496c29aa04
|
Fix ESP-IDF uart initialisation sequence to match Espressif docs. (#5838)
|
2023-11-28 12:42:22 +13:00 |
|
Clyde Stubbs
|
c43518c391
|
Allow split uart pin inversion for ESP-IDF (#5831)
|
2023-11-24 21:56:32 -06:00 |
|
Keith Burzinski
|
cdc4f7f59b
|
IDF 5 fixes for various components from test1.yaml (#5451)
|
2023-10-18 19:33:36 +13:00 |
|
Samuel Sieb
|
c19dbdb02d
|
add on/off options for uart switch (#5539)
Co-authored-by: Samuel Sieb <samuel@sieb.net>
|
2023-10-18 08:07:29 +13:00 |
|
Samuel Sieb
|
6839de69c1
|
add uart button (#5540)
Co-authored-by: Samuel Sieb <samuel@sieb.net>
|
2023-10-18 07:30:32 +13:00 |
|
leoshusar
|
357ba1ab0f
|
Change UART source clock to UART_SCLK_DEFAULT when IDF >=v5 (#5533)
|
2023-10-16 11:29:13 +13:00 |
|
Kuba Szczodrzyński
|
a9630ac847
|
Support for LibreTiny platform (RTL8710, BK7231 & other modules) (#3509)
Co-authored-by: Kuba Szczodrzyński <kuba@szczodrzynski.pl>
Co-authored-by: Sam Neirinck <git@samneirinck.com>
Co-authored-by: David Buezas <dbuezas@users.noreply.github.com>
Co-authored-by: Stroe Andrei Catalin <catalin2402@gmail.com>
Co-authored-by: Sam Neirinck <github@samneirinck.be>
Co-authored-by: Péter Sárközi <xmisterhu@gmail.com>
Co-authored-by: Hajo Noerenberg <hn@users.noreply.github.com>
|
2023-09-05 10:16:08 +12:00 |
|
Jimmy Hedman
|
3eff7e76aa
|
Prepare some components for idf >= 5 (#5061)
|
2023-07-27 00:18:02 -05:00 |
|
Sergey Dudanov
|
bbf3d382e8
|
added uart final validate data bits (#5079)
|
2023-07-12 16:12:40 +12:00 |
|
Justin Gerace
|
d0ca69bc27
|
Start UART assignment at UART0 if the logger is not enabled or is not configured for hardware logging on ESP32 (#4762)
|
2023-05-16 11:00:05 +12:00 |
|
Fabian
|
9922eb83e2
|
Support advanced UART customization (#4465)
* Add methods to get hardware uart details.
* Fix `setRxBufferSize` error.
---------
Co-authored-by: Your Name <you@example.com>
|
2023-03-31 04:30:24 +00:00 |
|
Jesse Hills
|
e95d6041d8
|
Allow final validate of uart stop bits and parity (#4376)
|
2023-02-02 19:34:25 +13:00 |
|
Jesse Hills
|
9273e3775b
|
Add vector includes (#4080)
|
2022-11-24 13:12:55 +13:00 |
|
tomaszduda23
|
90683223dd
|
add uart number to LOGCONFIG (#3996)
|
2022-11-06 15:58:56 -08:00 |
|
Jesse Hills
|
de79171815
|
RP2040 uart support (#3990)
|
2022-11-07 10:01:40 +13:00 |
|
Jesse Hills
|
4d66fab360
|
Tidy up switch schemas (#3754)
|
2022-08-31 13:43:46 +12:00 |
|
André Klitzing
|
72cce391ab
|
Fix some typos found by codespell (#3598)
|
2022-06-27 18:02:46 -03:00 |
|
Oxan van Leeuwen
|
80d03a631e
|
Force braces around multi-line statements (#3094)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2022-01-25 08:56:36 +13:00 |
|
Oxan van Leeuwen
|
607601b3a4
|
Enable a bunch of clang-tidy checks (#2149)
|
2021-12-02 09:03:51 +13:00 |
|
Leon Loopik
|
11330af05f
|
Expand uart invert feature to ESP8266 (#1727)
|
2021-12-01 20:31:04 +01:00 |
|
Maurice Makaay
|
adf48246a9
|
Improve DSMR read timeout handling (#2699)
|
2021-11-29 16:40:53 +01:00 |
|
Maurice Makaay
|
ceb9b1d1ff
|
Allow empty UART debug: option, logging in hex format by default (#2771)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
Co-authored-by: Maurice Makaay <account-github@makaay.nl>
|
2021-11-25 11:51:56 +13:00 |
|