| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | PacketQueue::new() uses ::init() when in nightly | Davide Della Giustina | 2023-02-28 | 1 | -7/+18 |
| * | Added PacketQueue::init() | Davide Della Giustina | 2023-02-28 | 1 | -0/+18 |
| * | net: split driver trait to a separate crate. | Dario Nieuwenhuis | 2022-12-26 | 2 | -74/+69 |
| * | stm32/eth_v2: update to new embassy-net trait, remove PeripheralMutex. | Dario Nieuwenhuis | 2022-12-13 | 2 | -456/+260 |
| * | stm32/eth_v1: update to new embassy-net trait, remove PeripheralMutex. | Dario Nieuwenhuis | 2022-12-13 | 5 | -500/+398 |
| * | Disable MMC interrupts | Matous Hybl | 2022-11-10 | 1 | -0/+18 |
| * | make `State::new()` const, consistent with others | Vincent Stakenburg | 2022-09-15 | 2 | -2/+2 |
| * | split `embassy-util` into `embassy-futures`, `embassy-sync`. | Dario Nieuwenhuis | 2022-08-22 | 2 | -2/+2 |
| * | Split embassy crate into embassy-executor, embassy-util. | Dario Nieuwenhuis | 2022-07-29 | 2 | -2/+2 |
| * | Rename Unborrowed -> PeripheralRef, Unborrow -> Peripheral | Dario Nieuwenhuis | 2022-07-23 | 2 | -32/+32 |
| * | Update embassy-stm32 | Dario Nieuwenhuis | 2022-07-23 | 2 | -22/+22 |
| * | Run rustfmt. | Dario Nieuwenhuis | 2022-06-12 | 6 | -57/+27 |
| * | Add embassy-cortex-m crate. | Dario Nieuwenhuis | 2022-06-12 | 2 | -4/+4 |
| * | common/PeripheralMutex: remove unsafe API. (#802) | Dario Nieuwenhuis | 2022-06-09 | 2 | -2/+2 |
| * | WIP embassy-net v2 | Dario Nieuwenhuis | 2022-05-25 | 2 | -2/+2 |
| * | Replace embassy::io with embedded_io. | Dario Nieuwenhuis | 2022-05-07 | 1 | -0/+2 |
| * | net: add functions to get current Eth and IP config | Dario Nieuwenhuis | 2022-05-02 | 2 | -2/+2 |
| * | 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 | 10 | -934/+43 |
| * | embassy-stm32/eth: convert LAN8742 driver to generic SMI driver | David Lenfesty | 2022-04-30 | 2 | -24/+7 |
| * | embassy-stm32/eth/v1a: configure pins correctly for f107 | David Lenfesty | 2022-04-30 | 1 | -9/+21 |