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
Commit message (
Expand
)
Author
Age
Files
Lines
*
stm32/time: add Cargo features to choose tim2/tim3
Dario Nieuwenhuis
2021-08-05
7
-13
/
+15
*
time: replace dyn clock/alarm with a global Driver trait
Dario Nieuwenhuis
2021-08-05
28
-117
/
+19
*
Merge pull request #344 from bobmcwhirter/remove_builders
Dario Nieuwenhuis
2021-08-04
7
-48
/
+31
|
\
|
*
Grep fails me.
Bob McWhirter
2021-08-04
1
-2
/
+0
|
*
Fmt giving me headaches.
Bob McWhirter
2021-08-04
1
-1
/
+0
|
*
Um.
Bob McWhirter
2021-08-04
1
-0
/
+1
|
*
Unused import.
Bob McWhirter
2021-08-04
1
-1
/
+0
|
*
Remove more extra vars.
Bob McWhirter
2021-08-04
2
-7
/
+3
|
*
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
6
-19
/
+66
*
|
Update nightly, remove removed features.
Dario Nieuwenhuis
2021-08-04
57
-114
/
+0
|
/
*
rustfmt everything
Dario Nieuwenhuis
2021-08-04
2
-2
/
+1
*
Merge pull request #341 from lulf/usart-dma-read
Dario Nieuwenhuis
2021-08-04
4
-3
/
+45
|
\
|
*
Rename bread -> read_blocking
Ulf Lilleengen
2021-08-04
3
-3
/
+3
|
*
Add uart::Read DMA-based implementation
Ulf Lilleengen
2021-08-03
4
-3
/
+45
*
|
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
2
-11
/
+10
*
Use an em bikeshed instead of an underscore bikeshed.
Bob McWhirter
2021-08-02
2
-2
/
+2
*
Put the implicit memory.x behind a `memory_x` feature on embassy-stm32.
Bob McWhirter
2021-08-02
2
-2
/
+2
*
Emit a default memory.x alongside device.x from metapac.
Bob McWhirter
2021-08-02
4
-64
/
+0
*
examples: Drop build-std = ["core"]
Ben Gamari
2021-07-31
6
-18
/
+0
*
Merge pull request #321 from thalesfragoso/f4-pll
Dario Nieuwenhuis
2021-07-31
1
-0
/
+34
|
\
|
*
f4-pll: Add max values per chip
Thales Fragoso
2021-07-29
1
-1
/
+1
|
*
f4-rcc: Add option to enable debug_wfe and add hello example
Thales Fragoso
2021-07-29
1
-0
/
+34
*
|
stm32l4: Fix examples crate name
Timo Kröger
2021-07-29
1
-1
/
+1
*
|
stm32l0: Use `embassy::main` for examples
Timo Kröger
2021-07-29
2
-44
/
+17
*
|
stm32l4: Cleanup examples
Timo Kröger
2021-07-29
9
-75
/
+48
*
|
stm32f0: Enable debug access in low power modes
Timo Kröger
2021-07-29
2
-1
/
+9
|
/
*
Rename embassy-extras to embassy-hal-common
Dario Nieuwenhuis
2021-07-29
5
-5
/
+5
*
Use `embassy::main` macro for stm32f4 examples
Timo Kröger
2021-07-27
6
-133
/
+59
*
stm32/examples: cleanup L4
Dario Nieuwenhuis
2021-07-24
10
-279
/
+100
*
Enable SYSCFG clock in `exti::init()`
Timo Kröger
2021-07-24
7
-39
/
+3
*
Reset back the memory.x also.
Bob McWhirter
2021-07-23
1
-2
/
+2
*
Reset the examples to the original F4 flavor.
Bob McWhirter
2021-07-23
2
-4
/
+3
*
Enable DMA for SPIv1 on F4's etc.
Bob McWhirter
2021-07-23
4
-3
/
+92
*
Make SPIv3 work with DMA.
Bob McWhirter
2021-07-23
2
-0
/
+221
*
FFS warnings about unused Result<>.
Bob McWhirter
2021-07-23
1
-1
/
+1
*
Fix warnings about un-used variables.
Bob McWhirter
2021-07-23
1
-2
/
+2
*
Fix extraneous `mut` warnings in L4 example.
Bob McWhirter
2021-07-23
1
-3
/
+3
*
Fix up the L0 example for SPI.
Bob McWhirter
2021-07-23
1
-1
/
+4
*
Improve the SPIv2 DMA example to verify it actually works.
Bob McWhirter
2021-07-23
1
-9
/
+22
*
SPIv2 + DMA.
Bob McWhirter
2021-07-23
2
-0
/
+106
*
Use `Dbgmcu::enable_all()` in stm32f4 examples
Timo Kröger
2021-07-23
6
-39
/
+10
*
stm32: No need to enable GPIO clocks manually
Timo Kröger
2021-07-23
21
-221
/
+36
[next]