-
Notifications
You must be signed in to change notification settings - Fork 141
Description
This issue report is triggered by https://forum.arduino.cc/t/board-for-htcc-ab02a/1317566/ where a user sees the board but selecting it does not result in the board being selected.
This issue was first reported on arduino/arduino-cli#2742 which referred me to this issue tracker.
After installing version 1.5.0 of the Cubecell Development Framework in Arduino IDE 2.3.3 one is not able to select the CubeCell-1/2AA Node(HTCC-AB02A)
board. The board can be seen in Tools/Board in the IDE but can not be selected.
I've confirmed the issue on a Win11 home system. The board ID CubeCell-1/2AA
contains an invalid character '/'. See https://arduino.github.io/arduino-cli/dev/FAQ/#whats-the-fqbn-string.
Changing the board ID for the AB02A from CubeCell-1/2AA
to e.g. CubeCell-1-2AA
solves this issue.
CubeCell-1-2AA.name=CubeCell-1/2AA Node(HTCC-AB02A)
CubeCell-1-2AA.upload.tool=CubeCellflash
CubeCell-1-2AA.upload.maximum_size=131072
...
...