arduino-cli icon indicating copy to clipboard operation
arduino-cli copied to clipboard

Arduino command line tool

Results 300 arduino-cli issues
Sort by recently updated
recently updated
newest added
trafficstars

## 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...

type: enhancement
topic: code

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...

topic: code
type: imperfection

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...

topic: code
type: imperfection

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...

topic: code
type: imperfection

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...

type: enhancement
topic: code

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...

type: enhancement
topic: code

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...

type: enhancement
topic: code

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...

type: enhancement
topic: code

## 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...

type: enhancement
topic: code

### 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...

type: enhancement
priority: low
topic: code
criticality: low