| Commit message (Expand) | Author | Age | Files | Lines |
| * | executor: return error when creating the spawntoken, not when spawning. | Dario Nieuwenhuis | 2025-08-29 | 2 | -5/+5 |
| * | stm32 tsc: added multipin example for stm32f3 | michel | 2024-11-29 | 1 | -0/+204 |
| * | Refactor TSC module: Remove redundant 'Tsc' prefixes for improved naming cons... | michel | 2024-11-29 | 1 | -3/+3 |
| * | STM32-TSC: enable discriminating between pins within same TSC group and impro... | michel | 2024-11-29 | 2 | -98/+138 |
| * | add blocking TSC examples | michel | 2024-07-10 | 1 | -0/+98 |
| * | Clarified comments about the cortex_m::asm::delay functionality in al… (#3064) | Daniel Philipp | 2024-06-12 | 1 | -2/+2 |
| * | stm32/usart: remove DMA generic params. | Dario Nieuwenhuis | 2024-04-16 | 1 | -2/+1 |
| * | Incorporated adam’s suggestion into all multiprio comments | Barnaby Walters | 2024-04-07 | 1 | -3/+4 |
| * | [embassy-stm32] added comments explaining multiprio interrupts | Barnaby Walters | 2024-04-07 | 1 | -0/+4 |
| * | usb: remove device_descriptor buffer, store bytes in UsbDevice.inner instead | Adam Greig | 2024-03-23 | 1 | -2/+0 |
| * | stm32/rcc: port F3 RCC to new API | Dario Nieuwenhuis | 2024-02-12 | 2 | -9/+17 |
| * | stm32/gpio: remove generics. | Dario Nieuwenhuis | 2024-01-22 | 2 | -18/+15 |
| * | Change GPIO inherent methods back to `&self`. | Dario Nieuwenhuis | 2024-01-10 | 1 | -1/+1 |
| * | ci: use beta, add secondary nightly ci. | Dario Nieuwenhuis | 2023-12-21 | 10 | -10/+0 |
| * | Update embedded-hal to 1.0.0-rc.3 | Dario Nieuwenhuis | 2023-12-14 | 1 | -1/+1 |
| * | usb: remove msos-descriptor feature. | Dario Nieuwenhuis | 2023-11-08 | 1 | -0/+1 |
| * | time: Update examples, tests, and other code to use new Timer::after_x conven... | Adam Greig | 2023-10-15 | 5 | -13/+13 |
| * | stm32/usart: return error instead of panicking on bad baudrate. | Dario Nieuwenhuis | 2023-09-26 | 1 | -1/+1 |
| * | Deprecate *recv* in favor of *receive* | Ruben De Smet | 2023-08-22 | 1 | -2/+2 |
| * | Set frequency in stm32 SPI examples | bofh | 2023-07-31 | 1 | -1/+5 |
| * | Fix formatting | bofh | 2023-07-30 | 1 | -9/+1 |
| * | Fix stm32 SPI examples | bofh | 2023-07-30 | 1 | -2/+0 |
| * | examples: use nicer InterrupExt to set irq priority in multprio. | Dario Nieuwenhuis | 2023-06-09 | 1 | -9/+5 |
| * | Fix examples | Rasmus Melchior Jacobsen | 2023-05-25 | 1 | -5/+5 |
| * | Let Flash<Async/Blocking> be a thing | Rasmus Melchior Jacobsen | 2023-05-25 | 1 | -1/+1 |
| * | Align with new bind_interrupt | Rasmus Melchior Jacobsen | 2023-05-25 | 1 | -2/+2 |
| * | Align examples | Rasmus Melchior Jacobsen | 2023-05-25 | 1 | -6/+6 |
| * | Align examples | Rasmus Melchior Jacobsen | 2023-05-25 | 1 | -3/+2 |
| * | stm32: move to bind_interrupts | xoviat | 2023-05-24 | 2 | -6/+12 |
| * | Align flash examples | Rasmus Melchior Jacobsen | 2023-04-05 | 1 | -1/+1 |
| * | executor: add Pender, rework Cargo features. | Dario Nieuwenhuis | 2023-04-03 | 1 | -1/+1 |
| * | cortex-m/executor: don't use the owned interrupts system. | Dario Nieuwenhuis | 2023-02-28 | 1 | -13/+23 |
| * | usb: unify ControlHandler+DeviceStateHandler, route all control requests to a... | Dario Nieuwenhuis | 2023-02-08 | 1 | -1/+0 |
| * | stm32: Add support for read_until_idle on UART | Guillaume MICHEL | 2022-10-26 | 1 | -1/+3 |
| * | Remove flash lock/unlock public API from stm32 flash, and perform the unlocki... | Mathias | 2022-09-30 | 1 | -1/+1 |
| * | usb: move classes into the `embassy-usb` crate. | Dario Nieuwenhuis | 2022-09-26 | 1 | -1/+1 |
| * | Replace futures::future::join -> embassy_futures::join::join. | Dario Nieuwenhuis | 2022-09-22 | 1 | -1/+1 |
| * | 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 | 9 | -13/+13 |
| * | examples Remove the `fn config()` idiom. | Dario Nieuwenhuis | 2022-08-17 | 2 | -14/+6 |
| * | Remove HAL initialization from #[embassy::main] macro. | Dario Nieuwenhuis | 2022-08-17 | 8 | -18/+20 |
| * | Split embassy crate into embassy-executor, embassy-util. | Dario Nieuwenhuis | 2022-07-29 | 9 | -29/+29 |
| * | embassy-stm32: Simplify time | Grant Miller | 2022-07-10 | 1 | -5/+5 |
| * | Run rustfmt. | Dario Nieuwenhuis | 2022-06-12 | 10 | -57/+27 |
| * | Merge #806 | bors[bot] | 2022-06-12 | 1 | -2/+2 |
| |\ |
|
| | * | Add embassy-cortex-m crate. | Dario Nieuwenhuis | 2022-06-12 | 1 | -2/+2 |
| * | | Rename channel to mpmc | huntc | 2022-06-12 | 1 | -1/+1 |
| |/ |
|
| * | stm32: add USB driver. | Dario Nieuwenhuis | 2022-06-07 | 1 | -0/+116 |