diff --git a/demos/host/host_os_none/host_os_none.uvopt b/demos/host/host_os_none/host_os_none.uvopt index f4db5b17d..f2360c641 100644 --- a/demos/host/host_os_none/host_os_none.uvopt +++ b/demos/host/host_os_none/host_os_none.uvopt @@ -508,7 +508,7 @@ 0 44 0 - 121 + 124 127 0 ..\src\mouse_app.c @@ -538,10 +538,10 @@ 1 0 0 - 0 + 27 0 1 - 1 + 8 0 ..\src\msc_app.c msc_app.c @@ -556,7 +556,7 @@ 0 18 0 - 1 + 4 11 0 ..\src\cli.c @@ -568,7 +568,7 @@ boards - 0 + 1 0 0 0 @@ -596,7 +596,7 @@ 0 0 0 - 140 + 141 142 0 ..\..\bsp\boards\embedded_artists\board_ea4357.c @@ -612,7 +612,7 @@ 0 6 0 - 125 + 126 135 0 ..\..\bsp\boards\printf_retarget.c @@ -736,7 +736,7 @@ tinyusb - 0 + 1 0 0 0 @@ -812,7 +812,7 @@ 0 0 0 - 491 + 494 501 0 ..\..\..\tinyusb\host\usbh.c @@ -828,7 +828,7 @@ 0 38 0 - 479 + 482 484 0 ..\..\..\tinyusb\host\ehci\ehci.c @@ -988,7 +988,7 @@ 0 1 0 - 110 + 113 118 0 ..\..\..\tinyusb\class\msc_host.c @@ -1000,7 +1000,7 @@ cmsis - 0 + 1 0 0 0 @@ -1012,7 +1012,7 @@ 0 0 0 - 549 + 552 553 0 ..\..\bsp\lpc43xx\CMSIS_LPC43xx_DriverLib\src\lpc43xx_uart.c @@ -1104,7 +1104,7 @@ startup - 0 + 1 0 0 0 @@ -1116,7 +1116,7 @@ 0 22 0 - 145 + 148 151 0 ..\..\bsp\lpc43xx\startup_keil\startup_LPC43xx.s @@ -1138,10 +1138,10 @@ 1 0 0 - 45 + 0 0 1 - 10 + 1 0 ..\..\..\vendor\fatfs\diskio.c diskio.c @@ -1156,8 +1156,8 @@ 0 0 0 - 2424 - 2431 + 1 + 1 0 ..\..\..\vendor\fatfs\ff.c ff.c diff --git a/demos/host/host_os_none/host_os_none.uvproj b/demos/host/host_os_none/host_os_none.uvproj index a3f164cf6..458c4244c 100644 --- a/demos/host/host_os_none/host_os_none.uvproj +++ b/demos/host/host_os_none/host_os_none.uvproj @@ -979,7 +979,7 @@ --gnu --c99 CORE_M4 MCU=MCU_LPC43XX BOARD=BOARD_LPC4357USB TUSB_CFG_OS=TUSB_OS_NONE - ..\src;..\..\bsp\lpc43xx\CMSIS_LPC43xx_DriverLib\inc;..\..\bsp;..\..\..\tinyusb + ..\src;..\..\bsp\lpc43xx\CMSIS_LPC43xx_DriverLib\inc;..\..\bsp;..\..\..\tinyusb;..\..\..\vendor\fatfs diff --git a/demos/host/src/tusb_config.h b/demos/host/src/tusb_config.h index af69b5dcd..1913b7272 100644 --- a/demos/host/src/tusb_config.h +++ b/demos/host/src/tusb_config.h @@ -74,9 +74,9 @@ //------------- CLASS -------------// #define TUSB_CFG_HOST_HUB 0 #define TUSB_CFG_HOST_HID_KEYBOARD 0 -#define TUSB_CFG_HOST_HID_MOUSE 1 +#define TUSB_CFG_HOST_HID_MOUSE 0 #define TUSB_CFG_HOST_HID_GENERIC 0 -#define TUSB_CFG_HOST_MSC 0 +#define TUSB_CFG_HOST_MSC 1 #define TUSB_CFG_HOST_CDC 0 #define TUSB_CFG_HOST_CDC_RNDIS 0 @@ -96,7 +96,7 @@ // COMMON CONFIGURATION //--------------------------------------------------------------------+ -#define TUSB_CFG_DEBUG 3 +#define TUSB_CFG_DEBUG 2 //#define TUSB_CFG_OS TUSB_OS_NONE // defined using eclipse build //#define TUSB_CFG_OS_TASK_PRIO