aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32h7
Commit message (Expand)AuthorAgeFilesLines
...
* net: auto-enable defmt in smoltcp using namespaced features.Dario Nieuwenhuis2022-04-131-1/+1
* Add ADC support for H7Matous Hybl2022-04-122-1/+43
* Reexport unborrow macro in HALsMatous Hybl2022-04-072-2/+1
* Simpler Channel.Dario Nieuwenhuis2022-04-061-17/+9
* Use embassy/defmt-timestamp-uptime in all examples.Dario Nieuwenhuis2022-04-0218-101/+105
* Cleanupchemicstry2022-03-161-1/+2
* Fix SDMMC v2 and add H7 examplechemicstry2022-03-161-0/+42
* Add support for splitting stm32 usart into TX and RXUlf Lilleengen2022-03-151-0/+67
* Update rust nightly, embedded-hal 1.0, embedded-hal-async.Dario Nieuwenhuis2022-03-111-1/+1
* stm32: Register access for timers now doesn't require selfMatous Hybl2022-02-281-15/+8
* stm32: add rust stable supportDario Nieuwenhuis2022-02-121-1/+1
* stm32: Add standard crate-wide macros for pin/dma traits, switch all drivers ...Dario Nieuwenhuis2022-02-102-11/+17
* stm32: Remove OptionalPinDario Nieuwenhuis2022-02-104-33/+9
* stm32: Add support for FMCMatous Hybl2022-02-083-1/+207
* traits: migrate Delay to embedded-hal 1.0+async, remove Rng and Flash.Dario Nieuwenhuis2022-01-272-16/+4
* Support unstable-trait feature for stm32Ulf Lilleengen2022-01-263-5/+5
* stm32: add `time-driver-any` cargo feature that automatically picks one avail...Dario Nieuwenhuis2022-01-241-1/+1
* stm32/spi: expose all functionality as inherent methods.Dario Nieuwenhuis2022-01-191-2/+1
* stm32/usart: expose all functionality as inherent methods.Dario Nieuwenhuis2022-01-192-5/+3
* stm32/exti: expose all functionality as inherent methods.Dario Nieuwenhuis2022-01-191-1/+0
* stm32/gpio: expose all functionality as inherent methods.Dario Nieuwenhuis2022-01-194-12/+8
* Port the PWM example to H7, add low-level API example implementing 32-bit PWM.Matous Hybl2022-01-133-1/+197
* Make exti an optional featureUlf Lilleengen2022-01-121-2/+2
* stm32h7/rcc: remove unneeded DMA enable settings.Dario Nieuwenhuis2022-01-042-3/+0
* Use smoltcp 0.8.0 from crates.io.Matous Hybl2021-12-121-2/+1
* Add DCMI example.Matous Hybl2021-12-092-1/+378
* Use smoltcp revision from its master branch.Matous Hybl2021-12-091-1/+1
* Fix build examples with defmt.Dario Nieuwenhuis2021-12-061-0/+6
* examples: remove unused deps.Dario Nieuwenhuis2021-11-292-4/+1
* net: don't depend directly on smoltcp outside embassy-netDario Nieuwenhuis2021-11-241-12/+0
* Remove unused depsDario Nieuwenhuis2021-11-151-1/+0
* Update to defmt 3.0ish.Bob McWhirter2021-11-151-17/+8
* Add MCO peripheral.Matous Hybl2021-11-111-0/+32
* Replace rustflags with build.rs extra-link-args.Dario Nieuwenhuis2021-11-072-5/+5
* Fix v2 ethernet pin definitions. Fix ethernet example for H7 nucleos.Matous Hybl2021-11-043-3/+8
* Update versions of critical-section and atomic-polyfillUlf Lilleengen2021-11-021-1/+1
* Update version of critical-sectionUlf Lilleengen2021-09-131-1/+1
* Add WASM support for executorUlf Lilleengen2021-09-131-1/+1
* Update lots of depsDario Nieuwenhuis2021-09-111-8/+8
* Remove trait_alias, allow(incomplete_features).Dario Nieuwenhuis2021-09-039-18/+0
* Formatting.Bob McWhirter2021-09-011-1/+1
* Rename Random impl to Rng.Bob McWhirter2021-09-012-8/+8
* Formatting. Always formatting.Bob McWhirter2021-08-301-4/+4
* Move random utils to another trait.Bob McWhirter2021-08-301-1/+1
* Add example using ranged RNG.Bob McWhirter2021-08-271-0/+35
* stm32: move dbgmcu stuff to toplevel config setting, defaulting to true.Dario Nieuwenhuis2021-08-198-38/+0
* Update cortex-m-rt to v0.7 for stm32, rp.Dario Nieuwenhuis2021-08-191-1/+1
* Remove metapac from the Cargo.toml for h7.Bob McWhirter2021-08-181-1/+0
* Add H7 exti button example using correct EXTI reg block offsets.Bob McWhirter2021-08-161-0/+36
* examples: Consistently use unwrap! in favor of .unwrap()Ben Gamari2021-08-052-5/+5