From 5fb22e3f34db0d9e91df8ca306cc97518bb99792 Mon Sep 17 00:00:00 2001 From: hathach Date: Mon, 30 Sep 2013 16:13:08 +0700 Subject: refractor hub --- demos/bsp/boards/embedded_artists/board_ea4357.h | 4 ++-- demos/host/host_os_none/host_os_none.uvopt | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'demos') diff --git a/demos/bsp/boards/embedded_artists/board_ea4357.h b/demos/bsp/boards/embedded_artists/board_ea4357.h index cb9a7136a..5858b0496 100644 --- a/demos/bsp/boards/embedded_artists/board_ea4357.h +++ b/demos/bsp/boards/embedded_artists/board_ea4357.h @@ -67,8 +67,8 @@ #include "oem_base_board/pca9532.h" // LEDs -#define CFG_PRINTF_TARGET PRINTF_TARGET_SWO -//#define CFG_PRINTF_TARGET PRINTF_TARGET_UART // FIXME keil's cmsis rtx does not work with UART (work with SWO) +//#define CFG_PRINTF_TARGET PRINTF_TARGET_SWO +#define CFG_PRINTF_TARGET PRINTF_TARGET_UART // FIXME keil's cmsis rtx does not work with UART (work with SWO) /*========================================================================= HARDWARE MAC ADDRESS diff --git a/demos/host/host_os_none/host_os_none.uvopt b/demos/host/host_os_none/host_os_none.uvopt index 4aada8217..0eae74b13 100644 --- a/demos/host/host_os_none/host_os_none.uvopt +++ b/demos/host/host_os_none/host_os_none.uvopt @@ -762,8 +762,8 @@ 0 0 0 - 1 - 1 + 74 + 93 0 ..\..\..\tinyusb\host\hub.c hub.c @@ -778,8 +778,8 @@ 0 0 0 - 1 - 1 + 328 + 334 0 ..\..\..\tinyusb\host\usbh.c usbh.c @@ -1080,10 +1080,10 @@ 2 0 0 - 18 + 5 0 145 - 147 + 152 0 ..\..\bsp\lpc43xx\startup_keil\startup_LPC43xx.s startup_LPC43xx.s -- cgit v1.3.1