Skip to content

bitclock parameter for programmers, speedier uploads #25

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 5 commits into from
Closed

bitclock parameter for programmers, speedier uploads #25

wants to merge 5 commits into from

Conversation

madworm
Copy link

@madworm madworm commented Mar 28, 2011

Since it is possible to set the programmer in 'boards.txt', it makes sense to use optimal settings as well.

Currently uploading with avrdude + USBtinyISP is awfully slow. The same is true for writing a bootloader.
Some programmers support the bitclock option "-B", let us use it then:

programmers.txt:

usbtinyisp.name=USBtinyISP
usbtinyisp.protocol=usbtiny
usbtinyisp.bitclock=1

@madworm
Copy link
Author

madworm commented Jun 20, 2011

The commit '84db70d' deals with the 'ArduinoISP' code. I found it useful to have the ICSP header pinout in there as well.

@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 add additional params to the extra_params entry in programmers.txt: for example usbtinyisp.program.extra_params

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