Age | Commit message (Expand) | Author |
---|---|---|
2015-10-02 | [PUSB] replaced u8 with uint8_t | Cristian Maglie |
2015-10-02 | [PUSB] Selected interface and endpoint are now part of PUSBListNode | Cristian Maglie |
2015-10-02 | [PUSB] Global functions PUSB_* are now methods of PluggableUSB class | Cristian Maglie |
2015-10-02 | [PUSB] PUSBCallback struct has been merged into PUSBListNode | Cristian Maglie |
2015-07-16 | fix pluggableUSB linked list | Martino Facchin |
2015-07-16 | rename Setup typedef struct to USBSetup | Martino Facchin |
2015-07-16 | fix HID descriptors bigger than 127 bytes | Martino Facchin |
2015-07-16 | rework PUSBCallbacks initialization | Martino Facchin |
2015-07-16 | add numInterfaces field to PUSBCallbacks | Martino Facchin |
2015-07-16 | implement PUSB modules as linked list | Martino Facchin |
2015-07-16 | remove useless variables | Martino Facchin |
2015-07-16 | add PluggableUSB module | Martino Facchin |