-
Notifications
You must be signed in to change notification settings - Fork 236
Custom programmers are not listed (nrf5 based boards) #898
Comments
It's not a "feature request". It's a blocking issue since its impossible to program nrf5-based boards from within VS Code |
I use minicore and tinycore which have some chips that need their own programmer selection like "USBasp (ATTinyCore)" and those don't show up. This extension should pull the same list of programmers that the arduino IDE pulls. |
I have the same issue with Digistump Current work around is to have a flash-it.cmd/flash-it.sh that can be called from the terminal. |
Can you describe what flash-it.* does? Is it project specific? Can it be linked to the 'upload' button so you don't have to run it manually? |
It calls avrdude with the right patameters including the hex file. |
Hi, I have the same problem. Best regards. |
I had this same problem using a home built programmer that I prefer to use instead of USB upload with the Arduino bootloader. I submitted PR #767 for this exact issue over a year ago and it has been sitting open and pending review this entire time. I just added another comment to hopefully get a maintainer to review the PR. Maybe if you guys add comments to it as well they will consider reviewing the thing. |
Just had the similar problem with jtag2updi programmer. #767 is needing some approve. The solution seems to work pretty well. |
Arduino Core for Nordic Semiconductor nRF5 based boards adds a number of additional programmers that are listed in Arduino IDE below the standard ones
image hosting
However, VS Code Arduino extension DOES NOT list them in "Select programmer" dialog
The text was updated successfully, but these errors were encountered: