summaryrefslogtreecommitdiff
path: root/examples/stm32f7/src
AgeCommit message (Expand)Author
2022-09-30Remove flash lock/unlock public API from stm32 flash, and perform the unlocki...Mathias
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-23Update embassy-stm32Dario Nieuwenhuis
2022-07-10embassy-stm32: Simplify timeGrant Miller
2022-06-12Run rustfmt.Dario Nieuwenhuis
2022-05-25WIP embassy-net v2Dario Nieuwenhuis
2022-05-18Automatically set ADC clock prescaler on v2 ADC to respect max frequencyMatous Hybl
2022-05-06Merge #752bors[bot]
2022-05-07Replace embassy::io with embedded_io.Dario Nieuwenhuis
2022-05-06Add F7 flash and bootloader supportMatous Hybl
2022-04-30embassy-stm32/eth: convert LAN8742 driver to generic SMI driverDavid Lenfesty
2022-04-02Use embassy/defmt-timestamp-uptime in all examples.Dario Nieuwenhuis
2022-03-17Formatchemicstry
2022-03-16Cleanupchemicstry
2022-03-16Add F7 examplechemicstry
2022-02-10stm32: Add standard crate-wide macros for pin/dma traits, switch all drivers ...Dario Nieuwenhuis
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-29Review changesRobert Walker
2021-12-28Added and tested the usart dma example for stm32f767zi using aRobert Walker
2021-11-29examples: remove unused deps.Dario Nieuwenhuis
2021-11-10Add v1c ethernet driver for the STM32F7 family.Matous Hybl
2021-10-26Initial support for STM32F767ZI.Matous Hybl