Skip to content

Commit e60216c

Browse files
fpistmlacklustrlabs
authored andcommitted
Add missing {build.upload_flags}
Signed-off-by: Frederic.Pillon <[email protected]>
1 parent dc4cb0f commit e60216c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: boards.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ Other.pid.0=0x5711
386386

387387
Other.build.core=arduino
388388
Other.build.board=Other
389-
Other.build.extra_flags=-D{build.product_line} {build.enable_usb} {build.enable_Serialx}
389+
Other.build.extra_flags=-D{build.product_line} {build.enable_usb} {build.enable_Serialx} {build.upload_flags}
390390

391391
# BLUEPILL_F103C8 board
392392
# Support: USB HID, Serial2 (USART2 on PA3, PA2) and Serial3 (USART3 on PB11, PB10)

Diff for: platform.txt

+1
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ build.opt.path={build.path}/sketch/{build.opt.name}
8989
recipe.hooks.prebuild.1.pattern.windows=cmd /c if not exist "{build.opt.sourcepath}" mkdir "{build.path}\sketch" & type NUL > "{build.opt.path}"
9090
recipe.hooks.prebuild.1.pattern.linux=bash -c "[ -f {build.opt.sourcepath} ] || (mkdir -p {build.path}/sketch && touch {build.opt.path})"
9191
recipe.hooks.prebuild.1.pattern.macosx=bash -c "[ -f {build.opt.sourcepath} ] || (mkdir -p {build.path}/sketch && touch {build.opt.path})"
92+
build.upload_flags=
9293

9394
# compile patterns
9495
# ---------------------

0 commit comments

Comments
 (0)