a9183756-gh / Arduino-CMake-Toolchain

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

Fix platform name collision #10

Closed a9183756-gh closed 4 years ago

a9183756-gh commented 4 years ago

This commit fixes issue #8 which is a result of using architecture name as the namespace, causing overwrite of the namespace when there are multiple platforms with the same architecture name (e.g. avr) packaged by different 3rd parties. To fix this, the namespace is changed to "packager.architecture".