mirror of
https://github.com/esphome/esphome.git
synced 2026-07-10 17:05:36 +00:00
8a82a1c7b1daf9f923c5707462b243fbf5ea46ea
Symbols declared with extern "C" linkage (like resetPins in esp8266/core.cpp) lack C++ namespace prefixes, causing them to fall through to "other" in the memory analysis. This adds source-file-based attribution by scanning ESPHome object files with nm to build a symbol-to-component map. Also removes resetPins from the arduino_core heuristic pattern since it's an ESPHome function, not an Arduino one.
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
546 MiB
Languages
C++
60.1%
Python
39.3%
C
0.3%
JavaScript
0.2%
