-
I tried using the official CLI of arduino 1.5.5-r2. It worked except that it opened up the Arduino IDE window after issuing the command, compiled and downloaded the sketch, then autoclosed itself. Thi…
-
On *nix systems the following will install the CLI
```
https://arduino.github.io/arduino-cli/latest/installation/#use-the-install-script
```
On Windows systems it is necessary to determine plat…
-
Platform: Ubuntu 20.10.
Arduino version: CLI 0.13.0.
Using the `Arduino CLI: Upload` command sometimes results in the following error in the console:
```
Error: unknown flag: --build-path
Usa…
-
### Related area
Create an API for OpenThread within Arduino
### Hardware specification
ESP32-C6 and ESP32-H2 as Standalone Nodes.
Other SoC can be used as Open Thread Host mode attached to …
-
The Arduino IDE visually renders the output of `#pragma message` as if it were an _error_. When an Arduino library includes any `#pragma message` output (e.g. just to include version information to a…
-
Since I switched to arduino-cli, I no longer get warnings for my code. It looks like we need a way to pass to following arguments to arduino-cli
```
--warnings all
```
See [arduino-cli compile doc…
-
When trying to build (or flash) a big firmware (I'm doing a star tracking system), even if the flash size seems to be correctly set, and the partition table too, following message appears.
"Sketch to…
-
### The problem
Unable to install 2024.5.4 update on Raspiaudio Muse Luxe device due to compile errors. See logs below.
### Which version of ESPHome has the issue?
2024.5.4
### What type of instal…
-
### Describe the request
clangd-based projects often use compilation databases for definition linking.
The most convenient setup to set up for developing firmware for arduino-based microcontroller…
-
## 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 `ARDUI…