USB device stack

Dependents:   mbed-mX-USB-TEST1 USBMSD_SD_HID_HelloWorld HidTest MIDI_usb_bridge ... more

This pull request has been rejected by mbed official

renamed class CircBuffer to CircularBuffer

renamed class CircBuffer to CircularBuffer.

WiflyInterface library already has a class named CircBuffer. When using this USBDevice library with WiflyInterface library, compilation error occurs stating that CircBuffer is already defined.

renamed class CircBuffer to CircularBuffer WiflyInterface library already has a class named CircBuffer. When using this USBDevice library with WiflyInterface library, compilation error occurs stating that CircBuffer is already defined.

1 comment:

07 Apr 2017

CircularBuffer seems an even more likely candidate for conflicts (having done a quick google search). If you are still having issues with this , please resubmit a PR with a more unique name change.