| Commit message (Expand) | Author | Age | Files | Lines |
| * | Reverted adding AnyBinding, removed AnyChannel, removed ability for ExtiInput... | WillaWillNot | 2025-11-22 | 1 | -6/+1 |
| * | Fixed broken examples/formatting reported by CI | WillaWillNot | 2025-11-21 | 1 | -2/+1 |
| * | Updated documentation, fixed EXTI definition issues with chips that have touc... | WillaWillNot | 2025-11-21 | 1 | -2/+14 |
| * | low_power: misc cleanups and allow main macro | xoviat | 2025-11-16 | 1 | -10/+2 |
| * | Merge pull request #4691 from matteo-meluzzi/17-add-support-for-boot-protocol | Ulf Lilleengen | 2025-11-12 | 1 | -11/+45 |
| |\ |
|
| | * | Merge branch 'main' into 17-add-support-for-boot-protocol | Matteo Meluzzi | 2025-10-24 | 4 | -7/+7 |
| | * | update hid mouse and keyboard examples | matteo | 2025-10-01 | 1 | -11/+39 |
| | * | rename HidSubclass to match hid spec | matteo | 2025-10-01 | 1 | -1/+1 |
| | * | review comments | matteo | 2025-09-30 | 1 | -2/+4 |
| | * | update hid examples | matteo | 2025-09-23 | 1 | -1/+5 |
| * | | stm32/stop: move stop_with_rtc into init | xoviat | 2025-11-04 | 1 | -5/+0 |
| * | | rustfmt | xoviat | 2025-11-03 | 1 | -1/+0 |
| * | | low_power: update api to allow reconfig | xoviat | 2025-11-03 | 1 | -2/+0 |
| * | | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 4 | -7/+7 |
| |/ |
|
| * | executor: return error when creating the spawntoken, not when spawning. | Dario Nieuwenhuis | 2025-08-29 | 2 | -6/+6 |
| * | Add rand-core v0.9 support. | Dario Nieuwenhuis | 2025-05-18 | 1 | -1/+0 |
| * | Remove Peripheral trait, rename PeripheralRef->Peri. | Dario Nieuwenhuis | 2025-03-27 | 1 | -2/+2 |
| * | Remove manual settings of `composite_with_iads=true` | Eekle | 2024-12-24 | 1 | -6/+0 |
| * | net: refactor to simplify lifetimes/generics. | Dario Nieuwenhuis | 2024-09-16 | 1 | -6/+5 |
| * | examples: ensure at least 3 sockets to avoid running out (DHCP, DNS, the user's) | Dario Nieuwenhuis | 2024-08-07 | 1 | -7/+2 |
| * | usb-hid: all the RequestHandler method accept &mut self | Boris Faure | 2024-04-15 | 1 | -3/+3 |
| * | examples: request_handler is mutable | Boris Faure | 2024-04-15 | 1 | -3/+3 |
| * | usb: remove device_descriptor buffer, store bytes in UsbDevice.inner instead | Adam Greig | 2024-03-23 | 3 | -6/+0 |
| * | stm32/usb: ensure mux is configured in examples. | Dario Nieuwenhuis | 2024-03-19 | 3 | -36/+48 |
| * | stm32/rcc: unify naming sysclk field to `sys`, enum to `Sysclk`. | Dario Nieuwenhuis | 2024-02-26 | 4 | -5/+5 |
| * | 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 conven... | Adam Greig | 2023-10-15 | 1 | -2/+2 |
| * | 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 |
| * | 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 a... | Dario Nieuwenhuis | 2023-02-08 | 3 | -3/+0 |
| * | 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 |