aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/eth/v2/mod.rs
Commit message (Expand)AuthorAgeFilesLines
...
* Small adjustment to 'set_as_af' interfaceMariusz Ryndzionek2021-09-241-2/+2
* embassy: Refactor module structure to remove kitchen-sink `util`.Dario Nieuwenhuis2021-09-111-1/+2
* STM32H7: Ethernet: Disable RA in MAC filtering, fix order of MACA0 register w...Adam Greig2021-09-061-3/+4
* Don't set SAF=true, do set RA=true for Ethernet.Bob McWhirter2021-09-061-1/+1
* common: Initialize PeripheralMutex state with closure to ensure it's done in-...Dario Nieuwenhuis2021-08-021-3/+1
* Make const the states when able.Dario Nieuwenhuis2021-08-021-1/+1
* Mark `new`s as unsafe due to not being leak-safe.Dario Nieuwenhuis2021-08-021-61/+60
* hal-common: remove Pin in PeripheralMutexDario Nieuwenhuis2021-08-021-41/+23
* 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 setting the registers for the descriptorsThales Fragoso2021-06-161-5/+11
* 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-161-20/+74
* eth-v2: Start Ethernet peripheral implementationThales Fragoso2021-06-161-0/+350