| Commit message (Collapse) | 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 |
| | | | | | | | | | - Extend the eth/v2 module to support MII besides RMII. - Replace `Ethernet::new` with `Ethernet::new_mii` and `Ethernet::new_rmii`. - Update ethernet examples. - Add example for MII ethernet. | ||||
| * | 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 |
| | | | | | fixes #2129 | ||||
| * | 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 |
| | | | | | | | | | | Previously, PHY addressing was a concern of the `Ethernet` struct which limited the `PHY` implementations which very often have to manage multiple PHYs internally and thus possibly need to address many of them. This change extends `StationManagement` to allow addressing different PHY addresses via SMI. | ||||
| * | 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 ↵ | Dario Nieuwenhuis | 2023-07-28 | 2 | -2/+2 |
| | | | | | internal use only. (#1700) | ||||
| * | 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 |
| | | | | | | | | | | | | | - Move typelevel interrupts to a special-purpose mod: `embassy_xx::interrupt::typelevel`. - Reexport the PAC interrupt enum in `embassy_xx::interrupt`. This has a few advantages: - The `embassy_xx::interrupt` module is now more "standard". - It works with `cortex-m` functions for manipulating interrupts, for example. - It works with RTIC. - the interrupt enum allows holding value that can be "any interrupt at runtime", this can't be done with typelevel irqs. - When "const-generics on enums" is stable, we can remove the typelevel interrupts without disruptive changes to `embassy_xx::interrupt`. | ||||
| * | 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 |
| | | | | | disable lora functionality for now | ||||
| * | 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 |
| | | | | | MMC interrupts can cause firmware hangup - refer to: https://github.com/stm32-rs/stm32h7xx-hal/issues/275 for more information | ||||
| * | 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 |
| | | | | | | | - Move Interrupt and InterruptExecutor from `embassy` to `embassy-cortex-m`. - Move Unborrow from `embassy` to `embassy-hal-common` (nothing in `embassy` requires it anymore) - Move PeripheralMutex from `embassy-hal-common` to `embassy-cortex-m`. | ||||
| * | common/PeripheralMutex: remove unsafe API. (#802) | Dario Nieuwenhuis | 2022-06-09 | 2 | -2/+2 |
| | | | | | | | Following the project's decision that "leak unsafe" APIs are not marked as "unsafe", update PeripheralMutex to accept non-'static state without unsafe. Fixes #801 | ||||
| * | 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 |
| | | | | | | The only differences between v1a and v1c were clocks and GPIO, v1b will likely work out of the box (or simply need minor tweaks) | ||||
| * | embassy-stm32/eth: convert LAN8742 driver to generic SMI driver | David Lenfesty | 2022-04-30 | 2 | -24/+7 |
| | | | | | | | | | SMI Ethernet PHYs all share a common base set of registers that can do 90% of all tasks. The LAN8742 driver used some vendor-specific registers to check link negotiation status, but the need for that was debatable, so I migrated it to a generic driver instead, anybody who wants extra functionality can copy it and impl their own on top of it. | ||||
| * | embassy-stm32/eth/v1a: configure pins correctly for f107 | David Lenfesty | 2022-04-30 | 1 | -9/+21 |
| | | | | | v1a works correctly! | ||||
