add LPC1549, add FRDM-KL46Z, fix epComplete bit operation.

Dependents:   XBee-ExplorerLite USBLocalFileSystem USB-to-UART-bridge USBLocalFileSystem

Fork of USBDevice by mbed official

Revision:
21:c4c8fd0b0f12
Parent:
15:849c0c0f2769
Child:
22:8615d80a0568
--- a/USBSerial/USBCDC.h	Thu Mar 20 03:27:54 2014 +0000
+++ b/USBSerial/USBCDC.h	Thu May 08 22:45:45 2014 +0900
@@ -35,8 +35,9 @@
     * @param vendor_id Your vendor_id
     * @param product_id Your product_id
     * @param product_release Your preoduct_release
+    * @param connect_blocking define if the connection must be blocked if USB not plugged in
     */
-    USBCDC(uint16_t vendor_id, uint16_t product_id, uint16_t product_release);
+    USBCDC(uint16_t vendor_id, uint16_t product_id, uint16_t product_release, bool connect_blocking);
 
 protected: