aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/eth
Commit message (Expand)AuthorAgeFilesLines
...
* Rename embassy-extras to embassy-hal-commonDario Nieuwenhuis2021-07-291-2/+2
* Replace `PeripheralStateUnchecked` with `register_interrupt_unchecked`Liam Murphy2021-07-291-4/+4
* Remove critical sections from `PeripheralMutex` interrupt handler by checking...Liam Murphy2021-07-271-4/+4
* Update the importLiam Murphy2021-07-051-1/+1
* Fix stm32 ethernetLiam Murphy2021-07-051-1/+2
* eth-v2: Get hclk frequency from clock singletonThales Fragoso2021-06-161-3/+4
* eth-v2: Enable source address filteringThales Fragoso2021-06-161-12/+3
* 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-162-12/+17
* eth-v2: Fix off by one bugThales Fragoso2021-06-161-1/+1
* eth-v2: Work around missing AF for REF_CLKThales Fragoso2021-06-161-10/+10
* eth-v2: Enable clocks in newThales Fragoso2021-06-161-1/+15
* eth-v2: Remove Instance traitThales Fragoso2021-06-161-83/+57
* eth-v2: Implement embassy-net's Device Trait and fix DropThales Fragoso2021-06-161-1/+88
* eth: Add lan8742a PHYThales Fragoso2021-06-163-20/+204
* eth-v2: Start Ethernet peripheral implementationThales Fragoso2021-06-164-0/+729