aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32l1/src
Commit message (Expand)AuthorAgeFilesLines
* Remove flash lock/unlock public API from stm32 flash, and perform the unlocki...Mathias2022-09-301-1/+1
* Split embassy-time from embassy-executor.Dario Nieuwenhuis2022-08-183-4/+4
* Remove HAL initialization from #[embassy::main] macro.Dario Nieuwenhuis2022-08-173-6/+6
* Split embassy crate into embassy-executor, embassy-util.Dario Nieuwenhuis2022-07-293-7/+7
* Run rustfmt.Dario Nieuwenhuis2022-06-123-11/+4
* Add bootloader to CIUlf Lilleengen2022-04-271-1/+1
* Add stm32 flash + bootloader supportUlf Lilleengen2022-04-271-0/+43
* Use embassy/defmt-timestamp-uptime in all examples.Dario Nieuwenhuis2022-04-023-23/+6
* stm32/spi: expose all functionality as inherent methods.Dario Nieuwenhuis2022-01-191-2/+1
* stm32/gpio: expose all functionality as inherent methods.Dario Nieuwenhuis2022-01-192-6/+4
* Support for STM32L1Ulf Lilleengen2021-09-213-0/+90