Skip to content

Commit 4dec879

Browse files
committed
move features to build.rs
1 parent 4ca768f commit 4dec879

30 files changed

+1286
-1724
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1616

1717
### Changed
1818

19+
- Move private features to `build.rs` [#710]
1920
- Use `stm32f4-staging` until `stm32f4` is released [#706]
2021
- Allow different lengths of buffers in hal_1 SpiBus impl [#566]
2122

2223
[#566]: https://github.com/stm32-rs/stm32f4xx-hal/pull/566
2324
[#706]: https://github.com/stm32-rs/stm32f4xx-hal/pull/706
25+
[#710]: https://github.com/stm32-rs/stm32f4xx-hal/pull/710
2426
[#731]: https://github.com/stm32-rs/stm32f4xx-hal/pull/731
2527
[#758]: https://github.com/stm32-rs/stm32f4xx-hal/pull/758
2628

0 commit comments

Comments
 (0)