a9183756-gh / Arduino-CMake-Toolchain

CMake toolchain for all Arduino compatible boards
MIT License
137 stars 40 forks source link

Fail explicitly if the program space exceeded #21

Closed a9183756-gh closed 4 years ago

a9183756-gh commented 4 years ago

If a program that exeeded the maximum size is uploaded, it will be difficult to diagnose and this change prevents such a scenario. This change fixes the issue #20.