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
/
stm32f4
/
src
/
bin
/
usb_ethernet.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rustfmt for edition 2024.
Dario Nieuwenhuis
2025-10-06
1
-2
/
+2
*
executor: return error when creating the spawntoken, not when spawning.
Dario Nieuwenhuis
2025-08-29
1
-3
/
+3
*
Remove manual settings of `composite_with_iads=true`
Eekle
2024-12-24
1
-6
/
+0
*
net: refactor to simplify lifetimes/generics.
Dario Nieuwenhuis
2024-09-16
1
-6
/
+5
*
examples: ensure at least 3 sockets to avoid running out (DHCP, DNS, the user's)
Dario Nieuwenhuis
2024-08-07
1
-7
/
+2
*
fix broken links to embassy book
Ulf Lilleengen
2024-06-03
1
-1
/
+1
*
examples/stm32: do not enable vbus detect by default, it doesn't work on all ...
Dario Nieuwenhuis
2024-05-13
1
-7
/
+5
*
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
*
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
*
ci: use beta, add secondary nightly ci.
Dario Nieuwenhuis
2023-12-21
1
-1
/
+0
*
chore: replace make_static! macro usage with non-macro version
Ulf Lilleengen
2023-12-21
1
-11
/
+20
*
stm32/rcc: fix pll enum naming on f4, f7.
Dario Nieuwenhuis
2023-11-13
1
-2
/
+2
*
usb: remove msos-descriptor feature.
Dario Nieuwenhuis
2023-11-08
1
-1
/
+1
*
Update stm32 usb_raw example to use MSOS descriptors for WinUSB
Adam Greig
2023-11-07
1
-0
/
+1
*
stm32/rcc: refactor and unify f4 into f7.
Dario Nieuwenhuis
2023-10-18
1
-4
/
+20
*
Update to embedded-io 0.5 (#1752)
Dario Nieuwenhuis
2023-08-07
1
-1
/
+1
*
stm32/rng: use bind_interrupts!.
Dario Nieuwenhuis
2023-07-31
1
-2
/
+3
*
stm32/otg: add VBUS detection.
Dario Nieuwenhuis
2023-06-27
1
-1
/
+3
*
net: Support dual stack IP
Ruben De Smet
2023-06-07
1
-2
/
+2
*
Rename StaticConfig to StaticConfigV4
Ruben De Smet
2023-06-06
1
-1
/
+1
*
Use make_static! from static-cell v1.1
Dario Nieuwenhuis
2023-06-01
1
-18
/
+14
*
stm32: move to bind_interrupts
xoviat
2023-05-24
1
-3
/
+6
*
net: do not use smoltcp Instant/Duration in public API.
Dario Nieuwenhuis
2023-05-15
1
-1
/
+1
*
Example fixes.
Dario Nieuwenhuis
2023-03-01
1
-8
/
+3
*
usb: unify ControlHandler+DeviceStateHandler, route all control requests to a...
Dario Nieuwenhuis
2023-02-08
1
-1
/
+0
*
stm32/usb_otg: Add F4 usb_ethernet example
chemicstry
2023-01-18
1
-0
/
+169