diff options
| author | Dario Nieuwenhuis <[email protected]> | 2021-05-10 17:15:41 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2021-05-10 17:15:41 +0200 |
| commit | 040fffd667f8bdc089df828783aa0a76a06d4b5a (patch) | |
| tree | b0e00d6233a67e990813945d4ed9c540b08f2e7d | |
| parent | 1703700970a716bf9b0044ee3d8cd3e15a50fcc2 (diff) | |
Don't use -eabihf
| -rw-r--r-- | .vscode/settings.json | 4 | ||||
| -rw-r--r-- | embassy-stm32-examples/.cargo/config.toml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json index dc200f79e..8a292c0be 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json | |||
| @@ -4,8 +4,8 @@ | |||
| 4 | "rust-analyzer.cargo.allFeatures": false, | 4 | "rust-analyzer.cargo.allFeatures": false, |
| 5 | "rust-analyzer.checkOnSave.allFeatures": false, | 5 | "rust-analyzer.checkOnSave.allFeatures": false, |
| 6 | "rust-analyzer.checkOnSave.allTargets": false, | 6 | "rust-analyzer.checkOnSave.allTargets": false, |
| 7 | "rust-analyzer.cargo.target": "thumbv7em-none-eabihf", | 7 | "rust-analyzer.cargo.target": "thumbv7em-none-eabi", |
| 8 | "rust-analyzer.checkOnSave.target": "thumbv7em-none-eabihf", | 8 | "rust-analyzer.checkOnSave.target": "thumbv7em-none-eabi", |
| 9 | "rust-analyzer.procMacro.enable": true, | 9 | "rust-analyzer.procMacro.enable": true, |
| 10 | "rust-analyzer.cargo.loadOutDirsFromCheck": true, | 10 | "rust-analyzer.cargo.loadOutDirsFromCheck": true, |
| 11 | "files.watcherExclude": { | 11 | "files.watcherExclude": { |
diff --git a/embassy-stm32-examples/.cargo/config.toml b/embassy-stm32-examples/.cargo/config.toml index 7c1d4dfb6..3ccca879d 100644 --- a/embassy-stm32-examples/.cargo/config.toml +++ b/embassy-stm32-examples/.cargo/config.toml | |||
| @@ -25,4 +25,4 @@ rustflags = [ | |||
| 25 | ] | 25 | ] |
| 26 | 26 | ||
| 27 | [build] | 27 | [build] |
| 28 | target = "thumbv7em-none-eabihf" | 28 | target = "thumbv7em-none-eabi" |
