summaryrefslogtreecommitdiff
path: root/examples/stm32f3/src/bin
AgeCommit message (Expand)Author
2022-09-30Remove flash lock/unlock public API from stm32 flash, and perform the unlocki...Mathias
2022-09-26usb: move classes into the `embassy-usb` crate.Dario Nieuwenhuis
2022-09-22Replace futures::future::join -> embassy_futures::join::join.Dario Nieuwenhuis
2022-08-22sync: flatten module structure.Dario Nieuwenhuis
2022-08-22split `embassy-util` into `embassy-futures`, `embassy-sync`.Dario Nieuwenhuis
2022-08-22Remove Forever, switch to static_cell.Dario Nieuwenhuis
2022-08-18Split embassy-time from embassy-executor.Dario Nieuwenhuis
2022-08-17examples Remove the `fn config()` idiom.Dario Nieuwenhuis
2022-08-17Remove HAL initialization from #[embassy::main] macro.Dario Nieuwenhuis
2022-07-29Split embassy crate into embassy-executor, embassy-util.Dario Nieuwenhuis
2022-07-10embassy-stm32: Simplify timeGrant Miller
2022-06-12Run rustfmt.Dario Nieuwenhuis
2022-06-12Merge #806bors[bot]
2022-06-12Add embassy-cortex-m crate.Dario Nieuwenhuis
2022-06-12Rename channel to mpmchuntc
2022-06-07stm32: add USB driver.Dario Nieuwenhuis
2022-05-06Add support for F3 flashMatous Hybl
2022-04-25executor: fix unsoundness in InterruptExecutor::start.Dario Nieuwenhuis
2022-04-06Simpler Channel.Dario Nieuwenhuis
2022-04-02Use embassy/defmt-timestamp-uptime in all examples.Dario Nieuwenhuis
2022-02-16Improve logic for processing button eventsCristian Eigel
2022-02-12blocking_mutex: refactor to work on stable. No GATs, and can be constructed i...Dario Nieuwenhuis
2022-02-11Add button_events example for stm32f3Cristian Eigel
2022-02-10Port multiprio example to stm32f3 and stm32f4 platformsCristian Eigel
2022-01-26Support unstable-trait feature for stm32Ulf Lilleengen
2022-01-19stm32/usart: expose all functionality as inherent methods.Dario Nieuwenhuis
2022-01-19stm32/exti: expose all functionality as inherent methods.Dario Nieuwenhuis
2022-01-19stm32/gpio: expose all functionality as inherent methods.Dario Nieuwenhuis
2021-12-13[examples] Add examples for STM32F3VasanthakumarV