Skip to content
This repository has been archived by the owner on Aug 27, 2021. It is now read-only.

Allow use of USB programmers like avrispmkII #208

Closed
wants to merge 2 commits into from
Closed

Allow use of USB programmers like avrispmkII #208

wants to merge 2 commits into from

Conversation

ntavish
Copy link

@ntavish ntavish commented Nov 4, 2014

ino.ino needs to have usb as serial-port in [upload], like:

[upload]
board-model = atmega328bb
serial-port = usb

The protocol ( '-c' option to avrdude) is picked from boards.txt as before, and the port ('-P' option for avrdude) is usb if usb is set.

ino.ino needs to have usb as serial-port in [upload], like:

[upload]
board-model = atmega328bb
serial-port = usb

The protocol ( '-c' option to avrdude) is picked from boards.txt as before, and the port ('-P' option for avrdude) is usb if usb is set.
@ntavish
Copy link
Author

ntavish commented Nov 4, 2014

Should close #201 and #166, only tested avrispmkII on linux.

@ntavish ntavish closed this Nov 4, 2014
@ntavish ntavish reopened this Nov 4, 2014
@ntavish
Copy link
Author

ntavish commented Nov 4, 2014

Also needed to disable '-D' flag to avrdude. could also be #207

@ntavish ntavish closed this May 31, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant