fix error in dcd_lpc175x_6x (still has problem with control transfer)

fix build error for host
start to add keil support for device
opt out pca9532.c when ea4357 is not the selected board
This commit is contained in:
hathach
2013-12-11 11:31:09 +07:00
parent b35acbdcb2
commit 8bd6440547
8 changed files with 2377 additions and 739 deletions
+2 -2
View File
@@ -83,8 +83,8 @@
#define TUSB_CFG_DEVICE_FULLSPEED 1 // TODO refractor, remove
//------------- CLASS -------------//
#define TUSB_CFG_DEVICE_HID_KEYBOARD 1
#define TUSB_CFG_DEVICE_HID_MOUSE 1
#define TUSB_CFG_DEVICE_HID_KEYBOARD 0
#define TUSB_CFG_DEVICE_HID_MOUSE 0
#define TUSB_CFG_DEVICE_HID_GENERIC 0
#define TUSB_CFG_DEVICE_MSC 0
#define TUSB_CFG_DEVICE_CDC 1