summaryrefslogtreecommitdiff
path: root/examples/stm32h7/src
AgeCommit message (Expand)Author
2021-11-11Add MCO peripheral.Matous Hybl
2021-11-04Fix v2 ethernet pin definitions. Fix ethernet example for H7 nucleos.Matous Hybl
2021-09-03Remove trait_alias, allow(incomplete_features).Dario Nieuwenhuis
2021-09-01Formatting.Bob McWhirter
2021-09-01Rename Random impl to Rng.Bob McWhirter
2021-08-30Formatting. Always formatting.Bob McWhirter
2021-08-30Move random utils to another trait.Bob McWhirter
2021-08-27Add example using ranged RNG.Bob McWhirter
2021-08-19stm32: move dbgmcu stuff to toplevel config setting, defaulting to true.Dario Nieuwenhuis
2021-08-16Add H7 exti button example using correct EXTI reg block offsets.Bob McWhirter
2021-08-05examples: Consistently use unwrap! in favor of .unwrap()Ben Gamari
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-04Update nightly, remove removed features.Dario Nieuwenhuis
2021-08-04Formatting again.Bob McWhirter
2021-08-04Further work sharing config for example and removing duplicated code.Bob McWhirter
2021-08-04Remove unused import.Bob McWhirter
2021-08-04Formatting.Bob McWhirter
2021-08-04Remove builders from Config(s) and examples.Bob McWhirter
2021-08-04Merge pull request #341 from lulf/usart-dma-readDario Nieuwenhuis
2021-08-04Rename bread -> read_blockingUlf Lilleengen
2021-08-03Run cargo-fmt on the h7 examples.Bob McWhirter
2021-08-03Enhance Rcc configuration to be more fluentish.Bob McWhirter
2021-08-03Add uart::Read DMA-based implementationUlf Lilleengen
2021-08-02Mark `new`s as unsafe due to not being leak-safe.Dario Nieuwenhuis
2021-08-02hal-common: remove Pin in PeripheralMutexDario Nieuwenhuis
2021-07-23Make SPIv3 work with DMA.Bob McWhirter
2021-07-23stm32: No need to enable GPIO clocks manuallyTimo Kröger
2021-07-23Auto-enable all GPIOs during init().Bob McWhirter
2021-07-22Add a `Dbgmcu` struct capable of enabling all relevant DBGMCU.cr fields.Bob McWhirter
2021-07-17stm32/examples: update DMA channel namesDario Nieuwenhuis
2021-07-16Get DMA on H7 working, add usart_dma example for H7.Bob McWhirter
2021-07-16stm32/dma: fix h7 implsDario Nieuwenhuis
2021-07-14Fix the h7 example.Bob McWhirter
2021-07-05fix stm32 warningsRukai
2021-07-01Make UART pins Rx/Tx/etc in addition to USART.Bob McWhirter
2021-06-25stm32: Update gpio examplesThales Fragoso
2021-06-20net: Make the user pass in the StackResources in initThales Fragoso
2021-06-16stm32h7: Add ethernet exampleThales Fragoso
2021-06-08Bring over DAC example (relies upon stm32-data update)Bob McWhirter
2021-06-08Initial swag at h7 examples.Bob McWhirter