esphome/esphome/components/uart
Oxan van Leeuwen 924df1e7de
Run clang-tidy against Arduino 3 (#2146)
* Add macros header with more usable Arduino version defines

* Change Arduino version checking to use our version defines

* Add missing ESP8266 check

* Rename Arduino version macro to ARDUINO_VERSION_CODE

* Upgrade clang-tidy to use Arduino 3

* Fix clang-tidy warnings

* Upgrade NeoPixelBus to upstream 2.6.7

* Use Arduino-version-appropriate API to set redirect flags

* Remove now unnecessary CLANG_TIDY ifdefs

* Add preprocessor hackery to avoid including pgmspace.h

* Bump base image to 4.1.1 and update lint

* Fix nfctag

* Fix make_unique ambiguous

* Fix ignore name

* Fix ambiguous v2

* Remove unused begin

* Cast time_t to prevent issues on platforms where time_t is 32bit

Co-authored-by: Otto winter <otto@otto-winter.com>
2021-09-13 18:55:04 +02:00
..
switch Avoid non-const globals and enable clang-tidy check (#1892) 2021-06-11 08:19:44 +12:00
__init__.py Improve config final validation (#1917) 2021-06-18 07:54:14 +12:00
automation.h Add uart.write action (#567) 2019-05-29 19:32:18 +02:00
uart_esp32.cpp Run clang-tidy against ESP32 (#2147) 2021-09-13 18:11:27 +02:00
uart_esp8266.cpp Run clang-tidy against Arduino 3 (#2146) 2021-09-13 18:55:04 +02:00
uart.cpp Store strings only used for logging in flash (#2274) 2021-09-13 09:48:52 +02:00
uart.h Run clang-tidy against ESP32 (#2147) 2021-09-13 18:11:27 +02:00