This repository was archived by the owner on Apr 17, 2023. It is now read-only.

Description
Currently the upload API requires users to comment-out the upload function if they simply intend to build their project, otherwise the build will fail as it depends on the upload target.
This is a really bad and inconvenient API, thus it should be changed.
The old arduino-cmake project defined a target for uploading, which users could then build whenever they need to upload their code besides building it.
Similar approach should be taken here.