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
/
embassy-stm32
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update stm32-data
Dario Nieuwenhuis
2022-02-14
12
-101
/
+55
*
Merge #608
bors[bot]
2022-02-13
1
-0
/
+239
|
\
|
*
fix build for stm32f410tb
Frederik
2022-02-12
1
-1
/
+6
|
*
remove unnecessary mod
Frederik
2022-02-12
1
-33
/
+29
|
*
adc cleanup retval
Frederik
2022-02-11
1
-6
/
+3
|
*
stm32f4: add adc + example
Frederik
2022-02-10
1
-0
/
+241
*
|
stm32: add rust stable support
Dario Nieuwenhuis
2022-02-12
5
-6
/
+28
*
|
Merge #615
bors[bot]
2022-02-12
1
-2
/
+0
|
\
\
|
*
|
stm32: remove unused sealed::OptionalPin
Dario Nieuwenhuis
2022-02-12
1
-2
/
+0
*
|
|
blocking_mutex: refactor to work on stable. No GATs, and can be constructed i...
Dario Nieuwenhuis
2022-02-12
1
-3
/
+5
|
/
/
*
/
stm32: Add standard crate-wide macros for pin/dma traits, switch all drivers ...
Dario Nieuwenhuis
2022-02-10
23
-1779
/
+904
|
/
*
Add missing `+ 'd` on unborrows.
Dario Nieuwenhuis
2022-02-10
7
-22
/
+35
*
stm32: Remove OptionalPin
Dario Nieuwenhuis
2022-02-10
9
-394
/
+535
*
Merge #601
bors[bot]
2022-02-09
7
-100
/
+5
|
\
|
*
stm32: replace `peripheral_rcc!` macrotable with build.rs
Dario Nieuwenhuis
2022-02-09
5
-90
/
+4
|
*
stm32: change interrupt declarations from macrotables to build.rs.
Dario Nieuwenhuis
2022-02-09
2
-10
/
+1
*
|
Merge #602
bors[bot]
2022-02-09
2
-0
/
+334
|
\
\
|
|
/
|
/
|
|
*
Cleanup
chemicstry
2022-02-09
1
-9
/
+13
|
*
Merge USB FS and HS peripherals. Add ULPI.
chemicstry
2022-02-09
4
-310
/
+330
|
*
Add stm32 USB OTG peripherals
chemicstry
2022-02-08
3
-0
/
+310
*
|
stm32: Add support for FMC
Matous Hybl
2022-02-08
3
-0
/
+819
*
|
Fix RCC configuration for H7.
Matous Hybl
2022-02-08
1
-2
/
+1
|
/
*
stm32/dma: fix interrupt codegen for new stm32-data
Dario Nieuwenhuis
2022-02-05
3
-23
/
+4
*
Merge pull request #593 from embassy-rs/remove-traits
Dario Nieuwenhuis
2022-02-05
1
-50
/
+40
|
\
|
*
traits: migrate Delay to embedded-hal 1.0+async, remove Rng and Flash.
Dario Nieuwenhuis
2022-01-27
1
-50
/
+40
*
|
stm32f3: fix nonexistent cfg tests
Greg V
2022-02-02
1
-2
/
+2
|
/
*
Support unstable-trait feature for stm32
Ulf Lilleengen
2022-01-26
9
-221
/
+403
*
stm32/i2c: allow empty transfers with async api
Sam Lakerveld
2022-01-25
2
-8
/
+26
*
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
1
-0
/
+14
*
stm32: add `time-driver-any` cargo feature that automatically picks one avail...
Dario Nieuwenhuis
2022-01-24
1
-4
/
+4
*
stm32/spi: expose all functionality as inherent methods.
Dario Nieuwenhuis
2022-01-19
5
-160
/
+196
*
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
2
-58
/
+95
*
stm32/usart: expose all functionality as inherent methods.
Dario Nieuwenhuis
2022-01-19
1
-18
/
+26
*
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
1
-7
/
+19
*
stm32/gpio: expose all functionality as inherent methods.
Dario Nieuwenhuis
2022-01-19
2
-77
/
+165
*
stm32: use critical_section instead of cortex_m::interrupt
Dario Nieuwenhuis
2022-01-19
3
-12
/
+12
*
Make advanced timer trait not require general purpose timer trait as the time...
Matous Hybl
2022-01-18
2
-15
/
+68
*
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
1
-1
/
+8
*
Add the possibility to reconfigure Spi mode and bit order configuration on th...
Matous Hybl
2022-01-14
2
-23
/
+88
*
Make RCC accessible using low-level API.
Matous Hybl
2022-01-13
1
-0
/
+5
*
Add simple PWM, add PWM pin definitions also accessible from low-level API.
Matous Hybl
2022-01-13
3
-144
/
+428
*
Add low level timer API.
Matous Hybl
2022-01-13
2
-0
/
+225
*
Make exti an optional feature
Ulf Lilleengen
2022-01-12
2
-2
/
+5
*
stm32: remove Dbgmcu from public API.
Dario Nieuwenhuis
2022-01-05
2
-16
/
+7
*
stm32/rcc: remove Rcc struct, RccExt trait.
Dario Nieuwenhuis
2022-01-05
26
-3006
/
+2414
*
stm32/rcc: f4/f7 cleanup and make a bit more consistent.
Dario Nieuwenhuis
2022-01-04
5
-37
/
+37
[next]