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_hid_mouse.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'main' into 17-add-support-for-boot-protocol
Matteo Meluzzi
2025-10-24
1
-2
/
+2
*
update hid mouse and keyboard examples
matteo
2025-10-01
1
-11
/
+39
*
rename HidSubclass to match hid spec
matteo
2025-10-01
1
-1
/
+1
*
review comments
matteo
2025-09-30
1
-2
/
+4
*
update hid examples
matteo
2025-09-23
1
-1
/
+5
*
Remove manual settings of `composite_with_iads=true`
Eekle
2024-12-24
1
-7
/
+0
*
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
*
Reduce use of the full `futures` crate.
Dario Nieuwenhuis
2024-04-26
1
-1
/
+1
*
Merge pull request #2812 from borisfaure/mut-hid-request-handler
Dario Nieuwenhuis
2024-04-23
1
-6
/
+6
|
\
|
*
usb-hid: all the RequestHandler method accept &mut self
Boris Faure
2024-04-15
1
-3
/
+3
|
*
examples: request_handler is mutable
Boris Faure
2024-04-15
1
-3
/
+3
*
|
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
*
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
1
-0
/
+148