usb icon indicating copy to clipboard operation
usb copied to clipboard

Minimalist portable USB device stack for SAMD21, LPC1800, LPC4300, Xmega

Results 5 usb issues
Sort by recently updated
recently updated
newest added

Having had some issues with Atmel's USB CDC implementation (hugging resources) I would be interested in trying this library. I'm using the SAMD21J18A (the same as you use for Tessel...

Hello Kevin, Let me first thank you for the code, I tried run the however I have this message: Error 2 'F_USB' undeclared (first use in this function) Can you...

In usb_xmega.c, it should be ``` inline void usb_ep_enable(uint8_t ep, uint8_t type, usb_size bufsize){ _USB_EP(ep); e->STATUS = USB_EP_BUSNACK0_bm; e->CTRL = (type

I found some issues with the 48MHz DFLL calibration with the xmega code. It was working some of the time but depending on the USB port used and the temperature,...

Hi all, right now it is only initializing the usb right? It is possibly to give an example with cdc and dfu ? Thank you