Skip to content

Commit

Permalink
changed board name
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkamprath committed Nov 25, 2024
1 parent c2f56ae commit afd479c
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions ravedude/src/boards.toml
Original file line number Diff line number Diff line change
Expand Up @@ -239,18 +239,17 @@
# 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 Development Board for ATMEGA1284P"
[atmega-dip40-atmega1284p]
name = "Mighty Core DIP40 Dev Board for ATMEGA1284P"

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

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

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

0 comments on commit afd479c

Please sign in to comment.