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
*
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
*
|
|
Merge pull request #4620 from embassy-rs/lolsai
Dario Nieuwenhuis
2025-09-05
8
-489
/
+264
|
\
\
\
|
*
|
|
stm32/spi: update for new version numbering, add i2s support for all versions.
Dario Nieuwenhuis
2025-09-05
6
-215
/
+181
|
*
|
|
stm32: peri_v1_bar now enables cfgs peri_v1 and peri_v1_bar.
Dario Nieuwenhuis
2025-09-05
2
-7
/
+32
|
*
|
|
stm32/sai: update for new metapac, simplify cfgs.
Dario Nieuwenhuis
2025-09-05
1
-267
/
+51
*
|
|
|
Merge branch 'main' into adc_with_clock
Dario Nieuwenhuis
2025-09-05
18
-421
/
+1415
|
\
|
|
|
|
*
|
|
fix: ping-pong helper DMA direction
Adrian Figueroa
2025-09-05
3
-9
/
+25
|
*
|
|
chore: add changelog entry
Adrian Figueroa
2025-09-05
1
-2
/
+3
|
*
|
|
refactor: make dma implementations match in interface
elagil
2025-09-05
4
-62
/
+70
|
*
|
|
fix: consolidate naming
elagil
2025-09-05
2
-15
/
+15
[next]