summaryrefslogtreecommitdiff
path: root/examples/stm32f4
AgeCommit message (Expand)Author
2022-01-24stm32: add `time-driver-any` cargo feature that automatically picks one avail...Dario Nieuwenhuis
2022-01-19stm32/spi: expose all functionality as inherent methods.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
2022-01-12Make exti an optional featureUlf Lilleengen
2021-11-29examples: remove unused deps.Dario Nieuwenhuis
2021-11-15Remove unused depsDario Nieuwenhuis
2021-11-15Adjust for bxcan API.Bob McWhirter
2021-11-15Adjust all examples to defmt 0.3.Bob McWhirter
2021-11-07Replace rustflags with build.rs extra-link-args.Dario Nieuwenhuis
2021-09-11Update lots of depsDario Nieuwenhuis
2021-09-03Remove trait_alias, allow(incomplete_features).Dario Nieuwenhuis
2021-08-19stm32: move dbgmcu stuff to toplevel config setting, defaulting to true.Dario Nieuwenhuis
2021-08-19Update cortex-m-rt to v0.7 for stm32, rp.Dario Nieuwenhuis
2021-08-18bxcan: Fix the flaky CAN exampleTimo Kröger
2021-08-18bxcan: namechange "bxcan_v1" -> "can_bxcan"Timo Kröger
2021-08-18CAN support with bxcan crateTimo Kröger
2021-08-05stm32f4: Use unwrap! where possibleBen Gamari
2021-08-05examples: Consistently use unwrap! in favor of .unwrap()Ben Gamari
2021-08-05stm32/time: add Cargo features to choose tim2/tim3Dario Nieuwenhuis
2021-08-05time: replace dyn clock/alarm with a global Driver traitDario Nieuwenhuis
2021-08-04Merge pull request #344 from bobmcwhirter/remove_buildersDario Nieuwenhuis
2021-08-04Grep fails me.Bob McWhirter
2021-08-04Remove more extra vars.Bob McWhirter
2021-08-04Update nightly, remove removed features.Dario Nieuwenhuis
2021-08-04Remove builders from Config(s) and examples.Bob McWhirter
2021-08-04Rename bread -> read_blockingUlf Lilleengen
2021-08-03Add uart::Read DMA-based implementationUlf Lilleengen
2021-08-02Use an em bikeshed instead of an underscore bikeshed.Bob McWhirter
2021-08-02Put the implicit memory.x behind a `memory_x` feature on embassy-stm32.Bob McWhirter
2021-08-02Emit a default memory.x alongside device.x from metapac.Bob McWhirter
2021-07-31examples: Drop build-std = ["core"]Ben Gamari
2021-07-29f4-pll: Add max values per chipThales Fragoso
2021-07-29f4-rcc: Add option to enable debug_wfe and add hello exampleThales Fragoso
2021-07-29Rename embassy-extras to embassy-hal-commonDario Nieuwenhuis
2021-07-27Use `embassy::main` macro for stm32f4 examplesTimo Kröger
2021-07-24Enable SYSCFG clock in `exti::init()`Timo Kröger
2021-07-23Reset back the memory.x also.Bob McWhirter
2021-07-23Reset the examples to the original F4 flavor.Bob McWhirter
2021-07-23Enable DMA for SPIv1 on F4's etc.Bob McWhirter
2021-07-23Use `Dbgmcu::enable_all()` in stm32f4 examplesTimo Kröger
2021-07-23stm32: No need to enable GPIO clocks manuallyTimo Kröger
2021-07-22Add a `Dbgmcu` struct capable of enabling all relevant DBGMCU.cr fields.Bob McWhirter
2021-07-21Cleanup stm32f4 examplesTimo Kröger
2021-07-17stm32/examples: update DMA channel namesDario Nieuwenhuis
2021-07-16stm32/dma: impl all variantsDario Nieuwenhuis
2021-06-29Fix non-DMA USART example.Bob McWhirter
2021-06-29Adjust example for RCC and DMA.Bob McWhirter
2021-06-25stm32: Update gpio examplesThales Fragoso