Skip to content

Commit 2315080

Browse files
datdenkiknietJohannes Draaijer
authored andcommitted
Add CHANGELOG.md
1 parent d4dd9f9 commit 2315080

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## Unreleased
2+
* Add `RTIC` example
3+
* Use `ieee802_3_miim` for SMI access.
4+
5+
## [0.3.0](https://github.com/stm32-rs/stm32-eth/tree/v0.3.0)
6+
7+
* Enable ICMP, TCP, and UDP checksum offloading for IPv4 and IPv6. ([#48](https://github.com/stm32-rs/stm32-eth/pull/48))
8+
* Separate MAC and DMA into separate structs for separate access. ([#39](https://github.com/stm32-rs/stm32-eth/pull/39))
9+
* Add support for `stm32f107` and fix an MMC interrupt bug. ([#43](https://github.com/stm32-rs/stm32-eth/pull/43), [#42](https://github.com/stm32-rs/stm32-eth/pull/42), [#41](https://github.com/stm32-rs/stm32-eth/pull/41))
10+
* Update the HALs and dependencies to their latest versions as of 12-07-2022.
11+
* Add more examples

0 commit comments

Comments
 (0)