thumbv6m support with emulated atomics

This commit is contained in:
Dario Nieuwenhuis
2021-03-04 21:40:54 +01:00
parent 88946840d1
commit 18f6b8ad68
13 changed files with 51 additions and 12 deletions

View File

@ -4,6 +4,8 @@
"rust-analyzer.cargo.allFeatures": false,
"rust-analyzer.checkOnSave.allFeatures": false,
"rust-analyzer.checkOnSave.allTargets": false,
"rust-analyzer.cargo.target": "thumbv6m-none-eabi",
"rust-analyzer.checkOnSave.target": "thumbv6m-none-eabi",
"rust-analyzer.procMacro.enable": true,
"rust-analyzer.cargo.loadOutDirsFromCheck": true,
"rust-analyzer.cargo.target": "thumbv7em-none-eabi",