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
*
changelog: add entry for receive_waveform
RaulIQ
2025-09-30
1
-1
/
+1
*
add DMA-based input capture for timer channels
RaulIQ
2025-09-30
1
-0
/
+38
*
Remove 'new_with_config()', just use 'new()'
Brian Schwind
2025-09-29
1
-9
/
+0
*
Update embassy-stm32/CHANGELOG.md
Brian Schwind
2025-09-29
1
-0
/
+1
*
Add a Config struct for the Qei peripheral
Brian Schwind
2025-09-29
1
-5
/
+60
*
Remove the QeiPin struct
Brian Schwind
2025-09-29
1
-23
/
+0
*
Make the Qei struct own the channel 1 and 2 pins
Brian Schwind
2025-09-29
1
-7
/
+18
*
stm32: update metapac, add L4+ to CI.
Dario Nieuwenhuis
2025-09-26
5
-49
/
+34
*
stm32-metapack: Corrects the RTC register map for l4p and l4q.
Piotr Esden-Tempski
2025-09-24
2
-2
/
+4
*
Update manifests to satisfy new checks.
Dario Nieuwenhuis
2025-09-22
1
-0
/
+4
*
Add support for USB CRS sync
Narottam Royal
2025-09-21
2
-2
/
+13
*
Undo autoformat
Per Rosengren
2025-09-16
1
-66
/
+43
*
Merge remote-tracking branch 'upstream/main' into adc_v3-enums
Per Rosengren
2025-09-16
13
-75
/
+143
|
\
|
*
Aaaaaand the changelog of course
goodhoko
2025-09-16
1
-0
/
+1
|
*
Write data with the Ospi peripheral in chunks to respect the max DMA transfer...
Brian Schwind
2025-09-16
1
-18
/
+24
|
*
Don't forget to update the changelog (again)
goodhoko
2025-09-16
1
-0
/
+1
|
*
Handle OSPI address errors
goodhoko
2025-09-16
1
-3
/
+18
|
*
Also derive for enums that aren't available under my feature-set
goodhoko
2025-09-16
2
-0
/
+15
|
*
It's "derive" all the way down
goodhoko
2025-09-16
1
-0
/
+8
|
*
Don't forget to update the changelog (thanks CI!)
goodhoko
2025-09-16
1
-0
/
+1
|
*
Unify derivation of Clone, Copy and defmt::format for all *SPI configs
goodhoko
2025-09-16
4
-0
/
+10
|
*
Merge pull request #4664 from phycrax/qspi_gpio_speed
Dario Nieuwenhuis
2025-09-15
2
-24
/
+29
|
|
\
|
|
*
tag config as non exhaustive
Süha Ünüvar
2025-09-15
1
-0
/
+1
|
|
*
update changelog
Süha Ünüvar
2025-09-15
1
-0
/
+1
|
|
*
add gpio speed to qspi config
Süha Ünüvar
2025-09-15
1
-24
/
+27
|
*
|
derive Debug and Format for Averaging
dimi
2025-09-15
4
-3
/
+8
|
|
/
|
*
Update embassy-stm32/CHANGELOG.md
Brian Schwind
2025-09-13
1
-0
/
+1
|
*
Apply fixes to XSPI as well
Brian Schwind
2025-09-13
1
-9
/
+8
|
*
Apply fixes to HSPI as well
Brian Schwind
2025-09-13
1
-9
/
+8
|
*
Set the alternate bytes register to the correct value when configuring an Osp...
Brian Schwind
2025-09-13
1
-6
/
+5
|
*
Typo fixes
Brian Schwind
2025-09-13
1
-4
/
+4
|
*
stm32/usart: fix blocking flush
Birk Tjelmeland
2025-09-10
2
-1
/
+4
*
|
Re-export API enums and update examples
Per Rosengren
2025-09-16
1
-1
/
+3
*
|
rustfmt
Per Rosengren
2025-09-16
1
-3
/
+2
*
|
changelog entry
Per Rosengren
2025-09-16
1
-42
/
+66
*
|
ADC v3: Migrate to stm32-data g0 with enums
Per Rosengren
2025-09-16
2
-71
/
+113
|
/
*
Merge pull request #4430 from fwolter/add-f1-remap
Dario Nieuwenhuis
2025-09-05
33
-423
/
+583
|
\
|
*
stm32/afio: fix accidentally always using AF number 0 on non-AFIO chips.
Dario Nieuwenhuis
2025-09-06
1
-4
/
+4
|
*
stm32/afio: make af_num() unavailable in afio chips.
Dario Nieuwenhuis
2025-09-06
25
-143
/
+131
|
*
stm32/afio: make the A generic param only appear in chips with AFIO.
Dario Nieuwenhuis
2025-09-05
16
-226
/
+291
|
*
stm32/afio: use type inference for timer remaps as well.
Dario Nieuwenhuis
2025-09-05
9
-273
/
+139
|
*
Add STM32F1 AFIO remap
Fabian Wolter
2025-09-05
20
-265
/
+506
*
|
fix(embassy-stm32): Remove duplicate fn call, vestigial from earlier refcount...
Francisco José Gómez
2025-09-05
2
-5
/
+1
|
/
*
Merge pull request #4368 from nikvoid/stm32-complementary-pwm-dma
Dario Nieuwenhuis
2025-09-05
1
-0
/
+60
|
\
|
*
stm32: add `waveform_up` function for complementary PWM too
nikvoid
2025-07-16
1
-0
/
+60
*
|
Merge pull request #4359 from cbaechler/fix/stm32-l0-temperature-channel
Dario Nieuwenhuis
2025-09-05
1
-1
/
+5
|
\
\
|
*
|
embassy-stm32: fix temperature channel for L0 series
Christoph Baechler
2025-07-01
1
-1
/
+5
*
|
|
OSPI RAM Support
jake-taf
2025-09-05
2
-9
/
+101
*
|
|
chore(embassy-stm32): Update changelog
Francisco José Gómez
2025-09-05
1
-0
/
+3
*
|
|
fix(embassy-stm32): Prevent dropped DacChannel from disabling Dac peripheral ...
Francisco José Gómez
2025-09-05
1
-1
/
+54
[next]