aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32f1/src
Commit message (Expand)AuthorAgeFilesLines
* adc: remove sample_time from structxoviat2025-11-101-3/+3
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-064-7/+7
* stm32/afio: use type inference for timer remaps as well.Dario Nieuwenhuis2025-09-052-4/+5
* executor: return error when creating the spawntoken, not when spawning.Dario Nieuwenhuis2025-08-292-2/+2
* fix examplesSüha Ünüvar2025-06-271-1/+1
* stm32: adapt examples to timer API changesmelvdl2025-06-271-1/+1
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-273-5/+5
* fix fmtBruno Bousquet2024-05-291-1/+4
* rename get_width_ticks and add info!() in examplesBruno Bousquet2024-05-291-5/+4
* Apply suggestions from code reviewBruno Bousquet2024-05-292-2/+2
* fix fmt againBruno Bousquet2024-05-291-2/+1
* fix fmtBruno Bousquet2024-05-291-1/+2
* fix F103 exampleBruno Bousquet2024-05-291-1/+3
* pwm_input is working on F446Bruno Bousquet2024-05-291-0/+50
* add f103 example for input_captureBruno Bousquet2024-05-281-0/+52
* fixed: example loops crashing after 256 passesPeter Kövesdi2024-04-291-2/+2
* stm32: update adc examplesAndres Vahter2024-04-101-3/+3
* stm32/can: simplify bxcan api, merging bx::* into the main structs.Dario Nieuwenhuis2024-04-021-8/+5
* CAN: Unify API's between BXCAN and FDCAN. Use Envelope for all read methods i...Corey Schuhen2024-03-281-13/+89
* usb: remove device_descriptor buffer, store bytes in UsbDevice.inner insteadAdam Greig2024-03-231-2/+0
* Use Result instead of Option for Frame creation.Corey Schuhen2024-03-131-1/+1
* Shared frame types.Corey Schuhen2024-03-131-3/+3
* Fix examples and improve imports required.Corey Schuhen2024-03-071-4/+5
* Documentation.Corey Schuhen2024-03-071-3/+3
* Make use of internal BXCAN crate work. Tested on stm32f103 with real bus and ...Corey Schuhen2024-03-071-2/+2
* stm32/rcc: port F1 to new API.Dario Nieuwenhuis2024-02-132-6/+18
* ci: use beta, add secondary nightly ci.Dario Nieuwenhuis2023-12-215-5/+0
* More formatting.Corey Schuhen2023-12-111-2/+1
* Update formatting.Corey Schuhen2023-12-111-19/+8
* Add example for using CAN with STM32F103 (BluePill) with a real CANCorey Schuhen2023-12-111-0/+79
* usb: remove msos-descriptor feature.Dario Nieuwenhuis2023-11-081-0/+1
* time: Update examples, tests, and other code to use new Timer::after_x conven...Adam Greig2023-10-154-9/+9
* stm32/adc: cleanup f1, f3, v1, and v2xoviat2023-09-271-2/+8
* stm32: move to bind_interruptsxoviat2023-05-241-3/+6
* usb: unify ControlHandler+DeviceStateHandler, route all control requests to a...Dario Nieuwenhuis2023-02-081-1/+0
* Improve examplesGrant Miller2022-10-241-4/+4
* stm32/adc: Remove voltage and temperature conversionsGrant Miller2022-10-241-2/+10
* usb: move classes into the `embassy-usb` crate.Dario Nieuwenhuis2022-09-261-1/+1
* Replace futures::future::join -> embassy_futures::join::join.Dario Nieuwenhuis2022-09-221-1/+1
* Split embassy-time from embassy-executor.Dario Nieuwenhuis2022-08-184-8/+8
* examples Remove the `fn config()` idiom.Dario Nieuwenhuis2022-08-172-12/+6
* Remove HAL initialization from #[embassy::main] macro.Dario Nieuwenhuis2022-08-174-10/+12
* Split embassy crate into embassy-executor, embassy-util.Dario Nieuwenhuis2022-07-294-12/+12
* Run rustfmt.Dario Nieuwenhuis2022-06-124-25/+10
* stm32: add USB driver.Dario Nieuwenhuis2022-06-071-0/+117
* Use embassy/defmt-timestamp-uptime in all examples.Dario Nieuwenhuis2022-04-024-26/+10
* traits: migrate Delay to embedded-hal 1.0+async, remove Rng and Flash.Dario Nieuwenhuis2022-01-271-3/+2
* stm32/gpio: expose all functionality as inherent methods.Dario Nieuwenhuis2022-01-191-3/+2
* examples: stm32f1: Add an example of using the ADCSjoerd Simons2021-12-301-0/+29
* Initial STM32F1 family support with two examples for STM32F103C8 (Blue Pill)Mariusz Ryndzionek2021-09-283-0/+73