Page 1 of 1

Self Added Board doesn't show up in Arduino IDE

Posted: Tue Dec 13, 2022 12:33 pm
by valnim
I am currently trying to implement the Nucleo64-STM32F334R8T6 as replacement for my broken F030R8T6.
I have followed the guide Add a new variant on the wiki.

But no matter what I try, I can't get it to show up in the Arduino IDE.
Has someone an idea what I am missing?

Link to my fork: https://github.com/valnim/Arduino_Core_STM32/settings

Re: Self Added Board doesn't show up in Arduino IDE

Posted: Tue Dec 13, 2022 2:04 pm
by valnim
I got the solution in the Arduino Forum.
It was a bug with the caching of the Arduino IDE.
Because of that changes in boards.txt weren't loaded in the IDE.

Workaround in the Arduino IDE Issue: https://github.com/arduino/arduino-ide/issues/1030

Arduino Forum Thread: https://forum.arduino.cc/t/modifying-bo ... er/1065046