aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/eth/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* stm32: autogenerate clocks struct, enable mux for all chips.Dario Nieuwenhuis2024-02-021-1/+2
* Implement MII interfaceSimon B. Gasse2024-02-011-0/+7
* stm32: more docs.Dario Nieuwenhuis2023-12-191-0/+1
* stm32: add some docs.Dario Nieuwenhuis2023-12-181-1/+24
* stm32/eth: Move `phy_addr` from `Ethernet` to `PHY`Gabriel Górski2023-10-091-2/+2
* Introduce driver::HardwareAddress without smoltcp dependencyRuben De Smet2023-07-311-3/+3
* stm32/eth: refactor genericsmixoviat2023-07-151-6/+4
* stm32: move to bind_interruptsxoviat2023-05-241-1/+1
* Apply fixDavide Della Giustina2023-03-011-1/+1
* PacketQueue::init() does not need to be unsafeDavide Della Giustina2023-02-281-2/+4
* Implemented suggestions from @DirbaioDavide Della Giustina2023-02-281-33/+10
* PacketQueue::new() uses ::init() when in nightlyDavide Della Giustina2023-02-281-7/+18
* Added PacketQueue::init()Davide Della Giustina2023-02-281-0/+18
* net: split driver trait to a separate crate.Dario Nieuwenhuis2022-12-261-72/+67
* stm32/eth_v1: update to new embassy-net trait, remove PeripheralMutex.Dario Nieuwenhuis2022-12-131-2/+119
* Replace embassy::io with embedded_io.Dario Nieuwenhuis2022-05-071-0/+2
* embassy-stm32/eth: consolidate v1a/v1c and add v1bDavid Lenfesty2022-04-301-3/+1
* embassy-stm32/eth: convert LAN8742 driver to generic SMI driverDavid Lenfesty2022-04-301-1/+1
* Initial import to v1a, does not compileDavid Lenfesty2022-04-301-0/+1
* stm32: move pin trait impls from macrotables to build.rsDario Nieuwenhuis2022-02-231-30/+0
* stm32: Add standard crate-wide macros for pin/dma traits, switch all drivers ...Dario Nieuwenhuis2022-02-101-0/+55
* Add v1c ethernet driver for the STM32F7 family.Matous Hybl2021-11-101-1/+2
* eth: Add lan8742a PHYThales Fragoso2021-06-161-0/+27
* eth-v2: Start Ethernet peripheral implementationThales Fragoso2021-06-161-0/+7