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
/
lib.rs
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Merge #601
bors[bot]
2022-02-09
1
-2
/
+0
|
\
|
*
stm32: change interrupt declarations from macrotables to build.rs.
Dario Nieuwenhuis
2022-02-09
1
-2
/
+0
*
|
Merge #602
bors[bot]
2022-02-09
1
-0
/
+2
|
\
\
|
|
/
|
/
|
|
*
Merge USB FS and HS peripherals. Add ULPI.
chemicstry
2022-02-09
1
-4
/
+2
|
*
Add stm32 USB OTG peripherals
chemicstry
2022-02-08
1
-0
/
+4
*
|
stm32: Add support for FMC
Matous Hybl
2022-02-08
1
-0
/
+2
|
/
*
Add low level timer API.
Matous Hybl
2022-01-13
1
-0
/
+1
*
Make exti an optional feature
Ulf Lilleengen
2022-01-12
1
-2
/
+2
*
stm32: remove Dbgmcu from public API.
Dario Nieuwenhuis
2022-01-05
1
-3
/
+7
*
stm32/rcc: remove Rcc struct, RccExt trait.
Dario Nieuwenhuis
2022-01-05
1
-2
/
+0
*
Update rust-toolchain
Ulf Lilleengen
2021-12-16
1
-1
/
+0
*
Add DCMI peripheral support.
Matous Hybl
2021-12-09
1
-0
/
+2
*
stm32/pwm: small cleanups
Dario Nieuwenhuis
2021-11-27
1
-2
/
+1
*
stm32/pwm: initial commit
Ben Gamari
2021-11-27
1
-0
/
+2
*
First pass at CRC_V1
Joshua Salzedo
2021-09-26
1
-2
/
+2
*
Start work on CRC_v1
Joshua Salzedo
2021-09-26
1
-0
/
+2
*
Merge pull request #381 from lulf/stm32wl55-subghz
Dario Nieuwenhuis
2021-09-06
1
-0
/
+3
|
\
|
*
Add HAL for SubGhz peripheral for STM32 WL series
Ulf Lilleengen
2021-09-02
1
-0
/
+3
*
|
Remove trait_alias, allow(incomplete_features).
Dario Nieuwenhuis
2021-09-03
1
-1
/
+0
|
/
*
stm32: move dbgmcu stuff to toplevel config setting, defaulting to true.
Dario Nieuwenhuis
2021-08-19
1
-0
/
+6
*
bxcan: namechange "bxcan_v1" -> "can_bxcan"
Timo Kröger
2021-08-18
1
-2
/
+2
*
CAN support with bxcan crate
Timo Kröger
2021-08-18
1
-0
/
+2
*
stm32/time: add Cargo features to choose tim2/tim3
Dario Nieuwenhuis
2021-08-05
1
-0
/
+2
*
time: replace dyn clock/alarm with a global Driver trait
Dario Nieuwenhuis
2021-08-05
1
-2
/
+4
*
Merge pull request #344 from bobmcwhirter/remove_builders
Dario Nieuwenhuis
2021-08-04
1
-8
/
+1
|
\
|
*
Remove builders from Config(s) and examples.
Bob McWhirter
2021-08-04
1
-8
/
+1
*
|
Update nightly, remove removed features.
Dario Nieuwenhuis
2021-08-04
1
-2
/
+0
|
/
*
Undo the pwr-guarding cfg.
Bob McWhirter
2021-08-02
1
-2
/
+1
*
Emit a default memory.x alongside device.x from metapac.
Bob McWhirter
2021-08-02
1
-1
/
+3
*
Auto-enable all GPIOs during init().
Bob McWhirter
2021-07-23
1
-0
/
+1
*
Add a `Dbgmcu` struct capable of enabling all relevant DBGMCU.cr fields.
Bob McWhirter
2021-07-22
1
-0
/
+2
*
stm32/dma: impl all variants
Dario Nieuwenhuis
2021-07-16
1
-13
/
+1
*
all hals: reexport PAC if `unstable-pac` feature is set.
Dario Nieuwenhuis
2021-07-14
1
-0
/
+3
*
Mix dmamux into bdma_v1.
Bob McWhirter
2021-07-13
1
-1
/
+4
*
Checkpoint my DMA for thales.
Bob McWhirter
2021-07-13
1
-0
/
+3
*
Checkpoint DMAMUX channel setup.
Bob McWhirter
2021-07-13
1
-0
/
+2
*
STM: Start working on bdma-v1
Thales Fragoso
2021-07-13
1
-0
/
+4
*
Stub in the DMA bits that aren't yet there.
Bob McWhirter
2021-07-01
1
-1
/
+1
*
Separate exti into v1 and v2
Thales Fragoso
2021-06-24
1
-2
/
+2
*
#[cfg] exti
Thales Fragoso
2021-06-24
1
-3
/
+3
*
eth-v2: Make embassy-net optional
Thales Fragoso
2021-06-16
1
-1
/
+1
*
eth-v2: Start Ethernet peripheral implementation
Thales Fragoso
2021-06-16
1
-0
/
+2
*
ADCv3 and example.
Bob McWhirter
2021-06-14
1
-0
/
+2
*
General clean-up and removal of dead code.
Bob McWhirter
2021-06-03
1
-1
/
+1
*
Migrate exti_irq stuff to macro tables.
Bob McWhirter
2021-06-03
1
-1
/
+1
*
DAC v2 basics.
Bob McWhirter
2021-06-01
1
-0
/
+2
*
Add stm32-metapac crate, with codegen in rust
Dario Nieuwenhuis
2021-05-31
1
-21
/
+34
*
Merge pull request #207 from lulf/clock-init
Dario Nieuwenhuis
2021-05-27
1
-0
/
+7
|
\
|
*
Use builder
Ulf Lilleengen
2021-05-27
1
-2
/
+3
|
*
Assume tim2 in macro and remove clock setup in chip specific rcc init
Ulf Lilleengen
2021-05-26
1
-3
/
+4
[prev]
[next]