| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add new{_with_phy}, new_mii{_with_phy} | datdenkikniet | 2025-11-14 | 1 | -6/+6 |
| | | |||||
| * | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 1 | -2/+2 |
| | | |||||
| * | executor: return error when creating the spawntoken, not when spawning. | Dario Nieuwenhuis | 2025-08-29 | 1 | -1/+1 |
| | | |||||
| * | Add rand-core v0.9 support. | Dario Nieuwenhuis | 2025-05-18 | 1 | -1/+0 |
| | | | | | Co-Authored-By: Aurélien Jacobs <[email protected]> | ||||
| * | stm32/eth: rename PHY->Phy, GenericSMI -> GenericPhy. Remove unneeded unsafes. | Dario Nieuwenhuis | 2025-01-26 | 1 | -4/+3 |
| | | | | | | We shouldn't use `unsafe` to mark merely "dangerous" actions, only actions that actually cause UB. | ||||
| * | stm32: change all examples and tests to use GenericSMI::new_auto(). | Dario Nieuwenhuis | 2025-01-26 | 1 | -1/+1 |
| | | |||||
| * | Update smoltcp, embedded-nal-async to use the `core::net` IP addr types. | Dario Nieuwenhuis | 2024-10-07 | 1 | -1/+3 |
| | | |||||
| * | net: refactor to simplify lifetimes/generics. | Dario Nieuwenhuis | 2024-09-16 | 1 | -7/+6 |
| | | |||||
| * | examples: ensure at least 3 sockets to avoid running out (DHCP, DNS, the user's) | Dario Nieuwenhuis | 2024-08-07 | 1 | -6/+1 |
| | | |||||
| * | examples/stm32: reduce packet queue count to avoid OOM on smaller chips. | Dario Nieuwenhuis | 2024-05-13 | 1 | -2/+2 |
| | | |||||
| * | stm32/eth: rename new_rmii to new, update metapac to fix issues with PC2_C. | Dario Nieuwenhuis | 2024-02-01 | 1 | -1/+2 |
| | | |||||
| * | Implement MII interface | Simon B. Gasse | 2024-02-01 | 1 | -1/+1 |
| | | | | | | | | | - 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. | ||||
| * | ci: use beta, add secondary nightly ci. | Dario Nieuwenhuis | 2023-12-21 | 1 | -1/+0 |
| | | |||||
| * | chore: replace make_static! macro usage with non-macro version | Ulf Lilleengen | 2023-12-21 | 1 | -5/+8 |
| | | |||||
| * | stm32/eth: add host server command example | Badr Bouslikhin | 2023-12-05 | 1 | -0/+1 |
| | | |||||
| * | stm32/eth: fix h7 examples | Badr Bouslikhin | 2023-12-05 | 1 | -1/+1 |
| | | | | | | | The STM32H7 examples enable `dhcpv4` and `dns` features. Both use one socket, meaning that we need one extra socket for our firmware tcp socket. | ||||
| * | stm32/rcc: add shared code for hsi48 with crs support. | Dario Nieuwenhuis | 2023-11-05 | 1 | -1/+1 |
| | | |||||
| * | stm32/rcc: misc cleanups. | Dario Nieuwenhuis | 2023-10-23 | 1 | -3/+3 |
| | | |||||
| * | time: Update examples, tests, and other code to use new Timer::after_x ↵ | Adam Greig | 2023-10-15 | 1 | -3/+3 |
| | | | | | convenience methods | ||||
| * | net: remove atomic-polyfill. | Dario Nieuwenhuis | 2023-10-12 | 1 | -2/+2 |
| | | |||||
| * | Patch tests & examples | Gabriel Górski | 2023-10-09 | 1 | -2/+1 |
| | | |||||
| * | stm32/rcc: use PLL enums from PAC. | Dario Nieuwenhuis | 2023-10-09 | 1 | -3/+3 |
| | | |||||
| * | stm32/rcc: unify h5 and h7. | Dario Nieuwenhuis | 2023-09-21 | 1 | -5/+22 |
| | | |||||
| * | add wait_config_up to examples | JuliDi | 2023-09-08 | 1 | -4/+4 |
| | | |||||
| * | Update to embedded-io 0.5 (#1752) | Dario Nieuwenhuis | 2023-08-07 | 1 | -1/+1 |
| | | |||||
| * | stm32/rng: use bind_interrupts!. | Dario Nieuwenhuis | 2023-07-31 | 1 | -2/+4 |
| | | |||||
| * | stm32/eth: add set_poll_interval | xoviat | 2023-07-15 | 1 | -1/+1 |
| | | |||||
| * | stm32/eth: impl. poll interval | xoviat | 2023-07-15 | 1 | -1/+1 |
| | | |||||
| * | net: Support dual stack IP | Ruben De Smet | 2023-06-07 | 1 | -2/+2 |
| | | |||||
| * | Rename StaticConfig to StaticConfigV4 | Ruben De Smet | 2023-06-06 | 1 | -1/+1 |
| | | |||||
| * | Use make_static! from static-cell v1.1 | Dario Nieuwenhuis | 2023-06-01 | 1 | -13/+8 |
| | | |||||
| * | stm32: move to bind_interrupts | xoviat | 2023-05-24 | 1 | -3/+6 |
| | | | | | disable lora functionality for now | ||||
| * | Fix examples broken by the macro fix. | Dario Nieuwenhuis | 2023-03-08 | 1 | -1/+1 |
| | | |||||
| * | net: allocate space for 2 sockets, needed for dhcp. | Dario Nieuwenhuis | 2023-01-19 | 1 | -1/+1 |
| | | |||||
| * | Add smoltcp dhcp socket configuration | Paweł Jan Czochański | 2023-01-19 | 1 | -8/+3 |
| | | |||||
| * | stm32/eth_v2: update to new embassy-net trait, remove PeripheralMutex. | Dario Nieuwenhuis | 2022-12-13 | 1 | -22/+21 |
| | | |||||
| * | Remove Forever, switch to static_cell. | Dario Nieuwenhuis | 2022-08-22 | 1 | -7/+7 |
| | | |||||
| * | Split embassy-time from embassy-executor. | Dario Nieuwenhuis | 2022-08-18 | 1 | -2/+2 |
| | | |||||
| * | examples Remove the `fn config()` idiom. | Dario Nieuwenhuis | 2022-08-17 | 1 | -7/+3 |
| | | | | | | It was only useful for doing #[embassy_executor::main(config = "config()")]`. Now that it's gone, it makes more sense to build the config in main directly. | ||||
| * | Remove HAL initialization from #[embassy::main] macro. | Dario Nieuwenhuis | 2022-08-17 | 1 | -3/+4 |
| | | |||||
| * | Add example using embedded-nal-async traits | Ulf Lilleengen | 2022-08-09 | 1 | -0/+125 |
