arduino-cmake / Arduino-CMake-NG

CMake-Based framework for Arduino platforms
MIT License
138 stars 39 forks source link

Created a project-global work model #74

Closed MrPointer closed 5 years ago

MrPointer commented 5 years ago

A Project-Global model means that some things are sent once per project, and are used eversince without the user's interference. With this new model users no longer have to deal with board_id paramaters nor CoreLib targets. This of course defines a new API, creating a slightly different workflow.

This work allows many future improvements to the framework.