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/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
|
\
|
*
Rename bread -> read_blocking
Ulf Lilleengen
2021-08-04
1
-1
/
+1
|
*
Add uart::Read DMA-based implementation
Ulf Lilleengen
2021-08-03
1
-1
/
+1
*
|
Run cargo-fmt on the h7 examples.
Bob McWhirter
2021-08-03
3
-36
/
+27
*
|
Formatting fixes.
Bob McWhirter
2021-08-03
1
-2
/
+0
*
|
Enhance Rcc configuration to be more fluentish.
Bob McWhirter
2021-08-03
7
-211
/
+75
|
/
*
Mark `new`s as unsafe due to not being leak-safe.
Dario Nieuwenhuis
2021-08-02
1
-4
/
+6
*
hal-common: remove Pin in PeripheralMutex
Dario Nieuwenhuis
2021-08-02
1
-11
/
+7
*
Use an em bikeshed instead of an underscore bikeshed.
Bob McWhirter
2021-08-02
1
-1
/
+1
*
Put the implicit memory.x behind a `memory_x` feature on embassy-stm32.
Bob McWhirter
2021-08-02
1
-1
/
+1
*
Emit a default memory.x alongside device.x from metapac.
Bob McWhirter
2021-08-02
2
-26
/
+0
*
Rename embassy-extras to embassy-hal-common
Dario Nieuwenhuis
2021-07-29
1
-1
/
+1
*
Make SPIv3 work with DMA.
Bob McWhirter
2021-07-23
2
-0
/
+221
*
stm32: No need to enable GPIO clocks manually
Timo Kröger
2021-07-23
5
-56
/
+10
*
Auto-enable all GPIOs during init().
Bob McWhirter
2021-07-23
1
-12
/
+0
*
Add a `Dbgmcu` struct capable of enabling all relevant DBGMCU.cr fields.
Bob McWhirter
2021-07-22
1
-7
/
+4
*
stm32/examples: update DMA channel names
Dario Nieuwenhuis
2021-07-17
1
-1
/
+1
*
Get DMA on H7 working, add usart_dma example for H7.
Bob McWhirter
2021-07-16
1
-0
/
+100
*
stm32/dma: fix h7 impls
Dario Nieuwenhuis
2021-07-16
1
-6
/
+3
*
Fix the h7 example.
Bob McWhirter
2021-07-14
1
-1
/
+2
*
fix stm32 warnings
Rukai
2021-07-05
4
-12
/
+10
*
Make UART pins Rx/Tx/etc in addition to USART.
Bob McWhirter
2021-07-01
1
-0
/
+99
*
stm32: Update gpio examples
Thales Fragoso
2021-06-25
1
-6
/
+4
*
net: Make the user pass in the StackResources in init
Thales Fragoso
2021-06-20
1
-2
/
+7
*
stm32h7: Add ethernet example
Thales Fragoso
2021-06-16
5
-2
/
+215
*
Bring over DAC example (relies upon stm32-data update)
Bob McWhirter
2021-06-08
2
-4
/
+94
*
Initial swag at h7 examples.
Bob McWhirter
2021-06-08
4
-0
/
+138
[prev]