aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32h7/src
Commit message (Expand)AuthorAgeFilesLines
* embassy-stm32: Simplify timeGrant Miller2022-07-1010-59/+59
* Run rustfmt.Dario Nieuwenhuis2022-06-1219-130/+54
* Merge #806bors[bot]2022-06-121-1/+1
|\
| * Add embassy-cortex-m crate.Dario Nieuwenhuis2022-06-121-1/+1
* | Rename channel to mpmchuntc2022-06-122-2/+2
|/
* Add example for using a Signal.Dominic Clifton2022-06-061-0/+41
* WIP embassy-net v2Dario Nieuwenhuis2022-05-251-94/+87
* Merge #752bors[bot]2022-05-061-4/+3
|\
| * Replace embassy::io with embedded_io.Dario Nieuwenhuis2022-05-071-4/+3
* | Add H7 flash and bootloader supportMatous Hybl2022-05-061-0/+58
|/
* embassy-stm32/eth: convert LAN8742 driver to generic SMI driverDavid Lenfesty2022-04-301-4/+4
* Add ADC support for H7Matous Hybl2022-04-121-0/+42
* Reexport unborrow macro in HALsMatous Hybl2022-04-071-1/+1
* Simpler Channel.Dario Nieuwenhuis2022-04-061-17/+9
* Use embassy/defmt-timestamp-uptime in all examples.Dario Nieuwenhuis2022-04-0217-100/+104
* 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
* stm32: Register access for timers now doesn't require selfMatous Hybl2022-02-281-15/+8
* 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-082-0/+205
* traits: migrate Delay to embedded-hal 1.0+async, remove Rng and Flash.Dario Nieuwenhuis2022-01-271-15/+4
* Support unstable-trait feature for stm32Ulf Lilleengen2022-01-262-4/+3
* 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-132-0/+195
* stm32h7/rcc: remove unneeded DMA enable settings.Dario Nieuwenhuis2022-01-042-3/+0
* Add DCMI example.Matous Hybl2021-12-091-0/+339
* examples: remove unused deps.Dario Nieuwenhuis2021-11-291-2/+1
* Add MCO peripheral.Matous Hybl2021-11-111-0/+32
* Fix v2 ethernet pin definitions. Fix ethernet example for H7 nucleos.Matous Hybl2021-11-041-2/+2
* 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
* 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
* time: replace dyn clock/alarm with a global Driver traitDario Nieuwenhuis2021-08-056-63/+9
* Merge pull request #344 from bobmcwhirter/remove_buildersDario Nieuwenhuis2021-08-045-38/+24
|\
| * Formatting again.Bob McWhirter2021-08-044-5/+2
| * Further work sharing config for example and removing duplicated code.Bob McWhirter2021-08-045-73/+20
| * Remove unused import.Bob McWhirter2021-08-041-1/+0
| * Formatting.Bob McWhirter2021-08-044-10/+10
| * Remove builders from Config(s) and examples.Bob McWhirter2021-08-044-17/+60