Skip to content

Commit 4be69ca

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

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

boards.txt

Lines changed: 1 addition & 1 deletion
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)

platform.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ build.opt.path={build.path}/sketch/{build.opt.name}
8888
recipe.hooks.prebuild.1.pattern.windows=cmd /c "if not exist {build.opt.sourcepath} mkdir {build.path}\sketch & type NUL > {build.opt.path}"
8989
recipe.hooks.prebuild.1.pattern.linux=bash -c "[ -f {build.opt.sourcepath} ] || (mkdir -p {build.path}/sketch && touch {build.opt.path})"
9090
recipe.hooks.prebuild.1.pattern.macosx=bash -c "[ -f {build.opt.sourcepath} ] || (mkdir -p {build.path}/sketch && touch {build.opt.path})"
91+
build.upload_flags=
9192

9293
# compile patterns
9394
# ---------------------

0 commit comments

Comments
 (0)