Skip to content
This repository was archived by the owner on Feb 21, 2020. It is now read-only.

Commit 039d567

Browse files
rem: mcu ota
rem: ota port
1 parent 366f176 commit 039d567

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

boards.txt

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ star_otto.upload.ram.maximum_size=323584
1414
star_otto.upload.flash.maximum_size=2097152
1515
star_otto.upload.maximum_size=2097152
1616
star_otto.upload.mem_start=0x08000000
17-
star_otto.upload.network.port=80
1817

1918
star_otto.upload.usbID=0483:DF11
2019
star_otto.upload.altID=0

platform.txt

-8
Original file line numberDiff line numberDiff line change
@@ -98,14 +98,6 @@ tools.dfu-util.upload.params.verbose=-v
9898
tools.dfu-util.upload.params.quiet=
9999
tools.dfu-util.upload.pattern="{path}/{cmd}" "{path}" {upload.usbID} {upload.altID} {upload.mem_start} "{build.path}/{build.project_name}.bin"
100100

101-
#
102-
# arduino_mcuota
103-
# --------
104-
105-
tools.dfu-util.network_cmd={runtime.tools.arduino_mcuota-0.0.1.path}/arduino_mcuota
106-
tools.dfu-util.network_cmd.windows={runtime.tools.arduino_mcuota-0.0.1.path}/arduino_mcuota.exe
107-
tools.dfu-util.upload.network_pattern="{network_cmd}" -i {serial.port} -p {upload.network.port} -f "{build.path}/{build.project_name}.hex"
108-
109101
#
110102
# USB Flags
111103
# ---------

0 commit comments

Comments
 (0)