| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | 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 | 3 | -223/+198 |
| * | 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 | 4 | -498/+279 |
| * | 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 | 3 | -32/+14 |
| * | 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 | 4 | -0/+981 |