aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32f1/src
Commit message (Collapse)AuthorAgeFilesLines
* stm32: move to bind_interruptsxoviat2023-05-241-3/+6
| | | | disable lora functionality for now
* usb: unify ControlHandler+DeviceStateHandler, route all control requests to ↵Dario Nieuwenhuis2023-02-081-1/+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).
* 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
| | | | | 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 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