Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Upload Using Programmer #407

Closed
jmsaavedra opened this issue Sep 8, 2017 · 9 comments
Closed

Upload Using Programmer #407

jmsaavedra opened this issue Sep 8, 2017 · 9 comments

Comments

@jmsaavedra
Copy link

Apologies if there is an extension setting that I overlooked, but I'm wondering if there is a way to Upload Using Programmer. This available in the Arduino app with either cmd+shift+U or by holding shift and clicking the Upload button.

There is also a menu selection for which Programmer I am using (AVRISP MkII currently).

Thanks for any info -

@icamaster
Copy link

I am also interested in this. Came here to ask for this and found your post.

@icamaster
Copy link

icamaster commented Sep 9, 2017

I think this can be easily fixed by adding in the file arduino.js ($user.vscode\extensions...arduino\out\src\arduino if on windows) at the line "const args = ["--upload", "--board", boardDescriptor, "--port", dc.port, appPath];" the option "--useprogrammer" as stated here https://github.com/arduino/Arduino/blob/master/build/shared/manpage.adoc .

@RyanBlace
Copy link

I'd like to see this added too. There will also need to be a way to pick the programmer:

2017-10-26 09_30_35-

@juankgp
Copy link

juankgp commented Nov 4, 2017

Hi, maybe someone was lucky

@guilhermezat
Copy link

I really need this. ;-)

@czgtest
Copy link
Contributor

czgtest commented Mar 6, 2018

I think this is a nice feature, Arduino extension should be support to select "Programmer" in vscode, just like selecting Board Type or Port

image

@czgtest
Copy link
Contributor

czgtest commented May 4, 2018

@icamaster can you send pull request for your change to support programmer ?

@Sneezry Sneezry assigned czgtest and unassigned Sneezry May 9, 2018
@czgtest
Copy link
Contributor

czgtest commented May 10, 2018

vscode-arduino-0.2.15-rc is support to upload using programmer, can you have a try ?
steps:
1.download from here
https://github.com/Microsoft/vscode-arduino/releases/download/v0.2.15-rc/vscode-arduino-0.2.15-rc.vsix
2.open vscode and install vscode-arduino-0.2.15-rc from VSIX
3.Press F1 and select arduino: upload using programmer

@czgtest
Copy link
Contributor

czgtest commented May 30, 2018

the latest vscode arduino is support it now, you can upgrade the version 0.2.15 or later.

@czgtest czgtest closed this as completed May 30, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

9 participants