a9183756-gh / Arduino-CMake-Toolchain

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

Fix build on some platforms #11

Closed a9183756-gh closed 4 years ago

a9183756-gh commented 4 years ago
  1. Add a bit more leniency in missing properties.
  2. Tools from other packagers, rather than the platform packager.
  3. Fix for incorrect scope of properties when there is parse recursion.
  4. Not using small case .s for ASM files (e.g. mbed). Is this right?