| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 | 2 | -245/+219 |
| * | 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 |
| * | stm32: add H5 support. | Dario Nieuwenhuis | 2023-04-06 | 1 | -4/+21 |
| * | stm32/eth_v2: update to new embassy-net trait, remove PeripheralMutex. | Dario Nieuwenhuis | 2022-12-13 | 2 | -456/+260 |
| * | Disable MMC interrupts | Matous Hybl | 2022-11-10 | 1 | -0/+18 |
| * | 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 | 2 | -21/+12 |
| * | 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 |
| * | Update rust nightly, embedded-hal 1.0, embedded-hal-async. | Dario Nieuwenhuis | 2022-03-11 | 1 | -1/+1 |
| * | stm32: centralize gpio reg access in the gpio module. | Dario Nieuwenhuis | 2022-02-24 | 1 | -7/+6 |
| * | stm32: Add standard crate-wide macros for pin/dma traits, switch all drivers ... | Dario Nieuwenhuis | 2022-02-10 | 1 | -150/+49 |
| * | Fix v2 ethernet pin definitions. Fix ethernet example for H7 nucleos. | Matous Hybl | 2021-11-04 | 1 | -2/+2 |
| * | partial alternate function configuration on STM32f1 | Tobias Pisani | 2021-10-11 | 1 | -2/+2 |
| * | Code review request - moving `OutputType` to `mod sealed` | Mariusz Ryndzionek | 2021-09-24 | 1 | -1/+1 |
| * | Small adjustment to 'set_as_af' interface | Mariusz Ryndzionek | 2021-09-24 | 1 | -2/+2 |
| * | embassy: Refactor module structure to remove kitchen-sink `util`. | Dario Nieuwenhuis | 2021-09-11 | 1 | -1/+2 |
| * | STM32H7: Ethernet: Disable RA in MAC filtering, fix order of MACA0 register w... | Adam Greig | 2021-09-06 | 1 | -3/+4 |
| * | Don't set SAF=true, do set RA=true for Ethernet. | Bob McWhirter | 2021-09-06 | 1 | -1/+1 |
| * | common: Initialize PeripheralMutex state with closure to ensure it's done in-... | Dario Nieuwenhuis | 2021-08-02 | 1 | -3/+1 |
| * | Make const the states when able. | Dario Nieuwenhuis | 2021-08-02 | 1 | -1/+1 |
| * | Mark `new`s as unsafe due to not being leak-safe. | Dario Nieuwenhuis | 2021-08-02 | 1 | -61/+60 |
| * | hal-common: remove Pin in PeripheralMutex | Dario Nieuwenhuis | 2021-08-02 | 1 | -41/+23 |
| * | Rename embassy-extras to embassy-hal-common | Dario Nieuwenhuis | 2021-07-29 | 1 | -2/+2 |
| * | Replace `PeripheralStateUnchecked` with `register_interrupt_unchecked` | Liam Murphy | 2021-07-29 | 1 | -4/+4 |
| * | Remove critical sections from `PeripheralMutex` interrupt handler by checking... | Liam Murphy | 2021-07-27 | 1 | -4/+4 |
| * | Update the import | Liam Murphy | 2021-07-05 | 1 | -1/+1 |
| * | Fix stm32 ethernet | Liam Murphy | 2021-07-05 | 1 | -1/+2 |
| * | eth-v2: Get hclk frequency from clock singleton | Thales Fragoso | 2021-06-16 | 1 | -3/+4 |
| * | eth-v2: Enable source address filtering | Thales Fragoso | 2021-06-16 | 1 | -12/+3 |
| * | eth-v2: Fix bug in Rx descriptors and add docs art | Thales Fragoso | 2021-06-16 | 1 | -25/+50 |
| * | eth-v2: Fix setting the registers for the descriptors | Thales Fragoso | 2021-06-16 | 2 | -12/+17 |
| * | eth-v2: Fix off by one bug | Thales Fragoso | 2021-06-16 | 1 | -1/+1 |
| * | eth-v2: Work around missing AF for REF_CLK | Thales Fragoso | 2021-06-16 | 1 | -10/+10 |
| * | eth-v2: Enable clocks in new | Thales Fragoso | 2021-06-16 | 1 | -1/+15 |
| * | eth-v2: Remove Instance trait | Thales Fragoso | 2021-06-16 | 1 | -83/+57 |
| * | eth-v2: Implement embassy-net's Device Trait and fix Drop | Thales Fragoso | 2021-06-16 | 1 | -1/+88 |
| * | eth: Add lan8742a PHY | Thales Fragoso | 2021-06-16 | 1 | -20/+74 |
| * | eth-v2: Start Ethernet peripheral implementation | Thales Fragoso | 2021-06-16 | 2 | -0/+721 |