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
*
embassy, embassy-nrf: add `nightly` Cargo feature to gate nightly-only features.
Dario Nieuwenhuis
2022-02-12
3
-2
/
+5
*
blocking_mutex: refactor to work on stable. No GATs, and can be constructed i...
Dario Nieuwenhuis
2022-02-12
3
-10
/
+13
*
Merge #607
bors[bot]
2022-02-11
3
-14
/
+21
|
\
|
*
stm32: Add standard crate-wide macros for pin/dma traits, switch all drivers ...
Dario Nieuwenhuis
2022-02-10
3
-14
/
+21
*
|
Add button_events example for stm32f3
Cristian Eigel
2022-02-11
1
-0
/
+163
*
|
Port multiprio example to stm32f3 and stm32f4 platforms
Cristian Eigel
2022-02-10
2
-0
/
+288
|
/
*
stm32: Remove OptionalPin
Dario Nieuwenhuis
2022-02-10
6
-37
/
+11
*
Add embassy-boot
Ulf Lilleengen
2022-02-09
7
-0
/
+180
*
Merge #602
bors[bot]
2022-02-09
3
-1
/
+217
|
\
|
*
Fix function name
chemicstry
2022-02-09
1
-1
/
+1
|
*
Merge USB FS and HS peripherals. Add ULPI.
chemicstry
2022-02-09
3
-3
/
+117
|
*
Add stm32 USB OTG peripherals
chemicstry
2022-02-08
2
-1
/
+103
*
|
stm32: Add support for FMC
Matous Hybl
2022-02-08
3
-1
/
+207
|
/
*
Upgrade to embedded-storage 0.3.0
Ulf Lilleengen
2022-02-07
1
-1
/
+1
*
Merge #591
bors[bot]
2022-02-05
4
-17
/
+145
|
\
|
*
Further API simplification for the single seq scenario
huntc
2022-02-05
3
-9
/
+6
|
*
Removed unrequired clone
huntc
2022-02-04
1
-1
/
+1
|
*
Introduced the SingleSequencer and a more complex Sequencer
huntc
2022-02-04
4
-27
/
+62
|
*
Small correction to times
huntc
2022-02-04
1
-1
/
+1
|
*
Revert the use of forever
huntc
2022-02-04
1
-7
/
+2
|
*
Update another example
huntc
2022-02-04
1
-13
/
+14
|
*
Expose PWM
huntc
2022-02-04
2
-11
/
+17
|
*
Introduces a Sequences struct
huntc
2022-02-04
1
-21
/
+18
|
*
Some more doco
huntc
2022-01-30
1
-2
/
+2
|
*
Revert "Own the sequence buffer"
huntc
2022-01-30
3
-32
/
+36
|
*
Own the sequence buffer
huntc
2022-01-29
3
-36
/
+32
|
*
Now permits sequences to be mutated subsequently
huntc
2022-01-28
3
-14
/
+41
|
*
Make the sequence a little nicer to pass around
huntc
2022-01-28
3
-27
/
+23
|
*
PWM WS2812B example and per sequence config
huntc
2022-01-28
3
-9
/
+83
*
|
traits: migrate Delay to embedded-hal 1.0+async, remove Rng and Flash.
Dario Nieuwenhuis
2022-01-27
18
-41
/
+13
|
/
*
Support unstable-trait feature for stm32
Ulf Lilleengen
2022-01-26
10
-20
/
+19
*
Stop PWM before assigning the new sequence
huntc
2022-01-25
2
-2
/
+2
*
Merge #585
bors[bot]
2022-01-24
2
-19
/
+13
|
\
|
*
Strengthen the borrow
huntc
2022-01-24
2
-2
/
+2
|
*
Permit many sequences to be passed
huntc
2022-01-23
2
-17
/
+11
*
|
stm32: add `time-driver-any` cargo feature that automatically picks one avail...
Dario Nieuwenhuis
2022-01-24
13
-13
/
+13
|
/
*
stm32/spi: expose all functionality as inherent methods.
Dario Nieuwenhuis
2022-01-19
6
-12
/
+6
*
stm32/i2c: expose all functionality as inherent methods.
Dario Nieuwenhuis
2022-01-19
2
-3
/
+1
*
stm32/usart: expose all functionality as inherent methods.
Dario Nieuwenhuis
2022-01-19
9
-18
/
+9
*
examples/stm32l0: cleanup
Dario Nieuwenhuis
2022-01-19
4
-37
/
+2
*
stm32/exti: expose all functionality as inherent methods.
Dario Nieuwenhuis
2022-01-19
11
-11
/
+0
*
stm32/gpio: expose all functionality as inherent methods.
Dario Nieuwenhuis
2022-01-19
30
-109
/
+79
*
examples/stm32l1: remove memory.x, use the crate-provided one
Greg V
2022-01-14
2
-35
/
+0
*
nrf: impl embedded-hal 1.0 and embedded-hal-async traits.
Dario Nieuwenhuis
2022-01-13
1
-1
/
+0
*
nrf/rng: expose all functionality as inherent methods.
Dario Nieuwenhuis
2022-01-13
1
-4
/
+2
*
nrf/qspi: expose all functionality as inherent methods.
Dario Nieuwenhuis
2022-01-13
2
-2
/
+0
*
nrf/uarte: expose all functionality as inherent methods.
Dario Nieuwenhuis
2022-01-13
3
-13
/
+7
*
nrf/gpiote: expose all functionality as inherent methods.
Dario Nieuwenhuis
2022-01-13
2
-2
/
+0
*
nrf/twim: expose all functionality as inherent methods.
Dario Nieuwenhuis
2022-01-13
2
-2
/
+2
*
nrf/spim: expose all functionality as inherent methods.
Dario Nieuwenhuis
2022-01-13
1
-5
/
+4
[next]