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
*
Merge pull request #2912 from brunob45/simple_capture
Dario Nieuwenhuis
2024-05-20
3
-1
/
+332
|
\
|
*
fix fmt for ci
Bruno Bousquet
2024-05-06
2
-2
/
+5
|
*
add async capture
Bruno Bousquet
2024-05-06
2
-8
/
+185
|
*
format timer/mod.rs
Bruno Bousquet
2024-05-05
1
-1
/
+1
|
*
add get_input_interrupt
Bruno Bousquet
2024-05-05
2
-0
/
+10
|
*
formatting
Bruno Bousquet
2024-05-05
1
-1
/
+0
|
*
create input_capture
Bruno Bousquet
2024-05-05
2
-0
/
+142
*
|
stm32: allow some unused.
Dario Nieuwenhuis
2024-05-13
2
-0
/
+2
*
|
stm32/ospi: remove unused trait.
Dario Nieuwenhuis
2024-05-12
1
-11
/
+0
*
|
[UCPD] Use `ChannelAndRequest` helper
Timo Kröger
2024-05-10
1
-24
/
+16
*
|
Fix PeripheralRef soundness issue allowing &T.
Dario Nieuwenhuis
2024-05-07
1
-11
/
+11
|
/
*
stm32/timer: add `low_level::Timer::get_clock_frequency()`
Jan Špaček
2024-05-04
1
-0
/
+5
*
stm32/i2c: add h7rs support.
Dario Nieuwenhuis
2024-05-01
1
-1
/
+1
*
stm32: add support for STM32H7[RS] "bootflash line", add HIL tests.
Dario Nieuwenhuis
2024-05-01
12
-185
/
+290
*
stm32/dma: add support for same channel with different req in different DMAs/...
Dario Nieuwenhuis
2024-04-29
3
-51
/
+2
*
stm32: update metapac. Adds U5 LPDMA, fixes ADC_COMMONs.
Dario Nieuwenhuis
2024-04-29
5
-51
/
+59
*
Merge pull request #2887 from jamesmunns/james/stm32-i2cv1-errata
Dario Nieuwenhuis
2024-04-29
1
-0
/
+26
|
\
|
*
Add workaround for STM32 i2cv1 errata
James Munns
2024-04-29
1
-0
/
+26
*
|
stm32: dac: fix new_internal not setting mode as documented
Adam Greig
2024-04-29
1
-22
/
+41
|
/
*
Merge pull request #2876 from ftk/timer32fix
Dario Nieuwenhuis
2024-04-28
1
-1
/
+4
|
\
|
*
stm32 timer: fix 32bit timer off by 1 ARR error
ftk
2024-04-27
1
-1
/
+4
*
|
Merge pull request #2877 from eZioPan/h5-low-power
Dario Nieuwenhuis
2024-04-28
8
-66
/
+70
|
\
\
|
*
|
low power for h5
eZio Pan
2024-04-28
8
-66
/
+70
|
|
/
*
|
Merge pull request #2874 from qwerty19106/patch-1
Dario Nieuwenhuis
2024-04-28
1
-4
/
+6
|
\
\
|
*
|
Improve Uart::new_half_duplex docs
qwerty19106
2024-04-27
1
-4
/
+6
|
|
/
*
/
Configure MAX_EP_COUNT via const generics
Dániel Buga
2024-04-27
1
-3
/
+5
|
/
*
Reduce use of the full `futures` crate.
Dario Nieuwenhuis
2024-04-26
5
-7
/
+7
*
stm32/usart: remove wildcard import.
Dario Nieuwenhuis
2024-04-26
2
-3
/
+16
*
Merge pull request #2871 from bugadani/synopsys
Dario Nieuwenhuis
2024-04-26
1
-1200
/
+106
|
\
|
*
Remove extra disable call
Dániel Buga
2024-04-26
1
-2
/
+3
|
*
Reset inited flag to allow re-enabling
Dániel Buga
2024-04-26
1
-0
/
+1
|
*
Hide the Dir trait
Dániel Buga
2024-04-26
1
-2
/
+2
|
*
Extract synopsys otg driver
Dániel Buga
2024-04-26
1
-1203
/
+107
*
|
Add trace logging for USART
Michael de Silva
2024-04-24
1
-6
/
+26
|
/
*
Merge pull request #2840 from MaxiluxSystems/feature/fdcan-runtime-cfg
Dario Nieuwenhuis
2024-04-23
2
-28
/
+115
|
\
|
*
stm32: can: fd: Properties: simplify reg accesses
Torin Cooper-Bennun
2024-04-23
1
-2
/
+2
|
*
stm32: can: fd: introduce BusErrorMode with docs and Properties getter
Torin Cooper-Bennun
2024-04-23
2
-3
/
+29
|
*
stm32: can: fd: fix a couple doc comments
Torin Cooper-Bennun
2024-04-23
1
-2
/
+2
|
*
stm32: can: fd: Properties: rm &mut refs; make !Sync; rename getters
Torin Cooper-Bennun
2024-04-22
1
-32
/
+15
|
*
stm32: can: fd: Properties for common runtime get/set operations
Torin Cooper-Bennun
2024-04-22
1
-27
/
+105
*
|
Merge pull request #2854 from ericyanush/feat/add-bxcan-sleep-wakeup
Dario Nieuwenhuis
2024-04-22
2
-4
/
+77
|
\
\
|
*
|
rustfmt fixes
Eric Yanush
2024-04-22
1
-5
/
+6
|
*
|
Add sleep/wakeup handling for bxCAN peripherals
Eric Yanush
2024-04-22
1
-1
/
+47
|
*
|
rustfmt whitespace fixes
Eric Yanush
2024-04-22
2
-3
/
+3
|
*
|
Enable LEC interrupt as well
Eric Yanush
2024-04-22
1
-0
/
+1
|
*
|
Ensure bus errors are forwarded only once, enable bus off/passive/warning int...
Eric Yanush
2024-04-22
2
-3
/
+28
|
|
/
*
/
Fix spelling in vbus_detection doc comment
Joël Schulz-Ansres
2024-04-22
1
-2
/
+2
|
/
*
Merge pull request #2833 from qwerty19106/stm32_fix_half_duplex_uart
Dario Nieuwenhuis
2024-04-18
1
-6
/
+9
|
\
|
*
Allow Uart::new_half_duplex for all usart_vx
qwerty19106
2024-04-18
1
-6
/
+9
*
|
stm32: can: fd: implement bus-off recovery
Torin Cooper-Bennun
2024-04-17
2
-0
/
+9
[next]