You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10-8Lines changed: 10 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,14 @@
1
1
## 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))
* 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))
0 commit comments