Skip to content
Snippets Groups Projects
Commit 518e95cd authored by Gustav Hansson's avatar Gustav Hansson
Browse files

fix config issues

parent 73a8016b
Branches
No related tags found
No related merge requests found
...@@ -16,8 +16,7 @@ ...@@ -16,8 +16,7 @@
"preLaunchTask": "cargo build", "preLaunchTask": "cargo build",
"executable": "./target/thumbv7em-none-eabihf/debug/app", "executable": "./target/thumbv7em-none-eabihf/debug/app",
"configFiles": [ "configFiles": [
"interface/stlink.cfg", "interface/stlink-v2-1.cfg",
// "interface/stlink-v2-1.cfg", // deprecated setup script
"target/stm32f4x.cfg" "target/stm32f4x.cfg"
], ],
"postLaunchCommands": [ "postLaunchCommands": [
...@@ -39,8 +38,7 @@ ...@@ -39,8 +38,7 @@
"preLaunchTask": "cargo build --example", "preLaunchTask": "cargo build --example",
"executable": "./target/thumbv7em-none-eabihf/debug/examples/${fileBasenameNoExtension}", "executable": "./target/thumbv7em-none-eabihf/debug/examples/${fileBasenameNoExtension}",
"configFiles": [ "configFiles": [
"interface/stlink.cfg", "interface/stlink-v2-1.cfg",
// "interface/stlink-v2-1.cfg", // deprecated setup script
"target/stm32f4x.cfg" "target/stm32f4x.cfg"
], ],
"postLaunchCommands": [ "postLaunchCommands": [
...@@ -75,8 +73,7 @@ ...@@ -75,8 +73,7 @@
"preLaunchTask": "cargo build --example", "preLaunchTask": "cargo build --example",
"executable": "./target/thumbv7em-none-eabihf/debug/examples/${fileBasenameNoExtension}", "executable": "./target/thumbv7em-none-eabihf/debug/examples/${fileBasenameNoExtension}",
"configFiles": [ "configFiles": [
"interface/stlink.cfg", "interface/stlink-v2-1.cfg",
// "interface/stlink-v2-1.cfg", // deprecated setup script
"target/stm32f4x.cfg" "target/stm32f4x.cfg"
], ],
"postLaunchCommands": [ "postLaunchCommands": [
...@@ -150,8 +147,7 @@ ...@@ -150,8 +147,7 @@
"preLaunchTask": "cargo build --example --release", "preLaunchTask": "cargo build --example --release",
"executable": "./target/thumbv7em-none-eabihf/release/examples/${fileBasenameNoExtension}", "executable": "./target/thumbv7em-none-eabihf/release/examples/${fileBasenameNoExtension}",
"configFiles": [ "configFiles": [
"interface/stlink.cfg", "interface/stlink-v2-1.cfg",
// "interface/stlink-v2-1.cfg", // deprecated setup script
"target/stm32f4x.cfg" "target/stm32f4x.cfg"
], ],
"postLaunchCommands": [ "postLaunchCommands": [
...@@ -175,8 +171,7 @@ ...@@ -175,8 +171,7 @@
"preLaunchTask": "cargo build --example --release --features stm32f4", "preLaunchTask": "cargo build --example --release --features stm32f4",
"executable": "./target/thumbv7em-none-eabihf/release/examples/${fileBasenameNoExtension}", "executable": "./target/thumbv7em-none-eabihf/release/examples/${fileBasenameNoExtension}",
"configFiles": [ "configFiles": [
"interface/stlink.cfg", "interface/stlink-v2-1.cfg",
// "interface/stlink-v2-1.cfg", // deprecated setup script
"target/stm32f4x.cfg" "target/stm32f4x.cfg"
], ],
"postLaunchCommands": [ "postLaunchCommands": [
......
source [find interface/stlink.cfg] source [find interface/stlink-v2-1.cfg]
# deprecated
# source [find interface/stlink-v2-1.cfg]
transport select hla_swd transport select hla_swd
# increase working area to 64KB # increase working area to 64KB
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment