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

Fixed bug where upload.tool.serial was not properly defined in the board definitions on Arduino IDE 2.x #2

Open
wants to merge 2 commits into
base: wifiduck
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
7 changes: 7 additions & 0 deletions boards.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ menu.bridge0=Serial Bridge GPIO-0 Pin

dstike.name=DSTIKE WiFi Duck (ATmega32u4)

dstike.upload.tool.serial=avrdude
dstike.upload.tool=avrdude
dstike.upload.protocol=avr109
dstike.upload.maximum_size=28672
Expand Down Expand Up @@ -96,6 +97,7 @@ dstike.menu.debug.serial.build.debug_flags=-DENABLE_DEBUG -DDEBUG_PORT=Serial -D

atmega32u4.name=Generic ATmega32u4

atmega32u4.upload.tool.serial=avrdude
atmega32u4.upload.tool=avrdude
atmega32u4.upload.protocol=avr109
atmega32u4.upload.maximum_size=28672
Expand Down Expand Up @@ -381,6 +383,7 @@ atmega32u4.menu.bridge0.23.build.bridge_0=-DBRIDGE_0=23

leonardo.name=Arduino Leonardo

leonardo.upload.tool.serial=avrdude
leonardo.upload.tool=avrdude
leonardo.upload.protocol=avr109
leonardo.upload.maximum_size=28672
Expand Down Expand Up @@ -652,6 +655,7 @@ leonardo.menu.bridge0.23.build.bridge_0=-DBRIDGE_0=23

micro.name=Arduino Micro

micro.upload.tool.serial=avrdude
micro.upload.tool=avrdude
micro.upload.protocol=avr109
micro.upload.maximum_size=28672
Expand Down Expand Up @@ -931,6 +935,7 @@ micro.menu.bridge0.23.build.bridge_0=-DBRIDGE_0=23

promicro.name=Sparkfun Pro Micro

promicro.upload.tool.serial=avrdude
promicro.upload.tool=avrdude
promicro.upload.protocol=avr109
promicro.upload.maximum_size=28672
Expand Down Expand Up @@ -1168,6 +1173,7 @@ promicro.menu.bridge0.21.build.bridge_0=-DBRIDGE_0=21

cjmcu.name=CJMCU Beetle

cjmcu.upload.tool.serial=avrdude
cjmcu.upload.tool=avrdude
cjmcu.upload.protocol=avr109
cjmcu.upload.maximum_size=28672
Expand Down Expand Up @@ -1359,6 +1365,7 @@ cjmcu.menu.bridge0.20.build.bridge_0=-DBRIDGE_0=20

ssmicro.name=SS Micro

ssmicro.upload.tool.serial=avrdude
ssmicro.upload.tool=avrdude
ssmicro.upload.protocol=avr109
ssmicro.upload.maximum_size=28672
Expand Down