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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'main' into time
xoviat
2025-11-26
18
-352
/
+593
|
\
|
*
stm32: extract busychannel into common api
xoviat
2025-11-25
7
-83
/
+105
|
*
fmt
xoviat
2025-11-25
1
-0
/
+4
|
*
stm32: allow granular stop for uart
xoviat
2025-11-25
4
-10
/
+53
|
*
Merge pull request #4946 from xoviat/pwm
xoviat
2025-11-25
5
-1
/
+233
|
|
\
|
|
*
fmt
xoviat
2025-11-25
1
-3
/
+0
|
|
*
pwm: cleanup
xoviat
2025-11-25
1
-53
/
+0
|
|
*
Merge branch 'feat/pwm_waveform_continuous' of github.com:KorribanMaster/emba...
xoviat
2025-11-25
1
-0
/
+53
|
|
|
\
|
|
|
*
fix: Formatting, use nightly...
Eicke Hecht
2025-11-24
1
-2
/
+1
|
|
|
*
fix: formatting
Eicke Hecht
2025-11-24
1
-1
/
+1
|
|
|
*
wip: Add a working example for the stm32f767zi nucleo. Currently no PWM signa...
Eicke Hecht
2025-11-24
1
-0
/
+2
|
|
|
*
fix: Warnings and formatting all fixed
Eicke Hecht
2025-11-24
3
-15
/
+45
|
|
|
*
feat: Implement basic ring buffered PWM channel
Eicke Hecht
2025-11-24
3
-25
/
+163
|
|
|
*
wip: adding basic ringbuffered structure
Eicke Hecht
2025-11-23
2
-0
/
+48
|
|
|
*
fix: Fix waveform for channels > 1 and disallow for unsupported dmas
Eicke Hecht
2025-11-23
1
-3
/
+9
|
|
|
*
doc: Add changelog
Eicke Hecht
2025-11-19
1
-0
/
+1
|
|
|
*
feat: Add generation of a continuous waveforms for SimplePWM
Eicke Hecht
2025-11-19
2
-2
/
+48
|
|
*
|
timer: add writable ring buffer
xoviat
2025-11-25
5
-1
/
+236
|
*
|
|
Merge pull request #4932 from xoviat/lp-dma
xoviat
2025-11-25
1
-11
/
+0
|
|
\
\
\
|
|
|
/
/
|
|
/
|
|
|
|
*
|
Merge branch 'main' of https://github.com/embassy-rs/embassy into lp-dma
xoviat
2025-11-22
8
-34
/
+555
|
|
|
\
\
|
|
*
|
|
low_power: remove device busys for wle
xoviat
2025-11-22
1
-11
/
+0
|
*
|
|
|
cleanup low-level timer methods
xoviat
2025-11-25
3
-100
/
+59
|
*
|
|
|
stm32: remove waveform method
xoviat
2025-11-25
4
-49
/
+1
|
*
|
|
|
Merge branch 'main' of https://github.com/embassy-rs/embassy into xspi
xoviat
2025-11-24
123
-4431
/
+8893
|
|
\
\
\
\
|
*
|
|
|
|
Update CHANGELOG.md
Brian Schwind
2025-10-04
1
-1
/
+2
|
*
|
|
|
|
xspi: properly respect the max DMA transfer size when reading and writing
Brian Schwind
2025-10-04
1
-32
/
+41
|
*
|
|
|
|
xspi: properly configure the transfer size
Brian Schwind
2025-10-04
1
-7
/
+12
|
*
|
|
|
|
xspi: use a named enum variant in place of a literal zero
Brian Schwind
2025-10-04
1
-3
/
+3
|
*
|
|
|
|
hspi: properly respect the max DMA transfer size when reading and writing
Brian Schwind
2025-10-04
1
-32
/
+41
|
*
|
|
|
|
hspi: properly configure the transfer size
Brian Schwind
2025-10-04
1
-6
/
+12
|
*
|
|
|
|
hspi: use a named enum variant in place of a literal zero
Brian Schwind
2025-10-04
1
-1
/
+1
|
*
|
|
|
|
ospi: properly respect the max DMA transfer size when reading
Brian Schwind
2025-10-04
1
-16
/
+20
|
*
|
|
|
|
ospi: properly respect the max DMA transfer size when writing
Brian Schwind
2025-10-04
1
-2
/
+2
|
*
|
|
|
|
ospi: properly configure the transfer size
Brian Schwind
2025-10-04
1
-6
/
+12
|
*
|
|
|
|
ospi: use a named enum variant in place of a literal zero
Brian Schwind
2025-10-04
1
-1
/
+1
*
|
|
|
|
|
stm32: allow split irqs for time driver
xoviat
2025-11-25
3
-130
/
+46
|
|
/
/
/
/
|
/
|
|
|
|
*
|
|
|
|
Merge branch 'main' of https://github.com/embassy-rs/embassy into wpan
xoviat
2025-11-23
1
-2
/
+2
|
\
\
\
\
\
|
*
|
|
|
|
wpan: use ptr arithmatic
xoviat
2025-11-23
1
-1
/
+1
|
*
|
|
|
|
stm32: update pac
xoviat
2025-11-23
1
-2
/
+2
*
|
|
|
|
|
wpan: restructure ipcc and hil test wpan_mac
xoviat
2025-11-23
1
-97
/
+153
|
/
/
/
/
/
*
|
|
|
|
Build script now injects EXTI2 => EXTI2_TSC peripheral/interrupt mapping if i...
WillaWillNot
2025-11-22
3
-19
/
+22
*
|
|
|
|
Synchronize with main branch
WillaWillNot
2025-11-22
14
-106
/
+705
|
\
\
\
\
\
|
|
|
_
|
/
/
|
|
/
|
|
|
|
*
|
|
|
Merge pull request #4931 from xoviat/lp-dma
xoviat
2025-11-22
8
-72
/
+150
|
|
\
\
\
\
|
|
|
|
/
/
|
|
|
/
|
|
|
|
*
|
|
low power: store stop mode for dma channels
xoviat
2025-11-21
8
-72
/
+150
|
*
|
|
|
Merge pull request #4925 from diondokter/u0-lcd
xoviat
2025-11-22
5
-3
/
+532
|
|
\
\
\
\
|
|
*
|
|
|
Impl blink
Dion Dokter
2025-11-22
1
-2
/
+71
|
|
*
|
|
|
Update metapack and add all(?) families + v1 support
Dion Dokter
2025-11-22
2
-4
/
+7
|
|
*
|
|
|
Add L0 family
Dion Dokter
2025-11-22
1
-1
/
+3
|
|
*
|
|
|
fmt + clippy + changelog
Dion Dokter
2025-11-22
2
-1
/
+2
|
|
*
|
|
|
Restructure build script and pin traits a little bit
Dion Dokter
2025-11-22
2
-19
/
+30
[next]