Initial support for the ICPad
- Basic support for up to 4 ISSI chips (and partial support for 16 chip configurations) - Initial USB mux support * Required USB re-init procedure - Initial interconnect mux support * Required some state reset commands
This commit is contained in:
parent
11a44f0ea1
commit
a25aa84513
16 changed files with 845 additions and 112 deletions
|
@ -1176,6 +1176,9 @@ uint8_t usb_init()
|
|||
print("USB INIT"NL);
|
||||
#endif
|
||||
|
||||
// Unset usb configuration
|
||||
usb_configuration = 0;
|
||||
|
||||
// Clear out endpoints table
|
||||
for ( int i = 0; i <= NUM_ENDPOINTS * 4; i++ )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue