File tree Expand file tree Collapse file tree 7 files changed +11
-7
lines changed Expand file tree Collapse file tree 7 files changed +11
-7
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 11:: Flash Mynewt application on Windows
22
3- openocd\bin\openocd.exe -f scripts/stm32l4/flash-init.ocd -f interface/stlink-v2-1 .cfg -c " transport select hla_swd" -f target/stm32l4x.cfg -f scripts/stm32l4/flash-app.ocd
3+ openocd\bin\openocd.exe -f scripts/stm32l4/flash-init.ocd -f interface/stlink.cfg -c " transport select hla_swd" -f target/stm32l4x.cfg -f scripts/stm32l4/flash-app.ocd
Original file line number Diff line number Diff line change 44set -e # Exit when any command fails.
55set -x # Echo all commands.
66
7- openocd/bin/openocd -f scripts/stm32l4/flash-init.ocd -f interface/stlink-v2-1 .cfg -c " transport select hla_swd" -f target/stm32l4x.cfg -f scripts/stm32l4/flash-app.ocd
7+ openocd/bin/openocd -f scripts/stm32l4/flash-init.ocd -f interface/stlink.cfg -c " transport select hla_swd" -f target/stm32l4x.cfg -f scripts/stm32l4/flash-app.ocd
Original file line number Diff line number Diff line change 11:: Flash Mynewt bootloader on Windows
22
3- openocd\bin\openocd.exe -f scripts/stm32l4/flash-init.ocd -f interface/stlink-v2-1 .cfg -c " transport select hla_swd" -f target/stm32l4x.cfg -f scripts/stm32l4/flash-boot.ocd
3+ openocd\bin\openocd.exe -f scripts/stm32l4/flash-init.ocd -f interface/stlink.cfg -c " transport select hla_swd" -f target/stm32l4x.cfg -f scripts/stm32l4/flash-boot.ocd
Original file line number Diff line number Diff line change 44set -e # Exit when any command fails.
55set -x # Echo all commands.
66
7- openocd/bin/openocd -f scripts/stm32l4/flash-init.ocd -f interface/stlink-v2-1 .cfg -c " transport select hla_swd" -f target/stm32l4x.cfg -f scripts/stm32l4/flash-boot.ocd
7+ openocd/bin/openocd -f scripts/stm32l4/flash-init.ocd -f interface/stlink.cfg -c " transport select hla_swd" -f target/stm32l4x.cfg -f scripts/stm32l4/flash-boot.ocd
Original file line number Diff line number Diff line change 11:: Create Mynewt Image for Windows
22
3- newt\newt.exe create-image -v stm32l4_my_sensor 1.0.0 && newt size -v stm32l4_my_sensor
3+ newt\newt.exe create-image -v stm32l4_my_sensor 1.0.0
4+
5+ newt\newt.exe size -v stm32l4_my_sensor
Original file line number Diff line number Diff line change 44set -e # Exit when any command fails.
55set -x # Echo all commands.
66
7- newt create-image -v stm32l4_my_sensor 1.0.0 && newt size -v stm32l4_my_sensor
7+ newt create-image -v stm32l4_my_sensor 1.0.0
8+
9+ newt size -v stm32l4_my_sensor
You can’t perform that action at this time.
0 commit comments