mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-24 19:42:27 +03:00
Testing: - Boot tested, ran basic serial I/O code Notes: - Before this change, there are instruction like "s32i.n <reg>, <this>, <_begin>" in the disassembled output, followed by an overwrite if <reg> turns out to be _bufend. After this change, there is only one store instruction to <_begin> per function.