Skip to content

Commit ee743bb

Browse files
committed
Update CHANGELOG.md
1 parent ddcb6b6 commit ee743bb

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
## Unreleased
2-
* Update to `smoltcp` v0.9 ([#71](https://github.com/stm32-rs/stm32-eth/pull/71))
3-
* Add `timesync-server` and `timesync-client` examples ([#72](https://github.com/stm32-rs/stm32-eth/pull/72))
2+
* Update to `smoltcp` v0.9 ([#71])
3+
* Add `timesync-server` and `timesync-client` examples ([#72])
4+
* Remove argument from `eth_interrupt_handler` ([#75], fixes [#44])
5+
* Make EthernetDMA drop safe, add `fn split`, feature `async-await`, and `async-rtic-timestamp` example ([#75])
6+
7+
8+
[#44]: https://github.com/stm32-rs/stm32-eth/issues/44
9+
[#71]: https://github.com/stm32-rs/stm32-eth/pull/71
10+
[#72]: https://github.com/stm32-rs/stm32-eth/pull/72
11+
[#75]: https://github.com/stm32-rs/stm32-eth/pull/75
412

513
## [0.4.1](https://github.com/stm32-rs/stm32-eth/tree/v0.4.1)
614
* Fix a bug when caching timestamps in the TX path ([#73](https://github.com/stm32-rs/stm32-eth/pull/73))

0 commit comments

Comments
 (0)