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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support unstable-trait feature for stm32
Ulf Lilleengen
2022-01-26
32
-667
/
+598
*
Merge #589
bors[bot]
2022-01-25
2
-8
/
+26
|
\
|
*
stm32/i2c: allow empty transfers with async api
Sam Lakerveld
2022-01-25
2
-8
/
+26
*
|
Merge #590
bors[bot]
2022-01-25
3
-4
/
+4
|
\
\
|
*
|
Stop PWM before assigning the new sequence
huntc
2022-01-25
3
-4
/
+4
|
/
/
*
|
Merge #585
bors[bot]
2022-01-24
3
-49
/
+45
|
\
\
|
|
/
|
/
|
|
*
Strengthen the borrow
huntc
2022-01-24
3
-3
/
+3
|
*
Permit many sequences to be passed
huntc
2022-01-23
3
-47
/
+43
*
|
Merge #587
bors[bot]
2022-01-24
1
-0
/
+0
|
\
\
|
*
|
Update stm32-data
Dario Nieuwenhuis
2022-01-24
1
-0
/
+0
|
/
/
*
|
Merge #586
bors[bot]
2022-01-24
18
-42
/
+131
|
\
\
|
|
/
|
/
|
|
*
stm32/ci: add stm32f410tb, time-driver-any
Dario Nieuwenhuis
2022-01-24
1
-12
/
+13
|
*
stm32/rcc: fix stm32f410
Dario Nieuwenhuis
2022-01-24
1
-4
/
+8
|
*
stm32: add tim4, tim5 support for time-driver (stm32f410 doesn't have tim2, t...
Dario Nieuwenhuis
2022-01-24
3
-1
/
+23
|
*
stm32: add `time-driver-any` cargo feature that automatically picks one avail...
Dario Nieuwenhuis
2022-01-24
16
-26
/
+88
|
/
*
Merge #581
bors[bot]
2022-01-19
78
-584
/
+736
|
\
|
*
stm32/spi: expose all functionality as inherent methods.
Dario Nieuwenhuis
2022-01-19
12
-174
/
+203
|
*
stm32/dma: make lowlevel api take ptrs instead of slices.
Dario Nieuwenhuis
2022-01-19
3
-29
/
+48
|
*
stm32/i2c: expose all functionality as inherent methods.
Dario Nieuwenhuis
2022-01-19
4
-61
/
+96
|
*
stm32/usart: expose all functionality as inherent methods.
Dario Nieuwenhuis
2022-01-19
13
-40
/
+49
|
*
examples/stm32l0: cleanup
Dario Nieuwenhuis
2022-01-19
4
-37
/
+2
|
*
stm32/exti: add wait_for_high, wait_for_low.
Dario Nieuwenhuis
2022-01-19
1
-1
/
+41
|
*
stm32/exti: expose all functionality as inherent methods.
Dario Nieuwenhuis
2022-01-19
12
-18
/
+19
|
*
stm32/gpio: expose all functionality as inherent methods.
Dario Nieuwenhuis
2022-01-19
34
-210
/
+266
|
*
stm32: use critical_section instead of cortex_m::interrupt
Dario Nieuwenhuis
2022-01-19
3
-12
/
+12
|
*
stm32: remove unused .pep8 file
Dario Nieuwenhuis
2022-01-19
1
-2
/
+0
|
/
*
Merge #582
bors[bot]
2022-01-19
2
-15
/
+68
|
\
|
*
Make advanced timer trait not require general purpose timer trait as the time...
Matous Hybl
2022-01-18
2
-15
/
+68
*
|
Merge #583
bors[bot]
2022-01-19
2
-8
/
+8
|
\
\
|
|
/
|
/
|
|
*
nrf: return ptr in slice_ptr_parts
Dario Nieuwenhuis
2022-01-19
1
-3
/
+3
|
*
nrf: build with unstable-traits in ci
Dario Nieuwenhuis
2022-01-19
1
-5
/
+5
|
/
*
Merge #579
bors[bot]
2022-01-14
4
-37
/
+9
|
\
|
*
examples/stm32l1: remove memory.x, use the crate-provided one
Greg V
2022-01-14
2
-35
/
+0
|
*
stm32l1/rcc: fix clock frequency assertion
Greg V
2022-01-14
1
-1
/
+1
|
*
stm32l1/rcc: set required flash bits for high frequencies
Greg V
2022-01-14
2
-1
/
+8
|
/
*
Merge #552
bors[bot]
2022-01-14
22
-1085
/
+1594
|
\
|
*
nrf: impl embedded-hal 1.0 and embedded-hal-async traits.
Dario Nieuwenhuis
2022-01-13
8
-253
/
+910
|
*
nrf/rng: expose all functionality as inherent methods.
Dario Nieuwenhuis
2022-01-13
2
-68
/
+53
|
*
nrf/qspi: expose all functionality as inherent methods.
Dario Nieuwenhuis
2022-01-13
3
-122
/
+88
|
*
nrf/uarte: expose all functionality as inherent methods.
Dario Nieuwenhuis
2022-01-13
4
-197
/
+264
|
*
nrf/gpiote: expose all functionality as inherent methods.
Dario Nieuwenhuis
2022-01-13
4
-54
/
+31
|
*
nrf/gpio: Rename FlexPin to Flex.
Dario Nieuwenhuis
2022-01-13
2
-16
/
+16
|
*
nrf/twim: expose all functionality as inherent methods.
Dario Nieuwenhuis
2022-01-13
3
-267
/
+157
|
*
nrf/spim: expose all functionality as inherent methods.
Dario Nieuwenhuis
2022-01-13
2
-27
/
+47
|
*
nrf/spim: share code between blocking+async.
Dario Nieuwenhuis
2022-01-13
2
-142
/
+89
*
|
Merge #574
bors[bot]
2022-01-14
3
-23
/
+88
|
\
\
|
*
|
Update stm32-data.
Matous Hybl
2022-01-14
1
-0
/
+0
|
*
|
Add the possibility to reconfigure Spi mode and bit order configuration on th...
Matous Hybl
2022-01-14
2
-23
/
+88
|
|
/
*
|
Merge #578
bors[bot]
2022-01-14
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Fix typo in defuse doc comment
Daniel Bevenius
2022-01-14
1
-1
/
+1
|
/
[next]