You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Long:
This problem was detected when a user installed CubeCell Development Framework using the boards manager in IDE 2.x and wanted to select the HTCC-AB02A board. I've confirmed the behaviour in both IDE 2.3.3 on Windows and IDE 1.8.19 on Windows.
If a different board was currently selected (e.g. Uno), the drop down (next to the debug button) in IDE 2.x does not reflect the change; neither does the status bar at the bottom. If no board was selected, the drop down shows "Select Board".
The issue was fixed by replacing all CubeCell-1/2AA board IDs by CubeCell-1-2AA. I only verified this for the IDE 2.3.3 installation on my system.
Hi @sterretjeToo. Unfortunately an inappropriate location was chosen for the documentation of the allowed characters for the board ID so I'm not surprised you couldn't find it:
Describe the problem
Preamble:
Posted here as I suspect that this is a problem with the CLI and not with the IDE.
Short:
Unable to select the HTCC-AB02A in the Cubecell Development Framework 1.5.0; see https://forum.arduino.cc/t/board-for-htcc-ab02a/1317566/
Root cause is a
/
in the board ID in boards.txt.Long:
This problem was detected when a user installed CubeCell Development Framework using the boards manager in IDE 2.x and wanted to select the HTCC-AB02A board. I've confirmed the behaviour in both IDE 2.3.3 on Windows and IDE 1.8.19 on Windows.
If a different board was currently selected (e.g. Uno), the drop down (next to the debug button) in IDE 2.x does not reflect the change; neither does the status bar at the bottom. If no board was selected, the drop down shows "Select Board".
The issue was fixed by replacing all
CubeCell-1/2AA
board IDs byCubeCell-1-2AA
. I only verified this for the IDE 2.3.3 installation on my system.I did consult https://arduino.github.io/arduino-cli/0.34/platform-specification/#boardstxt to verifty whether there are any reserved characters and could not find it.
To reproduce
Expected behavior
Be able to select the board. If the board can't be selected due to an error in boards.txt, an error message.
Arduino CLI version
Sorry, nightly build arduino-ide_nightly-20241101_Windows_64bit
Operating system
Windows
Operating system version
Win11 Home
Additional context
I've checked both https://github.com/arduino/arduino-cli and https://github.com/arduino/arduino-ide/issues and could not find a relevant issue.
The issue might be a bug in the CLI/IDE or a platform specification that is not 100% conclusive.
Issue checklist
The text was updated successfully, but these errors were encountered: