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
/
stm32f7
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
1
-3
/
+4
*
traits: migrate Delay to embedded-hal 1.0+async, remove Rng and Flash.
Dario Nieuwenhuis
2022-01-27
1
-1
/
+0
*
stm32: add `time-driver-any` cargo feature that automatically picks one avail...
Dario Nieuwenhuis
2022-01-24
1
-1
/
+1
*
stm32/usart: expose all functionality as inherent methods.
Dario Nieuwenhuis
2022-01-19
1
-1
/
+0
*
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
2
-9
/
+7
*
Make exti an optional feature
Ulf Lilleengen
2022-01-12
1
-2
/
+2
*
Review changes
Robert Walker
2021-12-29
1
-21
/
+5
*
Added and tested the usart dma example for stm32f767zi using a
Robert Walker
2021-12-28
1
-0
/
+46
*
Use smoltcp 0.8.0 from crates.io.
Matous Hybl
2021-12-12
1
-2
/
+1
*
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
*
Further cargo muckings for smol/defmt.
Bob McWhirter
2021-11-15
1
-2
/
+2
*
Adjust all examples to defmt 0.3.
Bob McWhirter
2021-11-15
1
-17
/
+6
*
Add v1c ethernet driver for the STM32F7 family.
Matous Hybl
2021-11-10
3
-2
/
+156
*
Replace rustflags with build.rs extra-link-args.
Dario Nieuwenhuis
2021-11-07
2
-12
/
+4
*
Initial support for STM32F767ZI.
Matous Hybl
2021-10-26
9
-0
/
+240