CLionArduinoPlugin
CLionArduinoPlugin copied to clipboard
Changing Boards.txt and Programmers.txt in settings
Plugin version: 1.6.0
In CLion Settings, Under Languages & Frameworks -> Arduino, I can change the boards.txt and programmers.txt that should be used.
I changed it to C:\Users\username\AppData\Local\Arduino15\packages\rak_rui\hardware\stm32\4.0.6\boards.txt where the board definitions for my rak3171 development board. And C:\Users\username\AppData\Local\Arduino15\packages\rak_rui\hardware\stm32\4.0.6\programmers.txt where the j-link programmer is defined.
The boards then appears and are selectable when creating a new sketch, but the programmers are not shown (still show default list).
Is this the correct way to use the plugin with some other then default boards/programmers?