aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32wle5/stm32wle5.code-workspace
blob: a7c4a0ebd73de1f0a83025b7eed7dd985b672704 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
	"folders": [
		{
			"path": "."
		}
	],
	"settings": {
		"rust-analyzer.cargo.target": "thumbv7em-none-eabi",
		"rust-analyzer.cargo.allTargets": false,
		"rust-analyzer.cargo.targetDir": "target/rust-analyzer",
		"rust-analyzer.checkOnSave": true,
	}
}