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
Commit message (
Expand
)
Author
Age
Files
Lines
*
usb/hid: update for endpoint state changes.
Dario Nieuwenhuis
2022-04-06
2
-24
/
+21
*
Add docserver metadata.
Dario Nieuwenhuis
2022-04-06
2
-0
/
+16
*
Add basic device state handling for endpoints.
alexmoon
2022-04-06
5
-60
/
+190
*
Simplify hid output report handling
alexmoon
2022-04-06
5
-187
/
+78
*
Reduce memory overhead and simplify logic for merging endpoint and control re...
alexmoon
2022-04-06
4
-62
/
+164
*
Remove output() and split() methods from HidClass when there is no out endpoi...
alexmoon
2022-04-06
2
-66
/
+62
*
Make the interupt IN endpoint non-optional
alexmoon
2022-04-06
1
-38
/
+10
*
Remove the feature report reader
alexmoon
2022-04-06
2
-66
/
+43
*
Log when reports are dropped without being read.
alexmoon
2022-04-06
1
-0
/
+6
*
Async USB HID class
alexmoon
2022-04-06
5
-2
/
+907
*
usb: log on reset, resume, suspend
Dario Nieuwenhuis
2022-04-06
1
-1
/
+5
*
usb: centralize all control logging in control.rs
Dario Nieuwenhuis
2022-04-06
3
-13
/
+17
*
nrf/usb: unify in/out wakers for ep0
Dario Nieuwenhuis
2022-04-06
1
-11
/
+12
*
Refactor ControlPipe to use the typestate pattern for safety
alexmoon
2022-04-06
2
-122
/
+157
*
Move data chunking from the driver to the lib
alexmoon
2022-04-06
3
-130
/
+161
*
usb-serial: make inner guts private.
Dario Nieuwenhuis
2022-04-06
2
-28
/
+15
*
examples/nrf: don't build usb stuff in stable.
Dario Nieuwenhuis
2022-04-06
1
-3
/
+3
*
usb: cleanup and simplify error handling.
Dario Nieuwenhuis
2022-04-06
5
-131
/
+91
*
usb: cleanup logging.
Dario Nieuwenhuis
2022-04-06
3
-12
/
+14
*
usb: add -usb-serial crate, fix warnings and stable build.
Dario Nieuwenhuis
2022-04-06
15
-27
/
+265
*
Support multi-frame data phase control requests
alexmoon
2022-04-06
1
-29
/
+54
*
Add handlers for standard reqs to ControlHandler
alexmoon
2022-04-06
2
-37
/
+63
*
Add a control_buf to UsbDevice
alexmoon
2022-04-06
5
-14
/
+33
*
Switch to ControlHandler owned bufs for control_in()
alexmoon
2022-04-06
3
-17
/
+15
*
Remove UnsafeCell from cdc_acm::Control
alexmoon
2022-04-06
1
-22
/
+31
*
Only copy through RAM when needed
alexmoon
2022-04-06
1
-3
/
+9
*
usb: update docs on ControlHandler.
Dario Nieuwenhuis
2022-04-06
1
-17
/
+4
*
usb: simplify buffer handling for Control IN transfers.
Dario Nieuwenhuis
2022-04-06
3
-63
/
+21
*
usb: nicer names for control structs.
Dario Nieuwenhuis
2022-04-06
3
-37
/
+27
*
usb: move all control-related stuff to `mod control`.
Dario Nieuwenhuis
2022-04-06
5
-111
/
+109
*
usb: associate ControlHandlers with interfaces, automatically route requests.
Dario Nieuwenhuis
2022-04-06
4
-109
/
+94
*
usb: cleanup giant matches in control code.
Dario Nieuwenhuis
2022-04-06
1
-67
/
+55
*
usb: add `add_class` to builder, so that `FooBarClass::new(&mut builder)` can...
Dario Nieuwenhuis
2022-04-06
5
-131
/
+110
*
nrf/usb: fix wrong DMA read size
Dario Nieuwenhuis
2022-04-06
1
-1
/
+1
*
Use trait objects instead of generics for UsbDevice::classes
alexmoon
2022-04-06
5
-201
/
+120
*
Add support for USB classes handling control requests.
alexmoon
2022-04-06
8
-287
/
+699
*
nrf/usb: update where clause syntax.
Dario Nieuwenhuis
2022-04-06
1
-12
/
+3
*
Add some comments on the example.
Dario Nieuwenhuis
2022-04-06
1
-1
/
+13
*
Working CDC-ACM device->host
Dario Nieuwenhuis
2022-04-06
4
-63
/
+116
*
Working CDC-ACM host->device
Dario Nieuwenhuis
2022-04-06
7
-94
/
+345
*
wip: experimental async usb stack
Dario Nieuwenhuis
2022-04-06
15
-183
/
+2621
*
Merge #695
bors[bot]
2022-04-05
10
-950
/
+571
|
\
|
*
Simpler Channel.
Dario Nieuwenhuis
2022-04-06
10
-950
/
+571
|
/
*
Add more docserver metadata.
Dario Nieuwenhuis
2022-04-05
6
-0
/
+34
*
Merge #693
bors[bot]
2022-04-05
2
-0
/
+60
|
\
|
*
Remove Unpin bound from SelectAll
alexmoon
2022-04-04
1
-16
/
+18
|
*
no_std version of `futures::future::select_all`
alexmoon
2022-04-04
2
-0
/
+58
|
/
*
Merge #691
bors[bot]
2022-04-02
1
-2
/
+43
|
\
|
*
add pllsai1 and allow for 120Mhz clock on stm32l4+
Philip A Reimer
2022-04-01
1
-2
/
+43
*
|
Merge #690
bors[bot]
2022-04-02
162
-765
/
+490
|
\
\
|
|
/
|
/
|
[next]