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
Is this plugin capable of using the (Mega2560) Arduino bootloader for programming... and if so, is it straightforward, or does it require additional work above and beyond merely adding the plugin to CLion?
What I've done so far:
Arduino IDE installed long ago and works.
Installed CLion.
Added CLionArduinoPlugin (v1.5.2) via Settings -> Plugins -> Marketplace
Attempted to create project (File -> New Project -> Arduino Sketch)
set location, selected C++17, set board (Mega 2560) and processor (Mega 2560)
Got to "Programmer", and ran into a brick wall because everything in the list appears to be a dedicated ISP programmer, or a separate Arduino board being used as an ISP programmer (as opposed to an Arduino board connected via USB, using the default Arduino bootloader for programming).
(I'm not new to Arduino... but I am new to CLion... especially "Using CLion for Arduino development")
The text was updated successfully, but these errors were encountered:
Is this plugin capable of using the (Mega2560) Arduino bootloader for programming... and if so, is it straightforward, or does it require additional work above and beyond merely adding the plugin to CLion?
What I've done so far:
Arduino IDE installed long ago and works.
Installed CLion.
Added CLionArduinoPlugin (v1.5.2) via Settings -> Plugins -> Marketplace
Attempted to create project (File -> New Project -> Arduino Sketch)
set location, selected C++17, set board (Mega 2560) and processor (Mega 2560)
Got to "Programmer", and ran into a brick wall because everything in the list appears to be a dedicated ISP programmer, or a separate Arduino board being used as an ISP programmer (as opposed to an Arduino board connected via USB, using the default Arduino bootloader for programming).
(I'm not new to Arduino... but I am new to CLion... especially "Using CLion for Arduino development")
The text was updated successfully, but these errors were encountered: