index
:
embassy
master
tmp/dfu_pkg_pca10059
Modern embedded framework, using Rust and async.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
stm32h7
/
src
Age
Commit message (
Expand
)
Author
2021-11-11
Add MCO peripheral.
Matous Hybl
2021-11-04
Fix v2 ethernet pin definitions. Fix ethernet example for H7 nucleos.
Matous Hybl
2021-09-03
Remove trait_alias, allow(incomplete_features).
Dario Nieuwenhuis
2021-09-01
Formatting.
Bob McWhirter
2021-09-01
Rename Random impl to Rng.
Bob McWhirter
2021-08-30
Formatting. Always formatting.
Bob McWhirter
2021-08-30
Move random utils to another trait.
Bob McWhirter
2021-08-27
Add example using ranged RNG.
Bob McWhirter
2021-08-19
stm32: move dbgmcu stuff to toplevel config setting, defaulting to true.
Dario Nieuwenhuis
2021-08-16
Add H7 exti button example using correct EXTI reg block offsets.
Bob McWhirter
2021-08-05
examples: Consistently use unwrap! in favor of .unwrap()
Ben Gamari
2021-08-05
time: replace dyn clock/alarm with a global Driver trait
Dario Nieuwenhuis
2021-08-04
Merge pull request #344 from bobmcwhirter/remove_builders
Dario Nieuwenhuis
2021-08-04
Update nightly, remove removed features.
Dario Nieuwenhuis
2021-08-04
Formatting again.
Bob McWhirter
2021-08-04
Further work sharing config for example and removing duplicated code.
Bob McWhirter
2021-08-04
Remove unused import.
Bob McWhirter
2021-08-04
Formatting.
Bob McWhirter
2021-08-04
Remove builders from Config(s) and examples.
Bob McWhirter
2021-08-04
Merge pull request #341 from lulf/usart-dma-read
Dario Nieuwenhuis
2021-08-04
Rename bread -> read_blocking
Ulf Lilleengen
2021-08-03
Run cargo-fmt on the h7 examples.
Bob McWhirter
2021-08-03
Enhance Rcc configuration to be more fluentish.
Bob McWhirter
2021-08-03
Add uart::Read DMA-based implementation
Ulf Lilleengen
2021-08-02
Mark `new`s as unsafe due to not being leak-safe.
Dario Nieuwenhuis
2021-08-02
hal-common: remove Pin in PeripheralMutex
Dario Nieuwenhuis
2021-07-23
Make SPIv3 work with DMA.
Bob McWhirter
2021-07-23
stm32: No need to enable GPIO clocks manually
Timo Kröger
2021-07-23
Auto-enable all GPIOs during init().
Bob McWhirter
2021-07-22
Add a `Dbgmcu` struct capable of enabling all relevant DBGMCU.cr fields.
Bob McWhirter
2021-07-17
stm32/examples: update DMA channel names
Dario Nieuwenhuis
2021-07-16
Get DMA on H7 working, add usart_dma example for H7.
Bob McWhirter
2021-07-16
stm32/dma: fix h7 impls
Dario Nieuwenhuis
2021-07-14
Fix the h7 example.
Bob McWhirter
2021-07-05
fix stm32 warnings
Rukai
2021-07-01
Make UART pins Rx/Tx/etc in addition to USART.
Bob McWhirter
2021-06-25
stm32: Update gpio examples
Thales Fragoso
2021-06-20
net: Make the user pass in the StackResources in init
Thales Fragoso
2021-06-16
stm32h7: Add ethernet example
Thales Fragoso
2021-06-08
Bring over DAC example (relies upon stm32-data update)
Bob McWhirter
2021-06-08
Initial swag at h7 examples.
Bob McWhirter