Skip to content

Commit 0b7ae36

Browse files
committed
add lapce editor settings
1 parent b626dcb commit 0b7ae36

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.lapce/settings.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[lapce-rust]
2+
check.allTargets = false
3+
check.targets = "thumbv7em-none-eabihf"
4+
cargo.features = ["rtic", "stm32f411"]

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
- Add `lapce` editor settrings
1011
- Use `enum`s for alternate peripheral pins [#594]
1112
- Added missing U(S)ART DMA traits for HAL serial types [#593]
1213
- Improve SPI::new* docs [#587]

0 commit comments

Comments
 (0)