mirror of
https://github.com/esphome/esphome.git
synced 2026-09-11 15:27:33 +00:00
7c774699d7b610765c1a24ea3c9cc7fcbdbeb4f2
Cortex-M0+ and ARM9 turn the four byte unaligned store into a memcpy call with a stack temporary at every fixed32 field, and the outlined helper itself became a memcpy call there, so the helper now spells out the byte stores. Xtensa and host objects are byte for byte unchanged; on the RP2040 bench config the api object loses 28 bytes and the fixed32 memcpy calls.
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%
