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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix warnings in recent nightly.
Dario Nieuwenhuis
2024-03-20
7
-14
/
+11
*
Rust formatting for comments.
AlejandroFNadal
2024-03-20
1
-9
/
+9
*
Add comment warning for new users about changing pins on Ethernet for differe...
Alejandro Nadal
2024-03-20
1
-9
/
+11
*
stm32/usb: ensure mux is configured in examples.
Dario Nieuwenhuis
2024-03-19
12
-49
/
+71
*
stm32/usb: merge usb and usb_otg into single module.
Dario Nieuwenhuis
2024-03-19
9
-36
/
+36
*
Merge pull request #2652 from timokroeger/stm32-ucpd
Dario Nieuwenhuis
2024-03-14
1
-0
/
+86
|
\
|
*
[UCPD] Enable dead-battery support in example
Timo Kröger
2024-03-14
1
-2
/
+3
|
*
[UCPD] Take interrupt in constructor and enable it
Timo Kröger
2024-03-14
1
-2
/
+6
|
*
[UCPD] Split into CC and PD phy
Timo Kröger
2024-03-12
1
-8
/
+9
|
*
[UCPD] Improve example and defmt Format for enums
Timo Kröger
2024-03-12
1
-2
/
+9
|
*
[UCPD] Combine RX and TX
Timo Kröger
2024-03-12
1
-1
/
+1
|
*
[UCPD] Prepare for PD communication implementation
Timo Kröger
2024-03-12
1
-1
/
+14
|
*
[UCPD] Improve Type-C CC handling
Timo Kröger
2024-03-12
1
-7
/
+5
|
*
[UCPD] Configuration Channel (CC) handling
Timo Kröger
2024-03-12
1
-0
/
+62
*
|
stm32: add usb_hid_keyboard example
Vo Trung Chi
2024-03-14
1
-0
/
+222
*
|
Use Result instead of Option for Frame creation.
Corey Schuhen
2024-03-13
3
-3
/
+3
*
|
Shared frame types.
Corey Schuhen
2024-03-13
3
-6
/
+6
*
|
Merge pull request #2691 from caleb-garrett/cryp-dma
Dario Nieuwenhuis
2024-03-12
1
-11
/
+17
|
\
\
|
*
|
rustfmt
Caleb Garrett
2024-03-12
1
-5
/
+2
|
*
|
Correct cryp CI build issues.
Caleb Garrett
2024-03-12
1
-1
/
+3
|
*
|
Add CRYP DMA support. Updated example.
Caleb Garrett
2024-03-12
1
-10
/
+9
|
*
|
Refactored cryp din/dout into functions.
Caleb Garrett
2024-03-11
1
-3
/
+11
|
|
/
*
|
Fix examples and improve imports required.
Corey Schuhen
2024-03-07
3
-14
/
+23
*
|
Documentation.
Corey Schuhen
2024-03-07
1
-3
/
+3
*
|
Make use of internal BXCAN crate work. Tested on stm32f103 with real bus and ...
Corey Schuhen
2024-03-07
1
-2
/
+2
|
/
*
Merge pull request #2664 from eZioPan/build-target-fix
Dario Nieuwenhuis
2024-03-06
4
-7
/
+7
|
\
|
*
stm32/rtc: remove use of deprecated .timestamp()
Dario Nieuwenhuis
2024-03-06
4
-7
/
+7
*
|
stm32: add usb_hid_mouse example
Vo Trung Chi
2024-03-07
1
-3
/
+3
*
|
stm32: add usb_hid_mouse example
Vo Trung Chi
2024-03-07
1
-16
/
+16
*
|
stm32: add usb_hid_mouse example
Vo Trung Chi
2024-03-07
2
-0
/
+149
|
/
*
stm32/rcc: port g0 to new api.
Dario Nieuwenhuis
2024-03-04
1
-7
/
+8
*
stm32/rcc: g4: consistent PllSource, add pll pqr limits, simplify a bit.
Dario Nieuwenhuis
2024-03-04
4
-18
/
+17
*
Merge pull request #2646 from cschuhen/feature/wake_tx_on_buffered_push
Dario Nieuwenhuis
2024-03-01
1
-1
/
+5
|
\
|
*
Writing to TX buffer also needs to fire an interrupt to kick off transmission...
Corey Schuhen
2024-03-02
1
-1
/
+5
*
|
stm32: autogenerate mux config for all chips.
Dario Nieuwenhuis
2024-03-01
14
-95
/
+93
|
/
*
Merge branch 'embassy-rs:main' into cryp
Caleb Garrett
2024-02-29
6
-7
/
+7
|
\
|
*
update metapac
eZio Pan
2024-02-29
1
-2
/
+2
|
*
update usbd-hid to latest
Haobo Gu
2024-02-26
5
-5
/
+5
*
|
Merge branch 'main' into cryp
Caleb Garrett
2024-02-25
7
-7
/
+7
|
\
|
|
*
stm32/adc: reexport enums from PAC to avoid boilerplate hell.
Dario Nieuwenhuis
2024-02-26
7
-7
/
+7
*
|
Address CI build issues.
Caleb Garrett
2024-02-25
1
-6
/
+8
*
|
Correct tag generation.
Caleb Garrett
2024-02-25
1
-3
/
+6
*
|
Add CRYP example.
Caleb Garrett
2024-02-25
2
-0
/
+70
|
/
*
stm32/rcc: unify naming sysclk field to `sys`, enum to `Sysclk`.
Dario Nieuwenhuis
2024-02-26
14
-17
/
+17
*
Merge pull request #2583 from OroArmor/tim_pll_clk
Dario Nieuwenhuis
2024-02-25
1
-1
/
+2
|
\
|
*
Move to internal mod and re-export the enums
Eli Orona
2024-02-24
1
-3
/
+1
|
*
Rust fmt
Eli Orona
2024-02-20
1
-1
/
+3
|
*
Move compile test to the STM32F334 example.
Eli Orona
2024-02-20
2
-3
/
+2
|
*
Move to auto-generated based system.
Eli Orona
2024-02-16
1
-1
/
+3
*
|
FDCAN: Don't require internal module for public API.
Corey Schuhen
2024-02-25
1
-2
/
+2
[next]