mirror of
https://github.com/esphome/esphome.git
synced 2026-09-13 16:18:41 +00:00
9dc28556d7999f5f029608af1eb627fe5bc03da8
Followup #16111 dropped the cross-platform arch_get_cpu_cycle_count() declaration from hal.h dispatcher and added bare decls to libretiny, rp2040, host, and zephyr per-platform headers — but missed hal_esp8266.h. ESP8266 callers (spi.h, uart_component_esp8266.cpp) now fail clang-tidy with 'use of undeclared identifier'. The body is still out-of-line in components/esp8266/core.cpp on this PR; the inline def is added on the chained #16112 PR. Add a bare decl here for now so #16111 builds in isolation.
Description
ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.
Readme
Multiple Licenses
593 MiB
Languages
C++
55.8%
Python
43.6%
C
0.3%
JavaScript
0.2%
