index
:
embassy
cyw43-link-status-update
fix-input-sync-bypass
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
stm32h7
Commit message (
Expand
)
Author
Age
Files
Lines
*
stm32: add rust stable support
Dario Nieuwenhuis
2022-02-12
1
-1
/
+1
*
stm32: Add standard crate-wide macros for pin/dma traits, switch all drivers ...
Dario Nieuwenhuis
2022-02-10
2
-11
/
+17
*
stm32: Remove OptionalPin
Dario Nieuwenhuis
2022-02-10
4
-33
/
+9
*
stm32: Add support for FMC
Matous Hybl
2022-02-08
3
-1
/
+207
*
traits: migrate Delay to embedded-hal 1.0+async, remove Rng and Flash.
Dario Nieuwenhuis
2022-01-27
2
-16
/
+4
*
Support unstable-trait feature for stm32
Ulf Lilleengen
2022-01-26
3
-5
/
+5
*
stm32: add `time-driver-any` cargo feature that automatically picks one avail...
Dario Nieuwenhuis
2022-01-24
1
-1
/
+1
*
stm32/spi: expose all functionality as inherent methods.
Dario Nieuwenhuis
2022-01-19
1
-2
/
+1
*
stm32/usart: expose all functionality as inherent methods.
Dario Nieuwenhuis
2022-01-19
2
-5
/
+3
*
stm32/exti: expose all functionality as inherent methods.
Dario Nieuwenhuis
2022-01-19
1
-1
/
+0
*
stm32/gpio: expose all functionality as inherent methods.
Dario Nieuwenhuis
2022-01-19
4
-12
/
+8
*
Port the PWM example to H7, add low-level API example implementing 32-bit PWM.
Matous Hybl
2022-01-13
3
-1
/
+197
*
Make exti an optional feature
Ulf Lilleengen
2022-01-12
1
-2
/
+2
*
stm32h7/rcc: remove unneeded DMA enable settings.
Dario Nieuwenhuis
2022-01-04
2
-3
/
+0
*
Use smoltcp 0.8.0 from crates.io.
Matous Hybl
2021-12-12
1
-2
/
+1
*
Add DCMI example.
Matous Hybl
2021-12-09
2
-1
/
+378
*
Use smoltcp revision from its master branch.
Matous Hybl
2021-12-09
1
-1
/
+1
*
Fix build examples with defmt.
Dario Nieuwenhuis
2021-12-06
1
-0
/
+6
*
examples: remove unused deps.
Dario Nieuwenhuis
2021-11-29
2
-4
/
+1
*
net: don't depend directly on smoltcp outside embassy-net
Dario Nieuwenhuis
2021-11-24
1
-12
/
+0
*
Remove unused deps
Dario Nieuwenhuis
2021-11-15
1
-1
/
+0
*
Update to defmt 3.0ish.
Bob McWhirter
2021-11-15
1
-17
/
+8
*
Add MCO peripheral.
Matous Hybl
2021-11-11
1
-0
/
+32
*
Replace rustflags with build.rs extra-link-args.
Dario Nieuwenhuis
2021-11-07
2
-5
/
+5
*
Fix v2 ethernet pin definitions. Fix ethernet example for H7 nucleos.
Matous Hybl
2021-11-04
3
-3
/
+8
*
Update versions of critical-section and atomic-polyfill
Ulf Lilleengen
2021-11-02
1
-1
/
+1
*
Update version of critical-section
Ulf Lilleengen
2021-09-13
1
-1
/
+1
*
Add WASM support for executor
Ulf Lilleengen
2021-09-13
1
-1
/
+1
*
Update lots of deps
Dario Nieuwenhuis
2021-09-11
1
-8
/
+8
*
Remove trait_alias, allow(incomplete_features).
Dario Nieuwenhuis
2021-09-03
9
-18
/
+0
*
Formatting.
Bob McWhirter
2021-09-01
1
-1
/
+1
*
Rename Random impl to Rng.
Bob McWhirter
2021-09-01
2
-8
/
+8
*
Formatting. Always formatting.
Bob McWhirter
2021-08-30
1
-4
/
+4
*
Move random utils to another trait.
Bob McWhirter
2021-08-30
1
-1
/
+1
*
Add example using ranged RNG.
Bob McWhirter
2021-08-27
1
-0
/
+35
*
stm32: move dbgmcu stuff to toplevel config setting, defaulting to true.
Dario Nieuwenhuis
2021-08-19
8
-38
/
+0
*
Update cortex-m-rt to v0.7 for stm32, rp.
Dario Nieuwenhuis
2021-08-19
1
-1
/
+1
*
Remove metapac from the Cargo.toml for h7.
Bob McWhirter
2021-08-18
1
-1
/
+0
*
Add H7 exti button example using correct EXTI reg block offsets.
Bob McWhirter
2021-08-16
1
-0
/
+36
*
examples: Consistently use unwrap! in favor of .unwrap()
Ben Gamari
2021-08-05
2
-5
/
+5
*
stm32/time: add Cargo features to choose tim2/tim3
Dario Nieuwenhuis
2021-08-05
1
-1
/
+1
*
time: replace dyn clock/alarm with a global Driver trait
Dario Nieuwenhuis
2021-08-05
6
-63
/
+9
*
Merge pull request #344 from bobmcwhirter/remove_builders
Dario Nieuwenhuis
2021-08-04
5
-38
/
+24
|
\
|
*
Formatting again.
Bob McWhirter
2021-08-04
4
-5
/
+2
|
*
Further work sharing config for example and removing duplicated code.
Bob McWhirter
2021-08-04
5
-73
/
+20
|
*
Remove unused import.
Bob McWhirter
2021-08-04
1
-1
/
+0
|
*
Formatting.
Bob McWhirter
2021-08-04
4
-10
/
+10
|
*
Remove builders from Config(s) and examples.
Bob McWhirter
2021-08-04
4
-17
/
+60
*
|
Update nightly, remove removed features.
Dario Nieuwenhuis
2021-08-04
7
-14
/
+0
|
/
*
Merge pull request #341 from lulf/usart-dma-read
Dario Nieuwenhuis
2021-08-04
1
-1
/
+1
|
\
[next]