We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 15f2298 + 0b7ae36 commit ae11468Copy full SHA for ae11468
.lapce/settings.toml
@@ -0,0 +1,4 @@
1
+[lapce-rust]
2
+check.allTargets = false
3
+check.targets = "thumbv7em-none-eabihf"
4
+cargo.features = ["rtic", "stm32f411"]
CHANGELOG.md
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
8
## [Unreleased]
9
10
+ - Add `lapce` editor settrings
11
- Use `enum`s for alternate peripheral pins [#594]
12
- Added missing U(S)ART DMA traits for HAL serial types [#593]
13
- Improve SPI::new* docs [#587]
0 commit comments