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
*
Remove metapac from the Cargo.toml for h7.
Bob McWhirter
2021-08-18
1
-1
/
+0
*
Add STM32WL55 examples to CI (#361)
Ulf Lilleengen
2021-08-18
2
-2
/
+22
*
Add per-core EXTI support
Ulf Lilleengen
2021-08-17
1
-0
/
+34
*
Add example for STM32WL55
Ulf Lilleengen
2021-08-17
5
-0
/
+130
*
Add H7 exti button example using correct EXTI reg block offsets.
Bob McWhirter
2021-08-16
1
-0
/
+36
*
Add IRQ-driven buffered USART implementation for STM32 v2 usart (#356)
Ulf Lilleengen
2021-08-16
2
-0
/
+52
*
nrf: add WDT driver
Dario Nieuwenhuis
2021-08-07
1
-0
/
+46
*
stm32f4: Use unwrap! where possible
Ben Gamari
2021-08-05
1
-2
/
+2
*
examples: Consistently use unwrap! in favor of .unwrap()
Ben Gamari
2021-08-05
22
-65
/
+67
*
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
[next]