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
/
stm32l4
/
src
/
bin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reduce use of the full `futures` crate.
Dario Nieuwenhuis
2024-04-26
1
-1
/
+1
*
rustfmt usb examples
Joël Schulz-Ansres
2024-04-22
1
-1
/
+1
*
Add comment on vbus_detection to all USB examples
Joël Schulz-Ansres
2024-04-22
1
-0
/
+13
*
stm32/usart: remove DMA generic params.
Dario Nieuwenhuis
2024-04-16
2
-4
/
+2
*
stm32/i2c: remove DMA generic params.
Dario Nieuwenhuis
2024-04-15
3
-35
/
+3
*
stm32/spi: remove DMA generic params.
Dario Nieuwenhuis
2024-04-15
3
-17
/
+13
*
stm32: update adc examples
Andres Vahter
2024-04-10
1
-2
/
+1
*
Remove ad-hoc fixes for setting the IOSV bit to true
Emilie Burgun
2024-03-26
1
-6
/
+0
*
Merge pull request #2730 from embassy-rs/stm32-sealed
Dario Nieuwenhuis
2024-03-23
1
-20
/
+20
|
\
|
*
stm32: use private_bounds for sealed traits.
Dario Nieuwenhuis
2024-03-23
1
-7
/
+7
|
*
stm32/timer: simplify traits, convert from trait methods to struct.
Dario Nieuwenhuis
2024-03-23
1
-13
/
+13
*
|
usb: remove device_descriptor buffer, store bytes in UsbDevice.inner instead
Adam Greig
2024-03-23
1
-2
/
+0
|
/
*
Fix warnings in recent nightly.
Dario Nieuwenhuis
2024-03-20
1
-1
/
+1
*
stm32/usb: ensure mux is configured in examples.
Dario Nieuwenhuis
2024-03-19
1
-13
/
+15
*
stm32/usb: merge usb and usb_otg into single module.
Dario Nieuwenhuis
2024-03-19
1
-4
/
+4
*
stm32/rtc: remove use of deprecated .timestamp()
Dario Nieuwenhuis
2024-03-06
1
-2
/
+2
*
stm32: autogenerate mux config for all chips.
Dario Nieuwenhuis
2024-03-01
1
-7
/
+7
*
stm32/adc: reexport enums from PAC to avoid boilerplate hell.
Dario Nieuwenhuis
2024-02-26
1
-1
/
+1
*
stm32/rcc: unify naming sysclk field to `sys`, enum to `Sysclk`.
Dario Nieuwenhuis
2024-02-26
4
-5
/
+5
*
update timer mod after stm32-metapac timer_v2
eZio Pan
2024-02-09
1
-7
/
+7
*
stm32/gpio: remove generics.
Dario Nieuwenhuis
2024-01-22
2
-10
/
+8
*
Change GPIO inherent methods back to `&self`.
Dario Nieuwenhuis
2024-01-10
4
-7
/
+7
*
update metapac after stm32-data PR323
eZio Pan
2023-12-25
1
-3
/
+3
*
ci: use beta, add secondary nightly ci.
Dario Nieuwenhuis
2023-12-21
19
-23
/
+2
*
chore: replace make_static! macro usage with non-macro version
Ulf Lilleengen
2023-12-21
1
-5
/
+8
*
Update embedded-hal to 1.0.0-rc.3
Dario Nieuwenhuis
2023-12-14
4
-7
/
+7
*
STM32 DAC: Rework DAC driver, support all families.
Adam Greig
2023-11-25
2
-22
/
+14
*
STM32 DAC: Swap to new TSEL enum entirely in-HAL
Adam Greig
2023-11-25
1
-2
/
+2
*
stm32/i2c: add async, dual interrupt scaffolding.
Dario Nieuwenhuis
2023-11-24
4
-4
/
+8
*
stm32/rcc: consistent casing and naming for PLL enums.
Dario Nieuwenhuis
2023-11-13
4
-6
/
+6
*
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
-2
/
+2
*
stm32/rcc: merge wl into l4/l5.
Dario Nieuwenhuis
2023-10-23
2
-27
/
+36
*
stm32: rename HSI16 -> HSI
Dario Nieuwenhuis
2023-10-22
2
-2
/
+2
*
stm32: update metapac
xoviat
2023-10-17
4
-4
/
+4
*
stm32: update metapac
xoviat
2023-10-16
4
-4
/
+4
*
stm32/rcc: add better support for L4/L4+ differences.
Dario Nieuwenhuis
2023-10-16
5
-5
/
+5
*
stm32/rcc: port L4 to the "flattened" API like h5/h7.
Dario Nieuwenhuis
2023-10-15
4
-31
/
+47
*
time: Update examples, tests, and other code to use new Timer::after_x conven...
Adam Greig
2023-10-15
4
-10
/
+10
*
enable clock first
pbert
2023-10-12
1
-2
/
+2
*
STM32: combine RccPeripherals reset() and enable() to reset_and_enable()
pbert
2023-10-12
1
-2
/
+2
*
stm32/rcc: add LSE/LSI to all chips, add RTC to more chips.
Dario Nieuwenhuis
2023-10-11
2
-5
/
+2
*
stm32/rcc: use PLL enums from PAC.
Dario Nieuwenhuis
2023-10-09
4
-14
/
+14
*
Merge pull request #2018 from jamesmunns/add-derives
Dario Nieuwenhuis
2023-10-07
1
-1
/
+1
|
\
|
*
Add some uncontroversial derives to Error types
James Munns
2023-10-06
1
-1
/
+1
*
|
stm32: implement MCO for all chips.
Dario Nieuwenhuis
2023-10-07
1
-2
/
+2
|
/
*
stm32/rtc: enable lse in examples.
Dario Nieuwenhuis
2023-09-30
1
-0
/
+1
*
stm32/usart: return error instead of panicking on bad baudrate.
Dario Nieuwenhuis
2023-09-26
2
-2
/
+2
*
Merge branch 'embassy-rs:main' into adin1110-part2
René van Dorst
2023-08-28
2
-2
/
+2
|
\
|
*
stm32: fix l4 re-export
xoviat
2023-08-27
2
-2
/
+2
[next]