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
/
examples
/
stm32h5
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
adc: remove sample_time from struct
xoviat
2025-11-10
1
-4
/
+2
*
stm32: add backup sram mod
xoviat
2025-11-06
1
-0
/
+31
*
stm32/stop: move stop_with_rtc into init
xoviat
2025-11-04
1
-5
/
+0
*
rustfmt
xoviat
2025-11-03
1
-1
/
+0
*
low_power: update api to allow reconfig
xoviat
2025-11-03
1
-2
/
+0
*
Rustfmt for edition 2024.
Dario Nieuwenhuis
2025-10-06
8
-12
/
+12
*
stm32: add config to MCO to control the drive strength.
Daniel Nilsson
2025-10-01
1
-0
/
+29
*
style: formatting
Adrian Figueroa
2025-09-05
1
-1
/
+0
*
feat: SAI example
Adrian Figueroa
2025-09-05
1
-0
/
+53
*
Fix examples
diondokter
2025-08-29
1
-2
/
+2
*
executor: return error when creating the spawntoken, not when spawning.
Dario Nieuwenhuis
2025-08-29
6
-12
/
+12
*
stm32/adc/v3: allow DMA reads to loop through enabled channels
Gabriel Smith
2025-08-22
1
-0
/
+94
*
i2c examples
Süha Ünüvar
2025-08-08
1
-2
/
+0
*
Add rand-core v0.9 support.
Dario Nieuwenhuis
2025-05-18
1
-1
/
+0
*
Remove Peripheral trait, rename PeripheralRef->Peri.
Dario Nieuwenhuis
2025-03-27
2
-5
/
+5
*
stm32/eth: rename PHY->Phy, GenericSMI -> GenericPhy. Remove unneeded unsafes.
Dario Nieuwenhuis
2025-01-26
1
-4
/
+3
*
stm32: change all examples and tests to use GenericSMI::new_auto().
Dario Nieuwenhuis
2025-01-26
1
-1
/
+1
*
stm32: Implement reads of DTS peripheral
Gabriel Smith
2025-01-04
1
-0
/
+75
*
chore: clean up stm32h5 ucpd
elagil
2025-01-03
1
-3
/
+4
*
Remove manual settings of `composite_with_iads=true`
Eekle
2024-12-24
2
-14
/
+0
*
fix: add docstring for target platform
elagil
2024-12-22
1
-0
/
+2
*
feat: stm32h5 UCPD example
elagil
2024-12-22
1
-0
/
+90
*
Remove use of static mut.
Dario Nieuwenhuis
2024-12-16
1
-8
/
+11
*
feat: change SOF timer to input capture
elagil
2024-11-24
1
-19
/
+30
*
feat(stm32h5): add usb audio example
elagil
2024-11-24
1
-0
/
+367
*
STM32H5xx ADC (#3557)
Gabriel Smith
2024-11-21
1
-0
/
+59
*
net: refactor to simplify lifetimes/generics.
Dario Nieuwenhuis
2024-09-16
1
-7
/
+6
*
examples: ensure at least 3 sockets to avoid running out (DHCP, DNS, the user's)
Dario Nieuwenhuis
2024-08-07
1
-7
/
+2
*
stm32/usart: remove instance generic params
Jan Špaček
2024-05-23
1
-2
/
+1
*
fixed: example loops crashing after 256 passes
Peter Kövesdi
2024-04-29
1
-1
/
+1
*
low power for h5
eZio Pan
2024-04-28
1
-0
/
+71
*
Reduce use of the full `futures` crate.
Dario Nieuwenhuis
2024-04-26
1
-1
/
+1
*
examples: stm32: can: fix build
Torin Cooper-Bennun
2024-04-22
1
-1
/
+1
*
stm32/usart: remove DMA generic params.
Dario Nieuwenhuis
2024-04-16
3
-24
/
+5
*
Merge pull request #2697 from eZioPan/stm32-cordic
Dario Nieuwenhuis
2024-04-04
1
-0
/
+78
|
\
|
*
stm32 CORDIC: re-design API
eZio Pan
2024-03-23
1
-8
/
+51
|
*
stm32 CORDIC: add example
eZio Pan
2024-03-23
1
-0
/
+35
*
|
CAN: Unify API's between BXCAN and FDCAN. Use Envelope for all read methods i...
Corey Schuhen
2024-03-28
1
-5
/
+7
|
/
*
usb: remove device_descriptor buffer, store bytes in UsbDevice.inner instead
Adam Greig
2024-03-23
1
-2
/
+0
*
stm32: autogenerate mux config for all chips.
Dario Nieuwenhuis
2024-03-01
2
-6
/
+3
*
Remove the OperatingMode typestates
Corey Schuhen
2024-02-18
1
-2
/
+1
*
Port FDCAN HAL to use PAC directly instead of fdcan crate.
Corey Schuhen
2024-02-17
1
-33
/
+56
*
Add FDCAN examples for STM32G4, STM32H5 and STM32H7
Corey Schuhen
2024-01-31
1
-0
/
+74
*
stm32/gpio: remove generics.
Dario Nieuwenhuis
2024-01-22
1
-3
/
+2
*
ci: use beta, add secondary nightly ci.
Dario Nieuwenhuis
2023-12-21
9
-9
/
+0
*
chore: replace make_static! macro usage with non-macro version
Ulf Lilleengen
2023-12-21
1
-5
/
+8
*
stm32/i2c: add async, dual interrupt scaffolding.
Dario Nieuwenhuis
2023-11-24
1
-1
/
+2
*
usb: remove msos-descriptor feature.
Dario Nieuwenhuis
2023-11-08
1
-0
/
+1
*
stm32/rcc: add shared code for hsi48 with crs support.
Dario Nieuwenhuis
2023-11-05
2
-24
/
+24
*
stm32/rcc: misc cleanups.
Dario Nieuwenhuis
2023-10-23
2
-4
/
+4
[next]