diff options
| author | Bruno Bousquet <[email protected]> | 2024-05-28 22:30:10 -0400 |
|---|---|---|
| committer | Bruno Bousquet <[email protected]> | 2024-05-28 22:30:10 -0400 |
| commit | 7c1e1ee288bc46dbf030749c242d60e222d1fbe5 (patch) | |
| tree | 011486c29352fda98ac6e43a05d91ec4ff8fa0df /examples/stm32f4 | |
| parent | 41b9a12574f9ad992ca986b87926838fbe1f1775 (diff) | |
example is working now
Diffstat (limited to 'examples/stm32f4')
| -rw-r--r-- | examples/stm32f4/.vscode/launch.json | 2 | ||||
| -rw-r--r-- | examples/stm32f4/.vscode/tasks.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/stm32f4/.vscode/launch.json b/examples/stm32f4/.vscode/launch.json index a9849e0da..20cd4d2e8 100644 --- a/examples/stm32f4/.vscode/launch.json +++ b/examples/stm32f4/.vscode/launch.json | |||
| @@ -15,7 +15,7 @@ | |||
| 15 | "cwd": "${workspaceRoot}", | 15 | "cwd": "${workspaceRoot}", |
| 16 | "preLaunchTask": "Cargo Build (debug)", | 16 | "preLaunchTask": "Cargo Build (debug)", |
| 17 | "runToEntryPoint": "main", | 17 | "runToEntryPoint": "main", |
| 18 | "executable": "./target/thumbv7em-none-eabihf/debug/pwm_input", | 18 | "executable": "./target/thumbv7em-none-eabihf/debug/input_capture", |
| 19 | /* Run `cargo build --example itm` and uncomment this line to run itm example */ | 19 | /* Run `cargo build --example itm` and uncomment this line to run itm example */ |
| 20 | // "executable": "./target/thumbv7em-none-eabihf/debug/examples/itm", | 20 | // "executable": "./target/thumbv7em-none-eabihf/debug/examples/itm", |
| 21 | "device": "STM32F446RET6", | 21 | "device": "STM32F446RET6", |
diff --git a/examples/stm32f4/.vscode/tasks.json b/examples/stm32f4/.vscode/tasks.json index de7013b12..e153722da 100644 --- a/examples/stm32f4/.vscode/tasks.json +++ b/examples/stm32f4/.vscode/tasks.json | |||
| @@ -9,7 +9,7 @@ | |||
| 9 | ], | 9 | ], |
| 10 | "args": [ | 10 | "args": [ |
| 11 | "--bin", | 11 | "--bin", |
| 12 | "pwm_input" | 12 | "input_capture" |
| 13 | ], | 13 | ], |
| 14 | "group": { | 14 | "group": { |
| 15 | "kind": "build", | 15 | "kind": "build", |
