@@ -6,43 +6,52 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
7
7
8
8
## [ Unreleased]
9
- - Add ` f469disc-lcd-test ` with color/BER test pattern LCD output [ #789 ]
10
9
11
10
### Added
12
11
12
+ - Add ` f469disc-lcd-test ` with color/BER test pattern LCD output [ #789 ]
13
13
- Port ` dsihost ` implementation from stm32h7xx-hal [ #786 ]
14
14
- I2C 10-bit address support for I2c [ #772 ] [ #783 ]
15
15
- ` i2c_scanner ` example [ #758 ]
16
- - Enable ` sdio ` for stm32f446
16
+ - Enable ` sdio ` for stm32f446 [ # 764 ]
17
17
- port LTDC implementation and example from stm32f7xx-hal [ #731 ]
18
18
- port ` stm32-fmc ` support and example from stm32f7xx-hal [ #759 ]
19
- - IrDA mode for USARTs
19
+ - IrDA mode for USARTs [ # 761 ]
20
20
- initial ` SAI ` support [ #248 ]
21
21
- initial ` embedded-io ` support [ #725 ]
22
22
23
23
### Changed
24
24
25
- - RTC: ` ClockSource ` enum instead of generic
26
- - Bump MSRV to 1.62
25
+ - RTC: ` ClockSource ` enum instead of generic [ # 785 ]
26
+ - Bump MSRV to 1.62 [ # 778 ]
27
27
- Use ` stm32f4-staging ` until ` stm32f4 ` is released [ #706 ]
28
- - use GPIO pac fields instead of raw write
29
- - RTIC2 monotonics fix: CC1 instead of CC3
28
+ - use GPIO pac fields instead of raw write [ # 777 ]
29
+ - RTIC2 monotonics fix: CC1 instead of CC3 [ # 771 ]
30
30
- Allow different lengths of buffers in hal_1 SpiBus impl [ #566 ]
31
- - Clean SPI write impls
31
+ - Clean SPI write impls [ # 774 ]
32
32
- move ` ptr() ` to ` Ptr ` trait [ #773 ]
33
- - make ` I2sFreq ` trait similar to ` BusClock `
34
- - ` steal ` UART peripheral on ` Rx::new `
33
+ - make ` I2sFreq ` trait similar to ` BusClock ` [ # 796 ]
34
+ - ` steal ` UART peripheral on ` Rx::new ` [ # 768 ]
35
35
36
36
[ #248 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/248
37
37
[ #566 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/566
38
38
[ #706 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/706
39
39
[ #725 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/725
40
40
[ #731 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/731
41
41
[ #758 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/758
42
+ [ #759 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/759
43
+ [ #761 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/761
44
+ [ #764 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/764
45
+ [ #768 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/768
46
+ [ #771 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/771
42
47
[ #772 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/772
43
48
[ #773 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/773
49
+ [ #774 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/774
50
+ [ #777 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/777
51
+ [ #778 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/778
44
52
[ #783 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/783
45
- [ #759 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/759
53
+ [ #785 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/785
54
+ [ #796 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/796
46
55
47
56
## [ v0.21.0] - 2024-05-30
48
57
0 commit comments