File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed
variants/STM32L476RE-Dragonfly/openocd_scripts Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -121,11 +121,11 @@ tools.stm32l4_upload.bootloader.params.verbose=-v
121
121
tools.stm32l4_upload.bootloader.params.quiet=
122
122
tools.stm32l4_upload.bootloader.pattern="{path}/{cmd}" "{runtime.platform.path}/bootloaders/{bootloader.file}"
123
123
124
- tools.openocd.path={runtime.platform.path}/tools/windows
125
- tools.openocd.path.macosx={runtime.platform.path}/tools/macosx
126
- tools.openocd.path.linux={runtime.platform.path}/tools/linux/openocd
127
- tools.openocd.cmd=bin /openocd
128
- tools.openocd.cmd.windows=bin/ openocd.exe
124
+ tools.openocd.path={runtime.platform.path}/tools/windows/openocd/bin
125
+ tools.openocd.path.macosx={runtime.platform.path}/tools/macosx/openocd/bin
126
+ tools.openocd.path.linux={runtime.platform.path}/tools/linux/openocd/bin
127
+ tools.openocd.cmd=/openocd
128
+ tools.openocd.cmd.windows=openocd.exe
129
129
130
130
tools.openocd.upload.params.verbose=-d2
131
131
tools.openocd.upload.params.quiet=-d0
Original file line number Diff line number Diff line change 1
- # This is an STM32L476G disco board with a single STM32L476VGT6 (1MB) chip.
2
- # ### To be updated ### http://www.st.com/internet/evalboard/product/.jsp
1
+ # This is a Dragonfly L476RE board with a single STM32L476RET6 chip.
3
2
#
4
3
5
4
# This is for using the onboard STLINK/V2
@@ -13,7 +12,7 @@ set WORKAREASIZE 0x18000
13
12
# chip name
14
13
set CHIPNAME STM32L476
15
14
16
- source [find target/stm32l4 .cfg]
15
+ source [find target/stm32l4x .cfg]
17
16
18
17
reset_config none separate
19
18
You can’t perform that action at this time.
0 commit comments