| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add new{_with_phy}, new_mii{_with_phy} | datdenkikniet | 2025-11-14 | 1 | -4/+76 |
| * | Run clock setup/enablement in new_inner | datdenkikniet | 2025-11-13 | 1 | -66/+34 |
| * | ETH no longer knows about Station management | datdenkikniet | 2025-11-13 | 1 | -18/+6 |
| * | Move SMA responsibility to SMA peripheral | datdenkikniet | 2025-11-13 | 1 | -78/+11 |
| * | Give EthernetManagement owernship of MDIO pins | datdenkikniet | 2025-11-13 | 1 | -19/+31 |
| * | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 1 | -3/+5 |
| * | stm32/afio: make af_num() unavailable in afio chips. | Dario Nieuwenhuis | 2025-09-06 | 1 | -7/+3 |
| * | stm32/afio: make the A generic param only appear in chips with AFIO. | Dario Nieuwenhuis | 2025-09-05 | 1 | -25/+25 |
| * | Add STM32F1 AFIO remap | Fabian Wolter | 2025-09-05 | 1 | -25/+29 |
| * | STM32F107: Fix inadvertent re-configuration of the SWJ/JTAG pins when activat... | Fabian Wolter | 2025-07-17 | 1 | -2/+8 |
| * | Implement MII for STM32 V1 ethernet peripheral | Andreas Galauner | 2025-04-15 | 1 | -15/+116 |
| * | Remove Peripheral trait, rename PeripheralRef->Peri. | Dario Nieuwenhuis | 2025-03-27 | 1 | -25/+23 |
| * | stm32/eth: rename PHY->Phy, GenericSMI -> GenericPhy. Remove unneeded unsafes. | Dario Nieuwenhuis | 2025-01-26 | 1 | -5/+5 |
| * | chore: fix build | elagil | 2025-01-03 | 1 | -4/+4 |
| * | remove trailing space from comment | Ian McKernan | 2025-01-01 | 1 | -1/+1 |
| * | added fix for https://github.com/embassy-rs/embassy/issues/2496 in the v1 driver | Ian McKernan | 2025-01-01 | 1 | -0/+5 |
| * | stm32/gpio: refactor AfType | Jan Špaček | 2024-06-16 | 1 | -6/+6 |
| * | stm32: use private_bounds for sealed traits. | Dario Nieuwenhuis | 2024-03-23 | 1 | -12/+11 |
| * | stm32: autogenerate clocks struct, enable mux for all chips. | Dario Nieuwenhuis | 2024-02-02 | 1 | -2/+2 |
| * | stm32: more docs. | Dario Nieuwenhuis | 2023-12-18 | 1 | -0/+2 |
| * | rcc: ahb/apb -> hclk/pclk | xoviat | 2023-10-15 | 1 | -1/+1 |
| * | stm32/eth: Move `phy_addr` from `Ethernet` to `PHY` | Gabriel Górski | 2023-10-09 | 1 | -7/+4 |
| * | stm32: centralize enabling pwr, syscfg, flash. | Dario Nieuwenhuis | 2023-09-25 | 1 | -1/+0 |
| * | Rename embassy-hal-common to embassy-hal-internal, document it's for internal... | Dario Nieuwenhuis | 2023-07-28 | 1 | -1/+1 |
| * | stm32/eth: refactor genericsmi | xoviat | 2023-07-15 | 1 | -9/+18 |
| * | stm32: update stm32-metapac. | Dario Nieuwenhuis | 2023-06-19 | 1 | -208/+189 |
| * | Make interrupt module more standard. | Dario Nieuwenhuis | 2023-06-08 | 1 | -5/+5 |
| * | cortex-m: remove owned interrupts. | Dario Nieuwenhuis | 2023-06-01 | 1 | -3/+3 |
| * | stm32: move to bind_interrupts | xoviat | 2023-05-24 | 1 | -24/+29 |
| * | net: split driver trait to a separate crate. | Dario Nieuwenhuis | 2022-12-26 | 1 | -2/+2 |
| * | stm32/eth_v1: update to new embassy-net trait, remove PeripheralMutex. | Dario Nieuwenhuis | 2022-12-13 | 1 | -233/+162 |
| * | make `State::new()` const, consistent with others | Vincent Stakenburg | 2022-09-15 | 1 | -1/+1 |
| * | split `embassy-util` into `embassy-futures`, `embassy-sync`. | Dario Nieuwenhuis | 2022-08-22 | 1 | -1/+1 |
| * | Split embassy crate into embassy-executor, embassy-util. | Dario Nieuwenhuis | 2022-07-29 | 1 | -1/+1 |
| * | Rename Unborrowed -> PeripheralRef, Unborrow -> Peripheral | Dario Nieuwenhuis | 2022-07-23 | 1 | -16/+16 |
| * | Update embassy-stm32 | Dario Nieuwenhuis | 2022-07-23 | 1 | -11/+11 |
| * | Run rustfmt. | Dario Nieuwenhuis | 2022-06-12 | 1 | -16/+9 |
| * | Add embassy-cortex-m crate. | Dario Nieuwenhuis | 2022-06-12 | 1 | -2/+2 |
| * | common/PeripheralMutex: remove unsafe API. (#802) | Dario Nieuwenhuis | 2022-06-09 | 1 | -1/+1 |
| * | WIP embassy-net v2 | Dario Nieuwenhuis | 2022-05-25 | 1 | -1/+1 |
| * | net: add functions to get current Eth and IP config | Dario Nieuwenhuis | 2022-05-02 | 1 | -1/+1 |
| * | stm32/eth: make "ethmac" vs "eth" consistent in RCC regs. | Dario Nieuwenhuis | 2022-04-30 | 1 | -3/+3 |
| * | embassy-stm32/eth: consolidate v1a/v1c and add v1b | David Lenfesty | 2022-04-30 | 1 | -0/+413 |