Skip to content

Commit bf3d639

Browse files
author
Kei
committed
Fixed platform.txt for linux.
1 parent ec1fe59 commit bf3d639

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package_stm_xelnetwork_index.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"category": "Contributed",
1818
"url": "https://github.com/ROBOTIS-GIT/Arduino_Core_STM32/releases/download/0.0.1/STM32_XELNetwork.tar.bz2",
1919
"archiveFileName": "STM32_XELNetwork.tar.bz2",
20-
"checksum": "SHA-256:0646DC8F08360F102A0B0163E260074116B428C11FC3F4D04B06383D57F19BB4",
21-
"size": "2088364",
20+
"checksum": "SHA-256:12C6C9A8EB6B519A9DFCCFF87DBD53C679CEC0514B5BEBA3191FF1025585F6A0",
21+
"size": "2089036",
2222
"boards": [
2323
{"name": "SensorXEL"},
2424
{"name": "PowerXEL"}

platform.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ tools.xel_loader.path.windows={runtime.platform.path}/tools/xel_loader/win
159159
#tools.xel_loader.path.macosx={runtime.platform.path}/tools/xel_loader/macosx
160160
tools.xel_loader.upload.params.verbose=-d
161161
tools.xel_loader.upload.params.quiet=n
162-
tools.xel_loader.upload.pattern="{path}/{cmd}" {serial.port.file} 1000000 {upload.flash_address} "{build.path}/{build.project_name}.bin" 1 1
162+
tools.xel_loader.upload.pattern="{path}/{cmd}" {serial.port} 1000000 {upload.flash_address} "{build.path}/{build.project_name}.bin" 1 1
163163

164164
# Upload using stm32flash
165165
tools.stm32flash.cmd=stm32flash

0 commit comments

Comments
 (0)