summaryrefslogtreecommitdiff
path: root/examples/boot/application/stm32f7
AgeCommit message (Expand)Author
2022-10-07all Cargo.toml: Add license to all crate Cargo.toml fileschrysn
2022-09-30Remove flash lock/unlock public API from stm32 flash, and perform the unlocki...Mathias
2022-09-26Use firmware writer in stm32{f7, h7} example appUlf Lilleengen
2022-09-04Merge #939bors[bot]
2022-09-02Remove generic const expressions from embassy-bootUlf Lilleengen
2022-09-02time: add more tick rates, use 1mhz as default.Dario Nieuwenhuis
2022-08-22split `embassy-util` into `embassy-futures`, `embassy-sync`.Dario Nieuwenhuis
2022-08-18Split embassy-time from embassy-executor.Dario Nieuwenhuis
2022-08-17Remove HAL initialization from #[embassy::main] macro.Dario Nieuwenhuis
2022-08-17Update to critical-section 1.0, atomic-polyfill 1.0Dario Nieuwenhuis
2022-07-29Split embassy crate into embassy-executor, embassy-util.Dario Nieuwenhuis
2022-06-29Fix RAM origin copy paste from nrfUlf Lilleengen
2022-06-24Move bootloader main to examplesUlf Lilleengen