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
/
stm32f7
/
src
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
-2
/
+2
*
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
1
-2
/
+1
*
stm32: update adc examples
Andres Vahter
2024-04-10
1
-2
/
+2
*
stm32/can: simplify bxcan api, merging bx::* into the main structs.
Dario Nieuwenhuis
2024-04-02
1
-7
/
+5
*
usb: remove device_descriptor buffer, store bytes in UsbDevice.inner instead
Adam Greig
2024-03-23
1
-2
/
+0
*
stm32/usb: ensure mux is configured in examples.
Dario Nieuwenhuis
2024-03-19
1
-0
/
+1
*
stm32/usb: merge usb and usb_otg into single module.
Dario Nieuwenhuis
2024-03-19
1
-4
/
+4
*
Use Result instead of Option for Frame creation.
Corey Schuhen
2024-03-13
1
-1
/
+1
*
Shared frame types.
Corey Schuhen
2024-03-13
1
-1
/
+1
*
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
1
-7
/
+14
|
/
*
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
1
-0
/
+69
*
Added HMAC example.
Caleb Garrett
2024-02-12
1
-0
/
+22
*
Add STM32 HMAC function.
Caleb Garrett
2024-02-12
1
-1
/
+1
*
fmt
Caleb Garrett
2024-02-11
1
-1
/
+2
*
Consolidated hash drivers.
Caleb Garrett
2024-02-11
1
-5
/
+5
*
Removed hash DMA from unsupported configs.
Caleb Garrett
2024-02-08
1
-3
/
+6
*
Format hash example.
Caleb Garrett
2024-02-04
1
-1
/
+0
*
Addressed hash CI build issues.
Caleb Garrett
2024-02-04
2
-4
/
+4
*
Added hash DMA implementation.
Caleb Garrett
2024-02-03
1
-8
/
+12
*
Added hash module with blocking implementation. Included SHA256 example.
Caleb Garrett
2024-01-31
1
-0
/
+49
*
stm32/gpio: remove generics.
Dario Nieuwenhuis
2024-01-22
1
-3
/
+2
*
Change GPIO inherent methods back to `&self`.
Dario Nieuwenhuis
2024-01-10
1
-1
/
+1
*
ci: use beta, add secondary nightly ci.
Dario Nieuwenhuis
2023-12-21
11
-11
/
+0
*
chore: replace make_static! macro usage with non-macro version
Ulf Lilleengen
2023-12-21
2
-7
/
+13
*
Update embedded-hal to 1.0.0-rc.3
Dario Nieuwenhuis
2023-12-14
1
-1
/
+1
*
stm32/rcc: fix pll enum naming on f4, f7.
Dario Nieuwenhuis
2023-11-13
3
-5
/
+5
*
usb: remove msos-descriptor feature.
Dario Nieuwenhuis
2023-11-08
1
-0
/
+1
*
stm32/rcc: refactor f7.
Dario Nieuwenhuis
2023-10-18
4
-13
/
+61
*
time: Update examples, tests, and other code to use new Timer::after_x conven...
Adam Greig
2023-10-15
6
-13
/
+13
*
Patch tests & examples
Gabriel Górski
2023-10-09
1
-2
/
+1
*
stm32/adc: cleanup f1, f3, v1, and v2
xoviat
2023-09-27
1
-1
/
+1
*
stm32/usart: return error instead of panicking on bad baudrate.
Dario Nieuwenhuis
2023-09-26
1
-1
/
+1
*
stm32/rcc: unify h5 and h7.
Dario Nieuwenhuis
2023-09-21
1
-1
/
+2
*
add wait_config_up to examples
JuliDi
2023-09-08
1
-1
/
+4
*
Update to embedded-io 0.5 (#1752)
Dario Nieuwenhuis
2023-08-07
1
-1
/
+1
*
Merge remote-tracking branch 'origin/main' into bxcan_timestamp
chemicstry
2023-07-31
1
-2
/
+4
|
\
|
*
stm32/rng: use bind_interrupts!.
Dario Nieuwenhuis
2023-07-31
1
-2
/
+4
*
|
stm32/can: implement proper RX timestamps
chemicstry
2023-07-25
1
-2
/
+2
|
/
*
stm32/eth: add set_poll_interval
xoviat
2023-07-15
1
-1
/
+1
*
stm32/eth: impl. poll interval
xoviat
2023-07-15
1
-1
/
+1
*
Merge pull request #1578 from schphil/can-split
xoviat
2023-07-05
1
-0
/
+66
|
\
[next]