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
*
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
*
Port the PWM example to H7, add low-level API example implementing 32-bit PWM.
Matous Hybl
2022-01-13
4
-3
/
+199
*
Make exti an optional feature
Ulf Lilleengen
2022-01-12
10
-12
/
+12
*
Remove unsafe from new on RND
huntc
2022-01-06
1
-1
/
+1
*
stm32/rcc: remove Rcc struct, RccExt trait.
Dario Nieuwenhuis
2022-01-05
4
-31
/
+13
*
stm32h7/rcc: remove unneeded DMA enable settings.
Dario Nieuwenhuis
2022-01-04
2
-3
/
+0
*
stm32/rcc: remove builders on Config.
Dario Nieuwenhuis
2022-01-04
4
-5
/
+5
*
Merge #539
bors[bot]
2022-01-04
3
-0
/
+164
|
\
|
*
example cleanup
Jacob Rosenthal
2021-12-16
2
-5
/
+2
|
*
usb_uart_io example equivilent to usb_uart
Jacob Rosenthal
2021-12-16
1
-0
/
+70
|
*
simplify usb_uart example
Jacob Rosenthal
2021-12-16
1
-30
/
+30
|
*
cleanup example
Jacob Rosenthal
2021-12-15
1
-23
/
+25
|
*
enable USB peripheral for relevant chips
Jacob Rosenthal
2021-12-15
1
-2
/
+2
|
*
rename to UsbBus
Jacob Rosenthal
2021-12-15
1
-2
/
+2
|
*
dont rely on nrf-usdb
Jacob Rosenthal
2021-12-14
1
-1
/
+0
|
*
sorta works, too many interupts?
Jacob Rosenthal
2021-12-14
2
-4
/
+3
|
*
dont expose embedded_hal_common::usb
Jacob Rosenthal
2021-12-14
1
-6
/
+2
|
*
revert
Jacob Rosenthal
2021-12-14
1
-2
/
+4
|
*
make send, consolidate usb types
Jacob Rosenthal
2021-12-13
1
-4
/
+2
|
*
stub out the embassy registers for usbd
Jacob Rosenthal
2021-12-13
1
-2
/
+4
|
*
usb feature gate
Jacob Rosenthal
2021-12-12
1
-1
/
+1
|
*
nrf-usbd
Jacob Rosenthal
2021-12-12
2
-0
/
+99
*
|
Merge #545
bors[bot]
2022-01-03
3
-0
/
+118
|
\
\
|
*
|
Add adapter for implementing async traits for blocking types
Ulf Lilleengen
2021-12-17
3
-0
/
+118
*
|
|
Merge #563
bors[bot]
2022-01-01
2
-0
/
+32
|
\
\
\
|
*
|
|
examples: stm32f1: Add an example of using the ADC
Sjoerd Simons
2021-12-30
1
-0
/
+29
|
*
|
|
examples: stm32f1: Optimize for size on development builds
Sjoerd Simons
2021-12-30
1
-0
/
+3
*
|
|
|
Review changes
Robert Walker
2021-12-29
1
-21
/
+5
*
|
|
|
Added and tested the usart dma example for stm32f767zi using a
Robert Walker
2021-12-28
1
-0
/
+46
|
/
/
/
*
/
/
nrf/gpio: add infallible inherent methods, remove some duplication.
Dario Nieuwenhuis
2021-12-20
3
-16
/
+12
|
/
/
*
|
Update rust-toolchain
Ulf Lilleengen
2021-12-16
7
-9
/
+4
[next]