Skip to content

Commit 2ee46e1

Browse files
Merge pull request #69 from stm32-rs/release-v0.4.0
Release v0.4.0
2 parents b0131e7 + 992ac80 commit 2ee46e1

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

CHANGELOG.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
## Unreleased
2-
* General
3-
* Remove the `smi` feature and always enable miim/smi. Use `ieee802_3_miim` for SMI access
4-
* Split MAC and DMA setup into their own separate modules
5-
* Move all DMA related files into modules under `dma`
6-
* Update stm32f1xx-hal and stm32f4xx-hal to their latests version as of 15-12-2022.
7-
* Allow for configuration of MAC speed. ([#53](https://github.com/stm32-rs/stm32-eth/pull/53), fixes [#24](https://github.com/stm32-rs/stm32-eth/pull/24))
8-
* Fix [#57](https://github.com/stm32-rs/stm32-eth/issues/57). ([#58](https://github.com/stm32-rs/stm32-eth/pull/58))
9-
* Add support for the PTP peripheral
2+
No changes yet.
3+
4+
## [0.4.0](https://github.com/stm32-rs/stm32-eth/tree/v0.4.0)
5+
* Remove the `smi` feature and always enable miim/smi. Use `ieee802_3_miim` for SMI access [#45](https://github.com/stm32-rs/stm32-eth/pull/45)
6+
* Update stm32f1xx-hal and stm32f4xx-hal to their latests version as of 15-12-2022.
7+
* Allow for configuration of MAC speed. ([#53](https://github.com/stm32-rs/stm32-eth/pull/53), fixes [#24](https://github.com/stm32-rs/stm32-eth/pull/24))
8+
* Fix [#57](https://github.com/stm32-rs/stm32-eth/issues/57). ([#58](https://github.com/stm32-rs/stm32-eth/pull/58))
9+
* Move all DMA related files into modules under `dma` ([#66](https://github.com/stm32-rs/stm32-eth/pull/66))
10+
* Add support for the PTP peripheral ([#66](https://github.com/stm32-rs/stm32-eth/pull/66))
11+
* Use `PartsIn` and `Parts` as structs for initalization & configuration ([#66](https://github.com/stm32-rs/stm32-eth/pull/66))
1012
* CI
1113
* Test compilability of examples more extensively
1214
* Move away from actions-rs

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ categories = ["embedded", "no-std", "hardware-support", "network-programming"]
33
name = "stm32-eth"
44
description = "Embedded Rust Ethernet driver for the STM32 MCU series"
55
license = "Apache-2.0"
6-
authors = ["Astro <astro@spaceboyz.net>"]
7-
version = "0.3.0"
6+
authors = ["Astro <astro@spaceboyz.net>", "Johannes Draaijer <jcdra1@gmail.com>"]
7+
version = "0.4.0"
88
keywords = ["ethernet", "eth", "stm32", "stm32f4", "stm32f7"]
99
repository = "https://github.com/stm32-rs/stm32-eth"
1010
documentation = "https://docs.rs/stm32-eth/"

0 commit comments

Comments
 (0)