File tree Expand file tree Collapse file tree 3 files changed +7
-12
lines changed
Expand file tree Collapse file tree 3 files changed +7
-12
lines changed Original file line number Diff line number Diff line change @@ -26,14 +26,10 @@ esp32s3.name=ESP32S3 Dev Module
2626esp32s3.vid.0=0x303a
2727esp32s3.pid.0=0x1001
2828
29- esp32s3.bootloader.tool=esptool_py
30- esp32s3.bootloader.tool.default=esptool_py
31- esp32s3.bootloader.file=bootloader_{build.boot}_{build.flash_freq}.bin
32-
3329esp32s3.upload.tool=esptool_py
34- esp32s3.upload.tool.default =esptool_py
30+ esp32s3.upload.tool.serial =esptool_py
3531esp32s3.upload.tool.network=esptool_py
36- esp32s3.upload.protocol=esp32
32+ esp32s3.bootloader.tool.serial=esptool_py
3733
3834esp32s3.upload.maximum_size=1310720
3935esp32s3.upload.maximum_data_size=327680
@@ -1022,6 +1018,7 @@ esp32s3box.vid.0=0x303a
10221018esp32s3box.pid.0=0x1001
10231019
10241020esp32s3box.upload.tool=esptool_py
1021+
10251022esp32s3box.upload.maximum_size=1310720
10261023esp32s3box.upload.maximum_data_size=327680
10271024esp32s3box.upload.speed=921600
Original file line number Diff line number Diff line change @@ -203,10 +203,10 @@ pluggable_monitor.required.serial=builtin:serial-monitor
203203
204204## Upload Sketch
205205## -------------
206- tools.esptool_py.upload.protocol=esp32
206+ tools.esptool_py.upload.protocol=serial
207207tools.esptool_py.upload.params.verbose=
208208tools.esptool_py.upload.params.quiet=
209- 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 -z --flash_mode {build.flash_mode} --flash_freq {build.flash_freq} --flash_size {build.flash_size} {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}
209+ 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 -z --flash_mode {build.flash_mode} --flash_freq {build.flash_freq} --flash_size {build.flash_size} {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}
210210tools.esptool_py.upload.pattern="{path}/{cmd}" {upload.pattern_args}
211211tools.esptool_py.upload.pattern.linux=python3 "{path}/{cmd}" {upload.pattern_args}
212212
@@ -234,6 +234,4 @@ tools.esptool_py.erase.pattern.linux=python3 "{path}/{cmd}" {erase.pattern_args}
234234## ---------------
235235tools.esptool_py.bootloader.params.verbose=
236236tools.esptool_py.bootloader.params.quiet=
237- tools.esptool_py.bootloader.pattern_args=--chip {build.mcu} --port "{serial.port}" --baud {upload.speed} {upload.flags} --before default_reset --after hard_reset write_flash -z --flash_mode {build.flash_mode} --flash_freq {build.flash_freq} --flash_size {build.flash_size} {build.bootloader_addr} "{runtime.platform.path}/tools/sdk/{build.mcu}/bin/{bootloader.file}"
238- tools.esptool_py.bootloader.pattern="{path}/{cmd}" {bootloader.pattern_args}
239- tools.esptool_py.bootloader.pattern.linux=python3 "{path}/{cmd}" {bootloader.pattern_args}
237+ tools.esptool_py.bootloader.pattern=
Original file line number Diff line number Diff line change 11esptool.name=Esptool
22esptool.communication=USB
3- esptool.protocol=esp32
3+ esptool.protocol=serial
44esptool.program.tool=esptool_py
55esptool.program.tool.default=esptool_py
66esptool.program.extra_params=
You can’t perform that action at this time.
0 commit comments