Skip to content

Commit bd9b8ad

Browse files
committed
Update changelog: ethernet::DesRing generic over the number of buffers
1 parent 7ea8593 commit bd9b8ad

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
* Rename the PeripheralREC object for BDMA2 on 7B3, 7B0, 7A3 parts from BDMA to BDMA2
1414
* pac: Upgrade to stm32-rs v0.14.0
1515

16+
* ethernet: `ethernet::DesRing` and `ethernet::EthernetDMA` require generic
17+
constants to specify how many transmit / receive buffers to include in
18+
`ethernet::DesRing`. To replicate the previous behaviour, use `DesRing<4, 4>`
19+
1620
## [v0.10.0] 2021-07-xx
1721

1822
* **Breaking**: Don't reset peripheral in DMA1/2 `StreamsTuple::new()` method #229

0 commit comments

Comments
 (0)