File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ## [ v0.3.1] 2024-08-04
6
+
7
+ * Add IS42S32400F to devices [ #14 ]
8
+
5
9
## [ v0.3.0] 2022-12-29
6
10
7
11
* Parallel NAND Flash is supported with the ` nand ` feature flag [ #9 ]
35
39
* Don't require type to be ` Sync ` in order to implement FmcPeripheral
36
40
* Begin Changelog
37
41
38
- [ Unreleased ] : https://github.com/stm32-rs/stm32-fmc/compare/v0.3.0...HEAD
42
+ [ Unreleased ] : https://github.com/stm32-rs/stm32-fmc/compare/v0.3.1...HEAD
43
+ [ v0.3.1 ] : https://github.com/stm32-rs/stm32-fmc/compare/v0.3.0...v0.3.1
39
44
[ v0.3.0 ] : https://github.com/stm32-rs/stm32-fmc/compare/v0.2.4...v0.3.0
40
45
[ v0.2.4 ] : https://github.com/stm32-rs/stm32-fmc/compare/v0.2.3...v0.2.4
41
46
[ v0.2.3 ] : https://github.com/stm32-rs/stm32-fmc/compare/v0.2.2...v0.2.3
49
54
[ #7 ] : https://github.com/stm32-rs/stm32-fmc/pull/7
50
55
[ #8 ] : https://github.com/stm32-rs/stm32-fmc/pull/8
51
56
[ #9 ] : https://github.com/stm32-rs/stm32-fmc/pull/9
57
+ [ #14 ] : https://github.com/stm32-rs/stm32-fmc/pull/14
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " stm32-fmc"
3
- version = " 0.3.0 "
3
+ version = " 0.3.1 "
4
4
authors = [" Richard Meadows <richard@richard.fish>" ]
5
5
edition = " 2018"
6
6
categories = [" embedded" , " hardware-support" , " no-std" ]
You can’t perform that action at this time.
0 commit comments