Skip to content

Add support for avrdude -Pavrdoper #68

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed

Conversation

ajd4096
Copy link

@ajd4096 ajd4096 commented Mar 23, 2012

@ajd4096
Copy link
Author

ajd4096 commented Mar 23, 2012

(forgot the test)
Turn on verbose output, select "AVR-Doper" as the programmer, and verify the avrdude commandline has "-Pavrdoper".

@ajd4096
Copy link
Author

ajd4096 commented Mar 23, 2012

2nd commit is a generic external uploader.

I use it mostly with bootloadHID.exe, but you can do almost anything with it.
(eg start cygwin's sh.exe with a script name)

Test using any board, bare minimum sketch, and "Upload using Programmer".

pasky referenced this pull request in pasky/Energia Jun 15, 2012
@ffissore ffissore added the New label Feb 27, 2014
@cmaglie cmaglie added Component: IDE The Arduino IDE feature request A request to make an enhancement (not a bug fix) Component: Uploading Uploading programs to an Arduino board labels Apr 8, 2015
@ffissore
Copy link
Contributor

You can achieve the same result taking advantage of the current boards/platforms definitions (txt files)

Create a custom core with a custom board (for example: a copy of the Arduino Leonardo called "my leonardo") and replace avrdude with a custom uploader. Create a new platform.txt (copying arduino one and change command line params

Select "my leonardo" from the Boards list and upload a sketch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: IDE The Arduino IDE Component: Uploading Uploading programs to an Arduino board feature request A request to make an enhancement (not a bug fix)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants