aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Dell <[email protected]>2025-09-10 11:24:29 +0100
committerChris Dell <[email protected]>2025-09-10 11:24:29 +0100
commitbed230095d11ee32939ee51f2f298817691bb6aa (patch)
tree50b0acf8e677bfc33318e994a7275b1d85935089
parentb9023296f66ae8663485c37e8139c9832aae4849 (diff)
Update changelog with new W6100 (unreleased)
-rw-r--r--embassy-net-wiznet/CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/embassy-net-wiznet/CHANGELOG.md b/embassy-net-wiznet/CHANGELOG.md
index e464efa69..a74dc3125 100644
--- a/embassy-net-wiznet/CHANGELOG.md
+++ b/embassy-net-wiznet/CHANGELOG.md
@@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8<!-- next-header --> 8<!-- next-header -->
9## Unreleased - ReleaseDate 9## Unreleased - ReleaseDate
10 10
11- Added experimental W6100 driver with disabled MAC filter (does not currently work with it enabled)
12- Introduced `SOCKET_INTR_CLR` register which is needed on W6100 and later models (on W5100/W5500 this is shared with `SOCKET_INTR` and the address is the same)
13
11## 0.2.1 - 2025-08-26 14## 0.2.1 - 2025-08-26
12 15
13## 0.1.1 - 2025-08-14 16## 0.1.1 - 2025-08-14