File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
45
45
- Added support for hardware-based CRC32 functionality
46
46
- Add ` MonoTimer ` and ` Instant ` structs for basic time measurement.
47
47
- Added support for I2S and SAI clocks
48
- - Added support for canbus with the bxcan crate (0.5.0).
48
+ - Added support for canbus with the bxcan crate.[ #273 ] The version range is ` <=0.4, <0.6 ` . (Currently
49
+ the latest version is ` 0.5.0 ` ) [ #286 ]
49
50
- Added a ` freeze_unchecked ` method [ #231 ]
50
51
- Added support for the Real Time Clock (RTC)
51
52
- Added option to bypass the HSE oscillator and use a clock input [ #263 ]
@@ -57,6 +58,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
57
58
[ #262 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/262
58
59
[ #263 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/263
59
60
[ #278 ] : https://github.com/stm32-rs/stm32f4xx-hal/issues/278
61
+ [ #273 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/273
62
+ [ #286 ] : https://github.com/stm32-rs/stm32f4xx-hal/pull/286
60
63
61
64
### Fixed
62
65
You can’t perform that action at this time.
0 commit comments