Skip to content
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

Add ravedude support for Mighty Core ATMEGA1284P boards #607

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions ravedude/src/boards.toml
Original file line number Diff line number Diff line change
Expand Up @@ -238,3 +238,18 @@
[duemilanove.usb-info]
# No IDs here because the Nano 168 uses a generic USB-Serial chip.
error = "Not able to guess port"

[mighty-core-atmega1284p]
name = "Mighty Core DIP40 Dev Board for ATMEGA1284P"

[mighty-core-atmega1284p.reset]
automatic = true

[mighty-core-atmega1284p.avrdude]
programmer = "arduino"
partno = "atmega1284p"
baudrate = -1
do-chip-erase = true

[mighty-core-atmega1284p.usb-info]
error = "Not able to guess port"