esphome/esphome/components/uart
Jesse Hills f9ce35c894
Allow UART to be AUTO LOADed (#6617)
2024-04-24 09:59:19 +12:00
..
button add uart button (#5540) 2023-10-18 07:30:32 +13:00
switch IDF 5 fixes for various components from test1.yaml (#5451) 2023-10-18 19:33:36 +13:00
__init__.py Allow UART to be AUTO LOADed (#6617) 2024-04-24 09:59:19 +12:00
automation.h
uart.cpp Prepare some components for idf >= 5 (#5061) 2023-07-27 00:18:02 -05:00
uart.h
uart_component.cpp
uart_component.h Extends UART change at runtime to ESP8266 (#6019) 2024-01-09 09:45:46 +09:00
uart_component_esp32_arduino.cpp Fix build issue with UART component when building with Arduino and CDC (#5964) 2023-12-19 08:11:07 +09:00
uart_component_esp32_arduino.h Exposes `load_settings` to `UARTComponent` class (#5920) 2023-12-14 07:45:08 +09:00
uart_component_esp8266.cpp Extends UART change at runtime to ESP8266 (#6019) 2024-01-09 09:45:46 +09:00
uart_component_esp8266.h Extends UART change at runtime to ESP8266 (#6019) 2024-01-09 09:45:46 +09:00
uart_component_esp_idf.cpp UART change at runtime (#5909) 2023-12-13 20:29:05 +13:00
uart_component_esp_idf.h Exposes `load_settings` to `UARTComponent` class (#5920) 2023-12-14 07:45:08 +09:00
uart_component_libretiny.cpp Support for LibreTiny platform (RTL8710, BK7231 & other modules) (#3509) 2023-09-05 10:16:08 +12:00
uart_component_libretiny.h Support for LibreTiny platform (RTL8710, BK7231 & other modules) (#3509) 2023-09-05 10:16:08 +12:00
uart_component_rp2040.cpp
uart_component_rp2040.h
uart_debugger.cpp
uart_debugger.h