aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/eth/v2/descriptors.rs
Commit message (Collapse)AuthorAgeFilesLines
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
|
* correct spelling of the word "receive"Stefan Gehr2024-02-031-1/+1
|
* stm32: resolve eth/v2 security bugxoviat2023-11-071-14/+10
| | | | fixes #2129
* stm32: update stm32-metapac.Dario Nieuwenhuis2023-06-191-19/+10
|
* stm32/eth_v2: update to new embassy-net trait, remove PeripheralMutex.Dario Nieuwenhuis2022-12-131-229/+104
|
* Run rustfmt.Dario Nieuwenhuis2022-06-121-8/+4
|
* eth-v2: Fix bug in Rx descriptors and add docs artThales Fragoso2021-06-161-25/+50
|
* eth-v2: Fix setting the registers for the descriptorsThales Fragoso2021-06-161-7/+6
| | | | | Also, the interrupts are set to 1 to clear, the manual could have helped with that one...
* eth-v2: Fix off by one bugThales Fragoso2021-06-161-1/+1
|
* eth-v2: Start Ethernet peripheral implementationThales Fragoso2021-06-161-0/+371