更新MPY固件版本V1.23.0

This commit is contained in:
dahanzimin
2024-10-17 10:27:30 +08:00
parent 752eb8b804
commit 4014df02c5
59 changed files with 28 additions and 28 deletions

View File

@@ -10,16 +10,16 @@
"type": "command", "type": "command",
"portSelect": "all", "portSelect": "all",
"micropython:esp32:mixgo": { "micropython:esp32:mixgo": {
"command": "\"{esptool}\" --chip esp32 --port {com} --baud 460800 erase_flash && \"{esptool}\" --port {com} --baud 460800 write_flash 0x1000 \"{indexPath}/build/MixGo-0x1000-V1.19.1.bin\" 0X3A0000 \"{indexPath}/../micropython/build/HZK12.bin\"" "command": "\"{esptool}\" --chip esp32 --port {com} --baud 460800 erase_flash && \"{esptool}\" --port {com} --baud 460800 write_flash 0x1000 \"{indexPath}/build/Mixgo-v1.23.0.bin\" 0X3A0000 \"{indexPath}/../micropython/build/HZK12.bin\""
}, },
"micropython:esp32:mixgo_pe": { "micropython:esp32:mixgo_pe": {
"command": "\"{esptool}\" --chip esp32 --port {com} --baud 460800 erase_flash && \"{esptool}\" --port {com} --baud 460800 write_flash 0x1000 \"{indexPath}/build/MixGo_PE-0x1000-V1.19.1.bin\" 0x700000 \"{indexPath}/../micropython/build/HZK12.bin\"" "command": "\"{esptool}\" --chip esp32 --port {com} --baud 460800 erase_flash && \"{esptool}\" --port {com} --baud 460800 write_flash 0x1000 \"{indexPath}/build/Mixgo_PE-v1.23.0.bin\" 0x700000 \"{indexPath}/../micropython/build/HZK12.bin\""
}, },
"micropython:esp32:generic": { "micropython:esp32:generic": {
"command": "\"{esptool}\" --chip esp32 --port {com} --baud 460800 erase_flash && \"{esptool}\" --port {com} --baud 460800 write_flash 0x1000 \"{indexPath}/build/Generic_ESP32-0x1000-V1.19.1.bin\" 0X3A0000 \"{indexPath}/../micropython/build/HZK12.bin\"" "command": "\"{esptool}\" --chip esp32 --port {com} --baud 460800 erase_flash && \"{esptool}\" --port {com} --baud 460800 write_flash 0x1000 \"{indexPath}/build/Generic_ESP32-v1.23.0.bin\" 0X3A0000 \"{indexPath}/../micropython/build/HZK12.bin\""
}, },
"micropython:esp32:mpython": { "micropython:esp32:mpython": {
"command": "\"{esptool}\" --chip esp32 --port {com} --baud 460800 erase_flash && \"{esptool}\" --port {com} --baud 460800 write_flash 0x1000 \"{indexPath}/build/mPython-0x1000-V1.19.1.bin\" 0x700000 \"{indexPath}/../micropython/build/HZK12.bin\"" "command": "\"{esptool}\" --chip esp32 --port {com} --baud 460800 erase_flash && \"{esptool}\" --port {com} --baud 460800 write_flash 0x1000 \"{indexPath}/build/mPython-v1.23.0.bin\" 0x700000 \"{indexPath}/../micropython/build/HZK12.bin\""
}, },
"reset": [ "reset": [
{ {
@@ -88,7 +88,7 @@
"binFile": [ "binFile": [
{ {
"offset": "0x1000", "offset": "0x1000",
"path": "./build/MixGo-0x1000-V1.19.1-lib.bin" "path": "./build/Mixgo_lib-v1.23.0.bin"
}, },
{ {
"offset": "0X3A0000", "offset": "0X3A0000",
@@ -100,7 +100,7 @@
"binFile": [ "binFile": [
{ {
"offset": "0x1000", "offset": "0x1000",
"path": "./build/MixGo_PE-0x1000-V1.19.1-lib.bin" "path": "./build/Mixgo_PE_lib-v1.23.0.bin"
}, },
{ {
"offset": "0x700000", "offset": "0x700000",
@@ -112,7 +112,7 @@
"binFile": [ "binFile": [
{ {
"offset": "0x1000", "offset": "0x1000",
"path": "./build/Generic_ESP32-0x1000-V1.19.1-lib.bin" "path": "./build/Generic_ESP32_lib-v1.23.0.bin"
}, },
{ {
"offset": "0X3A0000", "offset": "0X3A0000",
@@ -124,7 +124,7 @@
"binFile": [ "binFile": [
{ {
"offset": "0x1000", "offset": "0x1000",
"path": "./build/mPython-0x1000-V1.19.1-lib.bin" "path": "./build/mPython_lib-v1.23.0.bin"
}, },
{ {
"offset": "0x700000", "offset": "0x700000",

View File

@@ -10,16 +10,16 @@
"type": "command", "type": "command",
"portSelect": "all", "portSelect": "all",
"micropython:esp32c3:mixgo_cc": { "micropython:esp32c3:mixgo_cc": {
"command": "\"{esptool}\" --chip esp32c3 --port {com} --baud 460800 erase_flash && \"{esptool}\" --chip esp32c3 --port {com} --baud 460800 write_flash 0x0 \"{indexPath}/build/MixGo_CC-0x0-V1.19.1.bin\" 0X3A0000 \"{indexPath}/../micropython/build/HZK12.bin\"" "command": "\"{esptool}\" --chip esp32c3 --port {com} --baud 460800 erase_flash && \"{esptool}\" --chip esp32c3 --port {com} --baud 460800 write_flash 0x0 \"{indexPath}/build/Mixgo_CC-v1.23.0.bin\" 0X3A0000 \"{indexPath}/../micropython/build/HZK12.bin\""
}, },
"micropython:esp32c3:mixgo_me": { "micropython:esp32c3:mixgo_me": {
"command": "\"{esptool}\" --chip esp32c3 --port {com} --baud 460800 erase_flash && \"{esptool}\" --chip esp32c3 --port {com} --baud 460800 write_flash 0x0 \"{indexPath}/build/MixGo_ME-0x0-V1.19.1.bin\" 0X3A0000 \"{indexPath}/../micropython/build/HZK12.bin\"" "command": "\"{esptool}\" --chip esp32c3 --port {com} --baud 460800 erase_flash && \"{esptool}\" --chip esp32c3 --port {com} --baud 460800 write_flash 0x0 \"{indexPath}/build/Mixgo_ME-v1.23.0.bin\" 0X3A0000 \"{indexPath}/../micropython/build/HZK12.bin\""
}, },
"micropython:esp32c3:mixgocar_c3": { "micropython:esp32c3:mixgocar_c3": {
"command": "\"{esptool}\" --chip esp32c3 --port {com} --baud 460800 erase_flash && \"{esptool}\" --chip esp32c3 --port {com} --baud 460800 write_flash 0x0 \"{indexPath}/build/MixGo_Car-0x0-V1.19.1.bin\" 0X3A0000 \"{indexPath}/../micropython/build/HZK12.bin\"" "command": "\"{esptool}\" --chip esp32c3 --port {com} --baud 460800 erase_flash && \"{esptool}\" --chip esp32c3 --port {com} --baud 460800 write_flash 0x0 \"{indexPath}/build/Mixgo_Car-v1.23.0.bin\" 0X3A0000 \"{indexPath}/../micropython/build/HZK12.bin\""
}, },
"micropython:esp32c3:generic": { "micropython:esp32c3:generic": {
"command": "\"{esptool}\" --chip esp32c3 --port {com} --baud 460800 erase_flash && \"{esptool}\" --chip esp32c3 --port {com} --baud 460800 write_flash 0x0 \"{indexPath}/build/Generic_C3_UART-0x0-V1.19.1.bin\" 0X3A0000 \"{indexPath}/../micropython/build/HZK12.bin\"" "command": "\"{esptool}\" --chip esp32c3 --port {com} --baud 460800 erase_flash && \"{esptool}\" --chip esp32c3 --port {com} --baud 460800 write_flash 0x0 \"{indexPath}/build/Generic_C3_UART-v1.23.0.bin\" 0X3A0000 \"{indexPath}/../micropython/build/HZK12.bin\""
} }
}, },
"upload": { "upload": {
@@ -70,7 +70,7 @@
"binFile": [ "binFile": [
{ {
"offset": "0x0000", "offset": "0x0000",
"path": "./build/MixGo_CC-0x0-V1.19.1-lib.bin" "path": "./build/Mixgo_CC_lib-v1.23.0.bin"
}, { }, {
"offset": "0x3A0000", "offset": "0x3A0000",
"path": "../micropython/build/HZK12.bin" "path": "../micropython/build/HZK12.bin"
@@ -81,7 +81,7 @@
"binFile": [ "binFile": [
{ {
"offset": "0x0000", "offset": "0x0000",
"path": "./build/MixGo_ME-0x0-V1.19.1-lib.bin" "path": "./build/Mixgo_ME_lib-v1.23.0.bin"
}, { }, {
"offset": "0x3A0000", "offset": "0x3A0000",
"path": "../micropython/build/HZK12.bin" "path": "../micropython/build/HZK12.bin"
@@ -92,7 +92,7 @@
"binFile": [ "binFile": [
{ {
"offset": "0x0000", "offset": "0x0000",
"path": "./build/MixGo_Car-0x0-V1.19.1-lib.bin" "path": "./build/Mixgo_Car_lib-v1.23.0.bin"
}, { }, {
"offset": "0x3A0000", "offset": "0x3A0000",
"path": "../micropython/build/HZK12.bin" "path": "../micropython/build/HZK12.bin"
@@ -103,7 +103,7 @@
"binFile": [ "binFile": [
{ {
"offset": "0x0000", "offset": "0x0000",
"path": "./build/Generic_C3_UART-0x0-V1.19.1-lib.bin" "path": "./build/Generic_C3_UART_lib-v1.23.0.bin"
}, { }, {
"offset": "0x3A0000", "offset": "0x3A0000",
"path": "../micropython/build/HZK12.bin" "path": "../micropython/build/HZK12.bin"

View File

@@ -8,11 +8,11 @@
"type": "command", "type": "command",
"portSelect": "all", "portSelect": "all",
"micropython:esp32s2:mixgo_ce": { "micropython:esp32s2:mixgo_ce": {
"command": "\"{esptool}\" --chip esp32s2 --port {com} --baud 460800 --after=no_reset_stub erase_flash && \"{esptool}\" --chip esp32s2 --port {com} --baud 460800 --after=no_reset write_flash 0x1000 \"{indexPath}/build/MixGo_CE-0x1000-V1.19.1.bin\" 0X3A0000 \"{indexPath}/../micropython/build/HZK12.bin\"", "command": "\"{esptool}\" --chip esp32s2 --port {com} --baud 460800 --after=no_reset_stub erase_flash && \"{esptool}\" --chip esp32s2 --port {com} --baud 460800 --after=no_reset write_flash 0x1000 \"{indexPath}/build/Mixgo_CE-v1.23.0.bin\" 0X3A0000 \"{indexPath}/../micropython/build/HZK12.bin\"",
"special": [ "special": [
{ {
"name": "Default", "name": "Default",
"command": "\"{esptool}\" --chip esp32s2 --port {com} --baud 460800 --after=no_reset_stub erase_flash && \"{esptool}\" --chip esp32s2 --port {com} --baud 460800 --after=no_reset write_flash 0x1000 \"{indexPath}/build/MixGo_CE-0x1000-V1.19.1.bin\" 0X3A0000 \"{indexPath}/../micropython/build/HZK12.bin\"" "command": "\"{esptool}\" --chip esp32s2 --port {com} --baud 460800 --after=no_reset_stub erase_flash && \"{esptool}\" --chip esp32s2 --port {com} --baud 460800 --after=no_reset write_flash 0x1000 \"{indexPath}/build/Mixgo_CE-v1.23.0.bin\" 0X3A0000 \"{indexPath}/../micropython/build/HZK12.bin\""
}, },
{ {
"name": "ESP-AT-mode", "name": "ESP-AT-mode",
@@ -21,11 +21,11 @@
] ]
}, },
"micropython:esp32s2:generic": { "micropython:esp32s2:generic": {
"command": "\"{esptool}\" --chip esp32s2 --port {com} --baud 460800 --after=no_reset_stub erase_flash && \"{esptool}\" --chip esp32s2 --port {com} --baud 460800 --after=no_reset write_flash 0x1000 \"{indexPath}/build/Generic_S2_0x1000-V1.19.1.bin\"", "command": "\"{esptool}\" --chip esp32s2 --port {com} --baud 460800 --after=no_reset_stub erase_flash && \"{esptool}\" --chip esp32s2 --port {com} --baud 460800 --after=no_reset write_flash 0x1000 \"{indexPath}/build/Generic_S2-v1.23.0.bin\"",
"special": [ "special": [
{ {
"name": "Default", "name": "Default",
"command": "\"{esptool}\" --chip esp32s2 --port {com} --baud 460800 --after=no_reset_stub erase_flash && \"{esptool}\" --chip esp32s2 --port {com} --baud 460800 --after=no_reset write_flash 0x1000 \"{indexPath}/build/Generic_S2_0x1000-V1.19.1.bin\"" "command": "\"{esptool}\" --chip esp32s2 --port {com} --baud 460800 --after=no_reset_stub erase_flash && \"{esptool}\" --chip esp32s2 --port {com} --baud 460800 --after=no_reset write_flash 0x1000 \"{indexPath}/build/Generic_S2-v1.23.0.bin\""
}, },
{ {
"name": "ESP-AT-mode", "name": "ESP-AT-mode",
@@ -82,7 +82,7 @@
"binFile": [ "binFile": [
{ {
"offset": "0x1000", "offset": "0x1000",
"path": "./build/MixGo_CE-0x1000-V1.19.1-lib.bin" "path": "./build/Mixgo_CE_lib-v1.23.0.bin"
}, { }, {
"offset": "0x3A0000", "offset": "0x3A0000",
"path": "../micropython/build/HZK12.bin" "path": "../micropython/build/HZK12.bin"
@@ -93,7 +93,7 @@
"binFile": [ "binFile": [
{ {
"offset": "0x1000", "offset": "0x1000",
"path": "./build/Generic_S2_0x1000-V1.19.1-lib.bin" "path": "./build/Generic_S2_lib-v1.23.0.bin"
} }
] ]
} }

View File

@@ -9,13 +9,13 @@
"type": "command", "type": "command",
"portSelect": "all", "portSelect": "all",
"micropython:esp32c3:feiyi": { "micropython:esp32c3:feiyi": {
"command": "\"{esptool}\" --chip esp32c3 --port {com} --baud 460800 erase_flash && \"{esptool}\" --chip esp32c3 --port {com} --baud 460800 write_flash 0x0 \"{indexPath}/build/Feiyi-0x0-V1.19.1.bin\" 0X3A0000 \"{indexPath}/../micropython/build/HZK12.bin\"" "command": "\"{esptool}\" --chip esp32c3 --port {com} --baud 460800 erase_flash && \"{esptool}\" --chip esp32c3 --port {com} --baud 460800 write_flash 0x0 \"{indexPath}/build/Mixgo_FeiYi-v1.23.0.bin\" 0X3A0000 \"{indexPath}/../micropython/build/HZK12.bin\""
}, },
"micropython:esp32:rm_e1": { "micropython:esp32:rm_e1": {
"command": "\"{esptool}\" --chip esp32 --port {com} --baud 460800 erase_flash && \"{esptool}\" --port {com} --baud 460800 write_flash 0x1000 \"{indexPath}/build/RM_E1-0x1000-V1.19.1.bin\"" "command": "\"{esptool}\" --chip esp32 --port {com} --baud 460800 erase_flash && \"{esptool}\" --port {com} --baud 460800 write_flash 0x1000 \"{indexPath}/build/RM_E1-v1.23.0.bin\""
}, },
"micropython:esp32:mixbot": { "micropython:esp32:mixbot": {
"command": "\"{esptool}\" --chip esp32 --port {com} --baud 460800 erase_flash && \"{esptool}\" --port {com} --baud 460800 write_flash 0x1000 \"{indexPath}/build/MixBot-0x1000-V1.19.1.bin\"" "command": "\"{esptool}\" --chip esp32 --port {com} --baud 460800 erase_flash && \"{esptool}\" --port {com} --baud 460800 write_flash 0x1000 \"{indexPath}/build/MixBot-v1.23.0.bin\""
} }
}, },
"upload": { "upload": {
@@ -90,7 +90,7 @@
"binFile": [ "binFile": [
{ {
"offset": "0x0000", "offset": "0x0000",
"path": "./build/Feiyi-0x0-V1.19.1-lib.bin" "path": "./build/Mixgo_FeiYi_lib-v1.23.0.bin"
}, },
{ {
"offset": "0X3A0000", "offset": "0X3A0000",
@@ -102,7 +102,7 @@
"binFile": [ "binFile": [
{ {
"offset": "0x1000", "offset": "0x1000",
"path": "./build/RM_E1-0x1000-V1.19.1-Slib.bin" "path": "./build/RM_E1_lib-v1.23.0.bin"
} }
] ]
}, },
@@ -110,7 +110,7 @@
"binFile": [ "binFile": [
{ {
"offset": "0x1000", "offset": "0x1000",
"path": "./build/MixBot-0x1000-V1.19.1-lib.bin" "path": "./build/MixBot_lib-v1.23.0.bin"
} }
] ]
} }