We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ea8593 commit bd9b8adCopy full SHA for bd9b8ad
CHANGELOG.md
@@ -13,6 +13,10 @@
13
* Rename the PeripheralREC object for BDMA2 on 7B3, 7B0, 7A3 parts from BDMA to BDMA2
14
* pac: Upgrade to stm32-rs v0.14.0
15
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
+
20
## [v0.10.0] 2021-07-xx
21
22
* **Breaking**: Don't reset peripheral in DMA1/2 `StreamsTuple::new()` method #229
0 commit comments