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
*
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
*
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
2
-12
/
+6
*
Merge pull request #308 from timokroeger/stmf4-example-cleanup
Dario Nieuwenhuis
2021-07-21
7
-175
/
+106
|
\
|
*
Cleanup stm32f4 examples
Timo Kröger
2021-07-21
7
-175
/
+106
*
|
Merge pull request #302 from embassy-rs/rp-spi-fixes
Dario Nieuwenhuis
2021-07-20
3
-0
/
+218
|
\
\
|
*
|
rp/examples: add spi_display example
Dario Nieuwenhuis
2021-07-20
3
-0
/
+218
*
|
|
Merge pull request #226 from huntc/mpsc
Dario Nieuwenhuis
2021-07-20
1
-0
/
+65
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Provides a cleaner construction of the channel with the common "new" naming
huntc
2021-07-15
1
-1
/
+2
|
*
|
Use of a NoopMutex
huntc
2021-07-15
1
-4
/
+4
|
*
|
Remove the cell and trait
huntc
2021-07-15
1
-4
/
+4
|
*
|
Replace UnsafeCell
huntc
2021-07-15
1
-5
/
+3
|
*
|
Reduces the types on sender and receiver
huntc
2021-07-15
1
-3
/
+5
|
*
|
Multi Producer Single Consumer channel
huntc
2021-07-15
1
-0
/
+64
*
|
|
rp/examples: add spi example
Dario Nieuwenhuis
2021-07-19
1
-0
/
+50
|
|
/
|
/
|
*
|
stm32/examples: update DMA channel names
Dario Nieuwenhuis
2021-07-17
3
-3
/
+3
[next]