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
*
stm32 timer: fix 32bit timer off by 1 ARR error
ftk
2024-04-27
1
-1
/
+4
*
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
*
|
stm32: can: fd: on_interrupt: simplify, rm redundant code
Torin Cooper-Bennun
2024-04-17
1
-31
/
+21
|
/
*
Merge pull request #2813 from diondokter/u0-dion
Dario Nieuwenhuis
2024-04-16
8
-21
/
+157
|
\
|
*
stm32/usb: enable USV for U0.
Dario Nieuwenhuis
2024-04-16
1
-1
/
+1
|
*
Merge branch 'master' into u0-dion
Dion Dokter
2024-04-16
14
-805
/
+1242
|
|
\
|
*
|
Add CRC
Dion Dokter
2024-04-14
1
-0
/
+2
|
*
|
Add wdt and flash
Dion Dokter
2024-04-14
2
-1
/
+98
|
*
|
Add ADC
Dion Dokter
2024-04-14
2
-12
/
+32
|
*
|
Add some examples.
Dion Dokter
2024-04-13
2
-7
/
+24
|
*
|
Add stm32u0 support.
Dario Nieuwenhuis
2024-04-13
4
-14
/
+34
|
*
|
stm32/adc: update g4 for new pac.
Dario Nieuwenhuis
2024-04-13
2
-2
/
+331
|
*
|
stm32/flash: remove otp flash regions (removed in newer metapacs).
Dario Nieuwenhuis
2024-04-13
3
-10
/
+3
|
*
|
stm32/spi,crc: update for new PAC
Michael Zill
2024-04-13
3
-13
/
+32
*
|
|
Bug: There are at most 18 channels for the ADC.
Daniel Igaz
2024-04-16
1
-1
/
+1
*
|
|
Merge pull request #2825 from MaxiluxSystems/fix/adc-blocking-delay-overflow
Dario Nieuwenhuis
2024-04-16
1
-1
/
+6
|
\
\
\
|
*
|
|
stm32: adc: fix blocking_delay_us() overflowing when sys freq is high
Torin Cooper-Bennun
2024-04-16
1
-1
/
+6
*
|
|
|
Remove nested CS
James Munns
2024-04-16
1
-6
/
+4
*
|
|
|
Add critical sections to avoid USB OTG Errata
James Munns
2024-04-16
1
-52
/
+64
|
|
_
|
/
|
/
|
|
*
|
|
stm32/usart: remove DMA generic params.
Dario Nieuwenhuis
2024-04-16
3
-338
/
+546
*
|
|
Merge pull request #2808 from MaxiluxSystems/feature/stm32h50-flash-swap-banks
Dario Nieuwenhuis
2024-04-15
1
-3
/
+47
|
\
\
\
|
*
|
|
stm32: flash: h50: implement bank swapping
Torin Cooper-Bennun
2024-04-15
1
-3
/
+47
|
|
/
/
*
|
|
Merge pull request #2792 from wagcampbell/wgc/u5-flash-non-secure
Dario Nieuwenhuis
2024-04-15
1
-0
/
+39
|
\
\
\
|
*
|
|
Add support for using secure registers
Warren Campbell
2024-04-15
1
-0
/
+39
|
*
|
|
Use non-secure registers for u5 flash
Warren Campbell
2024-04-15
1
-14
/
+14
|
|
/
/
*
|
|
stm32/i2c: remove DMA generic params.
Dario Nieuwenhuis
2024-04-15
3
-203
/
+184
*
|
|
stm32/spi: rename rxdma, txdma -> rx_dma, tx_dma.
Dario Nieuwenhuis
2024-04-15
1
-27
/
+27
[next]