Skip to content

Commit e85442c

Browse files
Luis Miguel Collado LleraLuis Miguel Collado Llera
Luis Miguel Collado Llera
authored and
Luis Miguel Collado Llera
committed
kode dot board added
1 parent 805476a commit e85442c

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

platform.txt

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -288,19 +288,6 @@ tools.esptool_py.upload.params.quiet=
288288
tools.esptool_py.upload.pattern_args=--chip {build.mcu} --port "{serial.port}" --baud {upload.speed} {upload.flags} --before default_reset --after hard_reset write_flash {upload.erase_cmd} -z --flash_mode keep --flash_freq keep --flash_size keep {build.bootloader_addr} "{build.path}/{build.project_name}.bootloader.bin" 0x8000 "{build.path}/{build.project_name}.partitions.bin" 0xe000 "{runtime.platform.path}/tools/partitions/boot_app0.bin" 0x10000 "{build.path}/{build.project_name}.bin" {upload.extra_flags}
289289
tools.esptool_py.upload.pattern="{path}/{cmd}" {upload.pattern_args}
290290

291-
## Custom tool for kodeOS: esptool_py_nomerge
292-
## -------------------------------------------------------------
293-
tools.esptool_py_nomerge.path={runtime.tools.esptool_py.path}
294-
tools.esptool_py_nomerge.cmd=esptool
295-
tools.esptool_py_nomerge.cmd.windows=esptool.exe
296-
297-
tools.esptool_py_nomerge.upload.protocol=serial
298-
tools.esptool_py_nomerge.upload.params.verbose=
299-
tools.esptool_py_nomerge.upload.params.quiet=
300-
301-
tools.esptool_py_nomerge.upload.pattern_args=--chip {build.mcu} --port "{serial.port}" --baud {upload.speed} {upload.flags} --before default_reset --after hard_reset write_flash {upload.erase_cmd} --flash_mode keep --flash_freq keep --flash_size keep {build.flash_offset} "{build.path}/{build.project_name}.bin"
302-
tools.esptool_py_nomerge.upload.pattern="{path}/{cmd}" {tools.esptool_py_nomerge.upload.pattern_args}
303-
304291
## Program Application
305292
## -------------------
306293
tools.esptool_py.program.params.verbose=

0 commit comments

Comments
 (0)