index
:
atsamd-usb-host.git
main
next
rust library for atsamd usb host functionality
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clear error count register on entry to `dispatch_packet`.
Brian Cully
2019-10-08
1
-11
/
+14
*
Remove logging when allocating pipe.
Brian Cully
2019-10-08
1
-6
/
+0
*
Cache buffer length on entry to `in_transfer` and `out_transfer`.
Brian Cully
2019-10-08
1
-34
/
+31
*
Refactor `dispatch_retries`.
Brian Cully
2019-10-08
1
-15
/
+24
*
More messing around with data toggle error handling.
Brian Cully
2019-10-08
1
-51
/
+39
*
Handle all known transfer/pipe errors.
Brian Cully
2019-10-08
2
-61
/
+81
*
Don't `assume_init` when allocating device descriptor buffer.
Brian Cully
2019-10-08
1
-3
/
+5
*
Log everything in one statement in `log_regs`.
Brian Cully
2019-09-24
1
-9
/
+5
*
Log when a driver wants a device.
Brian Cully
2019-09-24
1
-1
/
+2
*
Use endpoint's max packet size in transfers.
Brian Cully
2019-09-24
1
-2
/
+1
*
Reset the USB host driver if an unrecoverable error is found.
Brian Cully
2019-09-24
1
-3
/
+18
*
Mark pipe descriptor register memory as volatile.
Brian Cully
2019-09-24
8
-324
/
+184
*
Minor refactor.
Brian Cully
2019-09-15
1
-16
/
+29
*
Clippy.
Brian Cully
2019-09-09
8
-50
/
+51
*
Remove warnings for unconstructed variants of PipeErr.
Brian Cully
2019-08-17
1
-0
/
+1
*
Update for starb 0.2
Brian Cully
2019-08-17
1
-1
/
+1
*
A bunch of cleanup and fixes.
Brian Cully
2019-08-10
3
-72
/
+27
*
Use ring buffer for USB events.
Brian Cully
2019-08-10
1
-56
/
+24
*
Use endpoint's max packet size for pipe.
Brian Cully
2019-08-10
2
-4
/
+34
*
Remove device from driver on error.
Brian Cully
2019-08-10
1
-0
/
+1
*
Simplify data toggle handling.
Brian Cully
2019-08-08
2
-5
/
+10
*
Initial commit
Brian Cully
2019-08-04
8
-0
/
+2830