Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix links in changelog #12

Merged
merged 1 commit into from
Nov 3, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## [v0.3.0] 2022-12-29

* Parallel NAND Flash is supported with the `nand ` feature flag [#8]
* Parallel NAND Flash is supported with the `nand ` feature flag [#9]
* Add S34ML08G3 NAND [#8]
* Add support for defmt logging. Add support for dumping register contents at the end of init function. [#7]

Expand Down Expand Up @@ -43,8 +43,9 @@
[v0.2.1]: https://github.com/stm32-rs/stm32-fmc/compare/v0.2.0...v0.2.1
[v0.2.0]: https://github.com/stm32-rs/stm32-fmc/compare/v0.1.2...v0.2.0

[#3]: https://github.com/stm32-rs/stm32h7xx-hal/pull/3
[#4]: https://github.com/stm32-rs/stm32h7xx-hal/pull/4
[#5]: https://github.com/stm32-rs/stm32h7xx-hal/pull/5
[#7]: https://github.com/stm32-rs/stm32h7xx-hal/pull/7
[#8]: https://github.com/stm32-rs/stm32h7xx-hal/pull/8
[#3]: https://github.com/stm32-rs/stm32-fmc/pull/3
[#4]: https://github.com/stm32-rs/stm32-fmc/pull/4
[#5]: https://github.com/stm32-rs/stm32-fmc/pull/5
[#7]: https://github.com/stm32-rs/stm32-fmc/pull/7
[#8]: https://github.com/stm32-rs/stm32-fmc/pull/8
[#9]: https://github.com/stm32-rs/stm32-fmc/pull/9