Closed bentwire closed 1 year ago
@bentwire Looks great, thanks! do you mind running rustfmt
?
@fmckeogh Yep sure can.
I updated the VDM stuff a little bit more.
Also, I commented out the change to establish_usb_20, I don't think it really fixes anything...
Will push in a bit.
@bentwire Why the increase in fusb302b
event queue capacity to 16? I was actually thinking that turning it into an Option
would be sufficient as the new non-callback API only handles 1 event per poll.
I just forgot to set it back after some testing. I was running poll way too slow...
Cool, I'll switch it to an option:)
Added SoftReset PD command, its ignored at the moment.
Tried to fix panic when system times out....