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 #417 from huntc/extend-saadc
Dario Nieuwenhuis
2021-10-11
1
-4
/
+6
|
\
|
*
Extend SAADC one shot support
huntc
2021-10-09
1
-4
/
+6
*
|
Merge pull request #410 from lulf/embassy-lora
Dario Nieuwenhuis
2021-10-10
4
-1
/
+192
|
\
\
|
|
/
|
/
|
|
*
Add embassy-lora crate
Ulf Lilleengen
2021-09-30
4
-1
/
+192
*
|
nrf/saadc: remove Sample trait.
Dario Nieuwenhuis
2021-10-07
1
-1
/
+1
|
/
*
Initial STM32F1 family support with two examples for STM32F103C8 (Blue Pill)
Mariusz Ryndzionek
2021-09-28
5
-0
/
+126
*
Support for STM32L1
Ulf Lilleengen
2021-09-21
8
-1
/
+181
*
Update version of critical-section
Ulf Lilleengen
2021-09-13
2
-2
/
+2
*
Add WASM support for executor
Ulf Lilleengen
2021-09-13
5
-1
/
+106
*
embassy/channel: switch to use MutexKind
Dario Nieuwenhuis
2021-09-13
1
-3
/
+4
*
embassy: Refactor module structure to remove kitchen-sink `util`.
Dario Nieuwenhuis
2021-09-11
2
-15
/
+22
*
Update lots of deps
Dario Nieuwenhuis
2021-09-11
12
-79
/
+76
*
Merge pull request #381 from lulf/stm32wl55-subghz
Dario Nieuwenhuis
2021-09-06
2
-1
/
+130
|
\
|
*
Add HAL for SubGhz peripheral for STM32 WL series
Ulf Lilleengen
2021-09-02
2
-1
/
+130
*
|
Remove trait_alias, allow(incomplete_features).
Dario Nieuwenhuis
2021-09-03
71
-112
/
+0
*
|
Fix embassy::main macros for std target
Ulf Lilleengen
2021-09-02
1
-9
/
+4
*
|
Merge pull request #382 from fnafnio/typestate_nrf_timer
Dario Nieuwenhuis
2021-09-02
1
-0
/
+29
|
\
\
|
|
/
|
/
|
|
*
removed type aliases
f_punk
2021-09-02
1
-0
/
+29
*
|
Merge pull request #383 from embassy-rs/saadc-fixes
Dario Nieuwenhuis
2021-09-01
1
-0
/
+25
|
\
\
|
*
|
nrf/saadc: add example
Dario Nieuwenhuis
2021-09-01
1
-0
/
+25
|
|
/
*
|
Merge pull request #379 from bobmcwhirter/random_range
Dario Nieuwenhuis
2021-09-01
2
-3
/
+38
|
\
\
|
|
/
|
/
|
|
*
Formatting.
Bob McWhirter
2021-09-01
1
-1
/
+1
|
*
Rename Random impl to Rng.
Bob McWhirter
2021-09-01
2
-8
/
+8
|
*
Formatting. Always formatting.
Bob McWhirter
2021-08-30
1
-4
/
+4
|
*
Move random utils to another trait.
Bob McWhirter
2021-08-30
1
-1
/
+1
|
*
Add example using ranged RNG.
Bob McWhirter
2021-08-27
1
-0
/
+35
*
|
Improve executor naming. Add docs.
Dario Nieuwenhuis
2021-08-31
1
-3
/
+3
|
/
*
std: fold into embassy core, add non-hacky time driver.
Dario Nieuwenhuis
2021-08-25
4
-6
/
+4
*
nrf: make gpiote and time-driver optional via cargo features.
Dario Nieuwenhuis
2021-08-20
1
-1
/
+1
*
nrf/wdt: add handle steal
Dario Nieuwenhuis
2021-08-20
1
-1
/
+1
*
Merge pull request #333 from bgamari/stm32g0
Dario Nieuwenhuis
2021-08-20
8
-0
/
+198
|
\
|
*
Add STM32G0 examples
Ben Gamari
2021-08-20
8
-0
/
+198
*
|
Merge pull request #367 from embassy-rs/metapac-cleanup
Dario Nieuwenhuis
2021-08-20
41
-180
/
+50
|
\
|
|
*
stm32: move dbgmcu stuff to toplevel config setting, defaulting to true.
Dario Nieuwenhuis
2021-08-19
41
-185
/
+19
|
*
stm32/wl: add stub APB3 to get it to build.
Dario Nieuwenhuis
2021-08-19
1
-1
/
+1
|
*
stm32/exti: unify all versions into single impl
Dario Nieuwenhuis
2021-08-19
1
-0
/
+36
*
|
wl55: update to cortex-m-rt 0.7
Dario Nieuwenhuis
2021-08-19
1
-1
/
+1
*
|
nrf: update to cortex-m-rt 0.7
Dario Nieuwenhuis
2021-08-19
1
-1
/
+1
|
/
*
Update cortex-m-rt to v0.7 for stm32, rp.
Dario Nieuwenhuis
2021-08-19
5
-6
/
+5
*
bxcan: Fix the flaky CAN example
Timo Kröger
2021-08-18
1
-2
/
+15
*
bxcan: namechange "bxcan_v1" -> "can_bxcan"
Timo Kröger
2021-08-18
1
-1
/
+1
*
CAN support with bxcan crate
Timo Kröger
2021-08-18
2
-0
/
+40
*
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
[next]