Skip to content

Commit 8775f18

Browse files
committed
Update CHANGELOG
1 parent 0ce88ed commit 8775f18

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22
* General
33
* Remove the `smi` feature and always enable miim/smi. Use `ieee802_3_miim` for SMI access
44
* Split MAC and DMA setup into their own separate modules
5+
* Move all DMA related files into modules under `dma`
56
* Update stm32f1xx-hal and stm32f4xx-hal to their latests version as of 15-12-2022.
67
* 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))
78
* 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
810
* CI
911
* Test compilability of examples more extensively
1012
* Move away from actions-rs
@@ -16,6 +18,7 @@
1618
* Remove arp-smoltcp example
1719
* Add `rtic-echo` example
1820
* Use a more simple `memory.x` that works for all supported MCUs
21+
* Add `rtic-timestamp` example
1922

2023
## [0.3.0](https://github.com/stm32-rs/stm32-eth/tree/v0.3.0)
2124

0 commit comments

Comments
 (0)