arduino-cli
arduino-cli copied to clipboard
Arduino command line tool
## Bug Report ### Current behavior Currently, `boards.txt` allows specifying "menu" options for a board. E.g. for the Arduino Mini, `boards.txt` contains the following (heavily redacted to just show the...
Setting build.arch in platforms.txt does not work, it appears the builder substitutes the name of something else. Workaround is to just ignore build.arch and hard code the name in compiler...
Hi, in my boards.txt file I am using my own build flags (eg. -DFLAGNAME). Arduino-cli recognises these flags but sets these to their default values (0). How do I tell...
As described in the object I'd like to override the build properties of my custom **boards.txt** file leveraging all the benefits of the FreeRTOS samd21 library. For this reason, I...
Some libraries are incompatible with others. Fact of life. I propose a field `incompatible-with` in library.properties, analogues to `depends` and with the same semantic (several entries divided by commas), but...
I was contemplating whether this would be a request for the library format or something in Arduino CLI. We have a unified codebase for our embedded libraries, and deliver a...
A library I wrote has been rolled up into another library. Is there a way to 'deprecate' my library, so that users are pointed towards the newest version of the...
Right now, the 'architectures' field in library.properties is a list of architectures supported by the library. e.g.: ``` architectures=stm32 ``` Please add the possibility of listing architectures where the library...
## Bug Report Almost all our cores in github are called `ArduinoCore-$architecture`. When cloned through git, the folder name is preserved and everything seems to work unless some code uses...
### Feature Request ### Current behavior First of all, kudos to the developers for adding the burn-bootloader command! I'm using a USBasp programmer and it works great. It would be...