| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | stm32/gpio: remove generics. | Dario Nieuwenhuis | 2024-01-22 | 1 | -3/+2 |
| | | |||||
| * | fix for rustfmt | Christian Enderle | 2024-01-02 | 1 | -2/+2 |
| | | |||||
| * | stm32l5: add low-power stop example | Christian Enderle | 2024-01-02 | 1 | -0/+61 |
| | | |||||
| * | ci: use beta, add secondary nightly ci. | Dario Nieuwenhuis | 2023-12-21 | 5 | -5/+0 |
| | | |||||
| * | chore: replace make_static! macro usage with non-macro version | Ulf Lilleengen | 2023-12-21 | 1 | -10/+18 |
| | | |||||
| * | stm32/rcc: consistent casing and naming for PLL enums. | Dario Nieuwenhuis | 2023-11-13 | 4 | -5/+5 |
| | | |||||
| * | usb: remove msos-descriptor feature. | Dario Nieuwenhuis | 2023-11-08 | 3 | -0/+3 |
| | | |||||
| * | stm32: rename HSI16 -> HSI | Dario Nieuwenhuis | 2023-10-22 | 4 | -4/+4 |
| | | |||||
| * | stm32: update metapac | xoviat | 2023-10-17 | 4 | -8/+8 |
| | | |||||
| * | stm32/rcc: unify L4 and L5. | Dario Nieuwenhuis | 2023-10-16 | 4 | -14/+45 |
| | | |||||
| * | time: Update examples, tests, and other code to use new Timer::after_x ↵ | Adam Greig | 2023-10-15 | 1 | -2/+2 |
| | | | | | convenience methods | ||||
| * | stm32/rcc: use PLL enums from PAC. | Dario Nieuwenhuis | 2023-10-09 | 4 | -8/+8 |
| | | |||||
| * | 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 | 2 | -4/+9 |
| | | |||||
| * | 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 | -17/+13 |
| | | |||||
| * | stm32: move to bind_interrupts | xoviat | 2023-05-24 | 3 | -9/+18 |
| | | | | | disable lora functionality for now | ||||
| * | net: do not use smoltcp Instant/Duration in public API. | Dario Nieuwenhuis | 2023-05-15 | 1 | -1/+1 |
| | | |||||
| * | usb: unify ControlHandler+DeviceStateHandler, route all control requests to ↵ | Dario Nieuwenhuis | 2023-02-08 | 3 | -3/+0 |
| | | | | | | | | | all handlers. - Allows classes to handle vendor requests. - Allows classes to use a single handler for multiple interfaces. - Allows classes to access the other events (previously only `reset` was available). | ||||
| * | 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 |
| | | |||||
| * | usb/cdc-ncm: add embassy-net Device implementation. | Dario Nieuwenhuis | 2022-12-13 | 1 | -123/+17 |
| | | |||||
| * | usb: move classes into the `embassy-usb` crate. | Dario Nieuwenhuis | 2022-09-26 | 3 | -4/+4 |
| | | |||||
| * | Replace futures::future::join -> embassy_futures::join::join. | Dario Nieuwenhuis | 2022-09-22 | 2 | -2/+2 |
| | | |||||
| * | Update Rust nightly. | Dario Nieuwenhuis | 2022-09-22 | 2 | -2/+0 |
| | | | | | Removes feature(generic_associated_types) | ||||
| * | net: feature-gate nightly-only async traits to allow building on stable. | Dario Nieuwenhuis | 2022-08-30 | 3 | -7/+4 |
| | | |||||
| * | sync: flatten module structure. | Dario Nieuwenhuis | 2022-08-22 | 1 | -1/+1 |
| | | |||||
| * | split `embassy-util` into `embassy-futures`, `embassy-sync`. | Dario Nieuwenhuis | 2022-08-22 | 1 | -2/+2 |
| | | |||||
| * | 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 | 5 | -6/+6 |
| | | |||||
| * | examples Remove the `fn config()` idiom. | Dario Nieuwenhuis | 2022-08-17 | 4 | -33/+12 |
| | | | | | | 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 | 5 | -13/+17 |
| | | |||||
| * | Split embassy crate into embassy-executor, embassy-util. | Dario Nieuwenhuis | 2022-07-29 | 5 | -18/+18 |
| | | |||||
| * | Run rustfmt. | Dario Nieuwenhuis | 2022-06-12 | 5 | -50/+15 |
| | | |||||
| * | Rename channel to mpmc | huntc | 2022-06-12 | 1 | -1/+1 |
| | | | | | I've renamed the channel module for the MPMC as mpmc. There was a previous debate about this, but I feel that the strategy here avoids importing `channel::channel`. The change leaves `signal::Signal`, but I think that's ok. It is all a bit subjective of course. The bottom line for me is that I really like the term mpmc - it means something to me and aligns with broader naming e.g. in Tokio. | ||||
| * | stm32: add USB driver. | Dario Nieuwenhuis | 2022-06-07 | 5 | -0/+600 |
