Skip to content

Commit 7635dbc

Browse files
committed
Split changelog
1 parent db67ed3 commit 7635dbc

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@
22
* Update to `smoltcp` v0.9 ([#71])
33
* Add `timesync-server` and `timesync-client` examples ([#72])
44
* 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-
5+
* [#75]
6+
* Make EthernetDMA drop safe
7+
* Add `EthernetDMA::split`: support for using RX and TX independently
8+
* Make the interrupt handler methods and `EthernetPTP::get_time` static FNs
9+
* Add feature `async-await`, used for accessing RX and/or TX asynchronously, as well as the ethernet PTP timestamp interrupt
10+
* Add `async-rtic-timestamp` exmaple (nightly only)
711

812
[#44]: https://github.com/stm32-rs/stm32-eth/issues/44
913
[#71]: https://github.com/stm32-rs/stm32-eth/pull/71

0 commit comments

Comments
 (0)