blob: d34df4b24807c97e9678c2ba59baa812c5b05bbc (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[language-server.rust-analyzer.config.cargo]
allTargets = false
noDefaultFeatures = true
target = "thumbv8m.main-none-eabihf"
features = ["stm32n657x0", "time-driver-any", "unstable-pac", "exti"]
[language-server.rust-analyzer.config.check]
allTargets = false
noDefaultFeatures = true
target = "thumbv8m.main-none-eabihf"
features = ["stm32n657x0", "time-driver-any", "unstable-pac", "exti"]
|