mirror of https://github.com/ARMmbed/mbed-os.git
Support NUC472 with USB 2.0 only and set M487 USB1.1 in default
parent
4cddc5de25
commit
eab8555fc8
|
@ -36,8 +36,6 @@ static USBPhyHw *instance;
|
|||
#define MBED_CONF_TARGET_USB_DEVICE_HSUSBD 1 /* USB 2.0 Only */
|
||||
#endif
|
||||
|
||||
#undef MBED_CONF_TARGET_USB_DEVICE_HSUSBD
|
||||
#define MBED_CONF_TARGET_USB_DEVICE_HSUSBD 0 /* USB 1.1 Only */
|
||||
|
||||
extern "C" void USBD_IRQHandler(void);
|
||||
|
||||
|
|
|
@ -8508,7 +8508,7 @@
|
|||
},
|
||||
"usb-device-hsusbd": {
|
||||
"help": "Select high-speed USB device or not",
|
||||
"value": 1
|
||||
"value": 0
|
||||
}
|
||||
},
|
||||
"inherits": ["Target"],
|
||||
|
|
Loading…
Reference in New Issue