a9183756-gh / Arduino-CMake-Toolchain

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

Binary workaround for CMake file(STRINGS) #5

Closed a9183756-gh closed 4 years ago

a9183756-gh commented 4 years ago

file(STRINGS) ignores some unicode characters in boards.txt and splits it into list elements, causing compilation to fail for some boards (e.g. Arduino Yun Mini). Workaround is to merge back those list elements (based on property syntax failures).