| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 | 3 | -83/+80 |
| * | stm32/eth: rename PHY->Phy, GenericSMI -> GenericPhy. Remove unneeded unsafes. | Dario Nieuwenhuis | 2025-01-26 | 4 | -34/+32 |
| * | split PHY constructor to `new` and `new_auto` | nikvoid | 2025-01-23 | 1 | -4/+31 |
| * | run rustfmt | nikvoid | 2025-01-22 | 1 | -2/+2 |
| * | remove cortex-m delay | nikvoid | 2025-01-22 | 1 | -1/+0 |
| * | use `Delay` from `embassy-time` to wait for PHY response | nikvoid | 2025-01-22 | 1 | -6/+8 |
| * | Option to detect Ethernet PHY address automatically | nikvoid | 2025-01-22 | 1 | -2/+20 |
| * | chore: fix build | elagil | 2025-01-03 | 2 | -7/+7 |
| * | 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 |
| * | Use inline const for initializing arrays. (#3567) | Dario Nieuwenhuis | 2024-11-24 | 1 | -4/+2 |
| * | feat/stm32: disable multicast filtering on eth v2 | Krzysztof Królczyk | 2024-11-01 | 1 | -0/+3 |
| * | rustfmt for new nightly. | Dario Nieuwenhuis | 2024-10-14 | 1 | -2/+8 |
| * | embassy_stm32/eth: support compliance testing | Gerhard de Clercq | 2024-09-20 | 1 | -0/+14 |
| * | stm32/gpio: refactor AfType | Jan Špaček | 2024-06-16 | 2 | -9/+9 |
| * | stm32: add support for STM32H7[RS] "bootflash line", add HIL tests. | Dario Nieuwenhuis | 2024-05-01 | 1 | -31/+5 |
| * | stm32: update metapac. Adds U5 LPDMA, fixes ADC_COMMONs. | Dario Nieuwenhuis | 2024-04-29 | 1 | -4/+0 |
| * | Reduce use of the full `futures` crate. | Dario Nieuwenhuis | 2024-04-26 | 1 | -2/+3 |
| * | stm32: use private_bounds for sealed traits. | Dario Nieuwenhuis | 2024-03-23 | 3 | -33/+30 |
| * | correct spelling of the word "receive" | Stefan Gehr | 2024-02-03 | 1 | -1/+1 |
| * | stm32: autogenerate clocks struct, enable mux for all chips. | Dario Nieuwenhuis | 2024-02-02 | 3 | -5/+6 |
| * | stm32/eth: rename new_rmii to new, update metapac to fix issues with PC2_C. | Dario Nieuwenhuis | 2024-02-01 | 1 | -1/+1 |
| * | Implement MII interface | Simon B. Gasse | 2024-02-01 | 2 | -23/+120 |
| * | stm32: more docs. | Dario Nieuwenhuis | 2023-12-19 | 1 | -0/+1 |
| * | stm32: more docs. | Dario Nieuwenhuis | 2023-12-18 | 1 | -0/+2 |
| * | stm32: add some docs. | Dario Nieuwenhuis | 2023-12-18 | 3 | -1/+28 |
| * | stm32: resolve eth/v2 security bug | xoviat | 2023-11-07 | 1 | -14/+10 |
| * | rcc: ahb/apb -> hclk/pclk | xoviat | 2023-10-15 | 2 | -2/+2 |
| * | stm32/eth: Move `phy_addr` from `Ethernet` to `PHY` | Gabriel Górski | 2023-10-09 | 4 | -32/+27 |
| * | stm32: update metapac and remove sbs | xoviat | 2023-09-28 | 1 | -2/+2 |
| * | stm32/eth: fix receiving large frames on v2. | Dario Nieuwenhuis | 2023-09-28 | 1 | -3/+1 |
| * | stm32: centralize enabling pwr, syscfg, flash. | Dario Nieuwenhuis | 2023-09-25 | 2 | -2/+0 |
| * | Introduce driver::HardwareAddress without smoltcp dependency | Ruben De Smet | 2023-07-31 | 1 | -3/+3 |
| * | Rename embassy-hal-common to embassy-hal-internal, document it's for internal... | Dario Nieuwenhuis | 2023-07-28 | 2 | -2/+2 |
| * | stm32/eth: fix cfg(not(time)) | xoviat | 2023-07-17 | 1 | -6/+6 |
| * | stm32/eth: add set_poll_interval | xoviat | 2023-07-15 | 1 | -2/+8 |
| * | stm32/eth: impl. poll interval | xoviat | 2023-07-15 | 1 | -1/+24 |
| * | stm32/eth: convert static metho | xoviat | 2023-07-15 | 1 | -2/+2 |
| * | stm32/eth: refactor genericsmi | xoviat | 2023-07-15 | 4 | -27/+47 |
| * | Update stm32-metapac, includes chiptool changes to use real Rust enums now. | Dario Nieuwenhuis | 2023-06-29 | 1 | -1/+1 |
| * | stm32: update stm32-metapac. | Dario Nieuwenhuis | 2023-06-19 | 5 | -468/+417 |
| * | Make interrupt module more standard. | Dario Nieuwenhuis | 2023-06-08 | 2 | -10/+10 |
| * | cortex-m: remove owned interrupts. | Dario Nieuwenhuis | 2023-06-01 | 2 | -6/+6 |
| * | stm32: move to bind_interrupts | xoviat | 2023-05-24 | 3 | -49/+59 |
| * | stm32: add H5 support. | Dario Nieuwenhuis | 2023-04-06 | 1 | -4/+21 |
| * | Apply fix | Davide Della Giustina | 2023-03-01 | 1 | -1/+1 |
| * | PacketQueue::init() does not need to be unsafe | Davide Della Giustina | 2023-02-28 | 1 | -2/+4 |
| * | Implemented suggestions from @Dirbaio | Davide Della Giustina | 2023-02-28 | 1 | -33/+10 |