| Commit message (Expand) | Author | Age | Files | Lines |
| * | adc: remove sample_time from struct | xoviat | 2025-11-10 | 1 | -3/+3 |
| * | Rustfmt for edition 2024. | Dario Nieuwenhuis | 2025-10-06 | 4 | -7/+7 |
| * | stm32/afio: use type inference for timer remaps as well. | Dario Nieuwenhuis | 2025-09-05 | 2 | -4/+5 |
| * | executor: return error when creating the spawntoken, not when spawning. | Dario Nieuwenhuis | 2025-08-29 | 2 | -2/+2 |
| * | fix examples | Süha Ünüvar | 2025-06-27 | 1 | -1/+1 |
| * | stm32: adapt examples to timer API changes | melvdl | 2025-06-27 | 1 | -1/+1 |
| * | Remove Peripheral trait, rename PeripheralRef->Peri. | Dario Nieuwenhuis | 2025-03-27 | 3 | -5/+5 |
| * | fix fmt | Bruno Bousquet | 2024-05-29 | 1 | -1/+4 |
| * | rename get_width_ticks and add info!() in examples | Bruno Bousquet | 2024-05-29 | 1 | -5/+4 |
| * | Apply suggestions from code review | Bruno Bousquet | 2024-05-29 | 2 | -2/+2 |
| * | fix fmt again | Bruno Bousquet | 2024-05-29 | 1 | -2/+1 |
| * | fix fmt | Bruno Bousquet | 2024-05-29 | 1 | -1/+2 |
| * | fix F103 example | Bruno Bousquet | 2024-05-29 | 1 | -1/+3 |
| * | pwm_input is working on F446 | Bruno Bousquet | 2024-05-29 | 1 | -0/+50 |
| * | add f103 example for input_capture | Bruno Bousquet | 2024-05-28 | 1 | -0/+52 |
| * | fixed: example loops crashing after 256 passes | Peter Kövesdi | 2024-04-29 | 1 | -2/+2 |
| * | stm32: update adc examples | Andres Vahter | 2024-04-10 | 1 | -3/+3 |
| * | stm32/can: simplify bxcan api, merging bx::* into the main structs. | Dario Nieuwenhuis | 2024-04-02 | 1 | -8/+5 |
| * | CAN: Unify API's between BXCAN and FDCAN. Use Envelope for all read methods i... | Corey Schuhen | 2024-03-28 | 1 | -13/+89 |
| * | usb: remove device_descriptor buffer, store bytes in UsbDevice.inner instead | Adam Greig | 2024-03-23 | 1 | -2/+0 |
| * | Use Result instead of Option for Frame creation. | Corey Schuhen | 2024-03-13 | 1 | -1/+1 |
| * | Shared frame types. | Corey Schuhen | 2024-03-13 | 1 | -3/+3 |
| * | Fix examples and improve imports required. | Corey Schuhen | 2024-03-07 | 1 | -4/+5 |
| * | Documentation. | Corey Schuhen | 2024-03-07 | 1 | -3/+3 |
| * | Make use of internal BXCAN crate work. Tested on stm32f103 with real bus and ... | Corey Schuhen | 2024-03-07 | 1 | -2/+2 |
| * | stm32/rcc: port F1 to new API. | Dario Nieuwenhuis | 2024-02-13 | 2 | -6/+18 |
| * | ci: use beta, add secondary nightly ci. | Dario Nieuwenhuis | 2023-12-21 | 5 | -5/+0 |
| * | More formatting. | Corey Schuhen | 2023-12-11 | 1 | -2/+1 |
| * | Update formatting. | Corey Schuhen | 2023-12-11 | 1 | -19/+8 |
| * | Add example for using CAN with STM32F103 (BluePill) with a real CAN | Corey Schuhen | 2023-12-11 | 1 | -0/+79 |
| * | 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 | 4 | -9/+9 |
| * | stm32/adc: cleanup f1, f3, v1, and v2 | xoviat | 2023-09-27 | 1 | -2/+8 |
| * | stm32: move to bind_interrupts | xoviat | 2023-05-24 | 1 | -3/+6 |
| * | usb: unify ControlHandler+DeviceStateHandler, route all control requests to a... | Dario Nieuwenhuis | 2023-02-08 | 1 | -1/+0 |
| * | Improve examples | Grant Miller | 2022-10-24 | 1 | -4/+4 |
| * | stm32/adc: Remove voltage and temperature conversions | Grant Miller | 2022-10-24 | 1 | -2/+10 |
| * | 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 |
| * | Split embassy-time from embassy-executor. | Dario Nieuwenhuis | 2022-08-18 | 4 | -8/+8 |
| * | examples Remove the `fn config()` idiom. | Dario Nieuwenhuis | 2022-08-17 | 2 | -12/+6 |
| * | Remove HAL initialization from #[embassy::main] macro. | Dario Nieuwenhuis | 2022-08-17 | 4 | -10/+12 |
| * | Split embassy crate into embassy-executor, embassy-util. | Dario Nieuwenhuis | 2022-07-29 | 4 | -12/+12 |
| * | Run rustfmt. | Dario Nieuwenhuis | 2022-06-12 | 4 | -25/+10 |
| * | stm32: add USB driver. | Dario Nieuwenhuis | 2022-06-07 | 1 | -0/+117 |
| * | Use embassy/defmt-timestamp-uptime in all examples. | Dario Nieuwenhuis | 2022-04-02 | 3 | -9/+10 |
| * | traits: migrate Delay to embedded-hal 1.0+async, remove Rng and Flash. | Dario Nieuwenhuis | 2022-01-27 | 1 | -3/+2 |
| * | stm32/gpio: expose all functionality as inherent methods. | Dario Nieuwenhuis | 2022-01-19 | 1 | -3/+2 |
| * | examples: stm32f1: Add an example of using the ADC | Sjoerd Simons | 2021-12-30 | 1 | -0/+29 |
| * | Initial STM32F1 family support with two examples for STM32F103C8 (Blue Pill) | Mariusz Ryndzionek | 2021-09-28 | 2 | -0/+56 |