please support file: protocol for index files and platform/tools components #664
Labels
conclusion: resolved
Issue was resolved
topic: code
Related to content of the project itself
type: enhancement
Proposed improvement
Bug Report
Current behavior
$ arduino-cli core list
Expected behavior
Like the Arduino IDE arduino-cli should support the
file:
for developing cores and platforms locally. Always having to upload/download or run a local web server is time consuming.Environment
CLI version (output of
arduino-cli version
):arduino-cli Version: 0.10.0 Commit: ec5c3ed
OS and platform:
Darwin Kernel Version 18.7.0: Mon Feb 10 21:08:45 PST 2020; root:xnu-4903.278.28~1/RELEASE_X86_64 x86_64 i386
(Macos Mojave)
Additional context
I am working on a new AVR and ARM core with more modern C++17 internals. So far on ARM things look promising wrt code size and improved type safety.
The text was updated successfully, but these errors were encountered: