Skip to content

Commit 31e94e9

Browse files
author
Kei
committed
Fixed platform.txt, json.
1 parent 8829600 commit 31e94e9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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:8B3851156C680E3120EE0E7329ADB7B6EC84F0EE01CDBCC550E7C0B2882C10BC",
21-
"size": "2088282",
20+
"checksum": "SHA-256:40E0D194E465CDF550D18339B21759A9C022CA25733DBF42A405BE606EC5AE86",
21+
"size": "2088365",
2222
"boards": [
2323
{"name": "SensorXEL"},
2424
{"name": "PowerXEL"}

platform.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ compiler.ar.extra_flags=
6464
compiler.elf2bin.extra_flags=
6565
compiler.elf2hex.extra_flags=
6666

67-
compiler.arm.cmsis.c.flags="-I{runtime.platform.path}/tools/CMSIS/5.5.1/CMSIS/Core/Include/" "-I{build.system.path}/Drivers/CMSIS/Device/ST/{build.series}/Include/" "-I{build.system.path}/Drivers/CMSIS/Device/ST/{build.series}/Source/Templates/gcc/" "-I{runtime.tools.CMSIS-5.5.1.path}/CMSIS/DSP/Include"
68-
compiler.arm.cmsis.ldflags="-L{runtime.platform.path}/tools/CMSIS/5.5.1/CMSIS/DSP/Lib/GCC/" -l{build.cmsis_lib_gcc}
67+
compiler.arm.cmsis.c.flags="-I{runtime.tools.CMSIS-5.5.1.path}/CMSIS/Core/Include/" "-I{build.system.path}/Drivers/CMSIS/Device/ST/{build.series}/Include/" "-I{build.system.path}/Drivers/CMSIS/Device/ST/{build.series}/Source/Templates/gcc/" "-I{runtime.tools.CMSIS-5.5.1.path}/CMSIS/DSP/Include"
68+
compiler.arm.cmsis.ldflags="-L{runtime.tools.CMSIS-5.5.1.path}/CMSIS/DSP/Lib/GCC/" -l{build.cmsis_lib_gcc}
6969

7070
# USB Flags
7171
# ---------

0 commit comments

Comments
 (0)