|
2 | 2 |
|
3 | 3 | ## [Unreleased]
|
4 | 4 |
|
| 5 | +## [v0.16.0] 2024-03-12 |
| 6 | + |
5 | 7 | * MSRV increased to Rust 1.66.1 [#473]
|
| 8 | +* **Breaking** Update `smoltcp` to `0.11.0` (from `0.10.0`) [#484] |
| 9 | +* **Breaking** Update `usb-device` to `0.3` (from `0.2.5`) [#469] |
| 10 | +* Add support for MIPI DSI peripheral on STM32H747/757 (feature gate `dsi`) [#473] |
| 11 | +* qspi: Add `change_back_unchecked` method [#449] |
| 12 | +* timers: Add support for TIM23 and TIM24 found on RM0468 parts [#482] |
6 | 13 |
|
7 | 14 | ## [v0.15.1] 2023-11-03
|
8 | 15 |
|
9 | 16 | * Bugfix, usb: On RM0455 and RM0468 parts, PA11/PA12 do not have an alternate function
|
10 | 17 | (AF) for USB. Use `into_analog()` when passing pins to `USB1/2::new` on these parts [#464]
|
11 |
| -* [breaking] `usb-device` updated to v0.3.0 |
12 | 18 |
|
13 | 19 | ## [v0.15.0] 2023-10-09
|
14 | 20 |
|
|
295 | 301 | * Upgrade to stm32-rs v0.9.0 (including svd2rust v0.16)
|
296 | 302 | * Started Changelog
|
297 | 303 |
|
298 |
| -[Unreleased]: https://github.com/stm32-rs/stm32h7xx-hal/compare/v0.15.1...HEAD |
| 304 | +[Unreleased]: https://github.com/stm32-rs/stm32h7xx-hal/compare/v0.16.0...HEAD |
| 305 | +[v0.16.0]: https://github.com/stm32-rs/stm32h7xx-hal/compare/v0.15.1...v0.16.0 |
299 | 306 | [v0.15.1]: https://github.com/stm32-rs/stm32h7xx-hal/compare/v0.15.0...v0.15.1
|
300 | 307 | [v0.15.0]: https://github.com/stm32-rs/stm32h7xx-hal/compare/v0.14.0...v0.15.0
|
301 | 308 | [v0.14.0]: https://github.com/stm32-rs/stm32h7xx-hal/compare/v0.13.1...v0.14.0
|
|
391 | 398 | [#429]: https://github.com/stm32-rs/stm32h7xx-hal/pull/429
|
392 | 399 | [#434]: https://github.com/stm32-rs/stm32h7xx-hal/pull/434
|
393 | 400 | [#440]: https://github.com/stm32-rs/stm32h7xx-hal/pull/440
|
| 401 | +[#449]: https://github.com/stm32-rs/stm32h7xx-hal/pull/449 |
394 | 402 | [#451]: https://github.com/stm32-rs/stm32h7xx-hal/pull/451
|
395 | 403 | [#453]: https://github.com/stm32-rs/stm32h7xx-hal/pull/453
|
396 | 404 | [#456]: https://github.com/stm32-rs/stm32h7xx-hal/pull/456
|
397 | 405 | [#464]: https://github.com/stm32-rs/stm32h7xx-hal/pull/464
|
| 406 | +[#469]: https://github.com/stm32-rs/stm32h7xx-hal/pull/469 |
| 407 | +[#473]: https://github.com/stm32-rs/stm32h7xx-hal/pull/473 |
| 408 | +[#482]: https://github.com/stm32-rs/stm32h7xx-hal/pull/482 |
| 409 | +[#484]: https://github.com/stm32-rs/stm32h7xx-hal/pull/484 |
0 commit comments