From ad72db5aeacf7d969f5c091c59a2f279eaf1c19c Mon Sep 17 00:00:00 2001 From: hathach Date: Mon, 10 Mar 2014 13:13:13 +0700 Subject: change IAR TUSB_CFG_ATTR_USBRAM to _Pragma("location=\".ahb_sram1\"") instead of @ .ahb_sram1 so that we can place it before the variable for a cleaner code change pipe xfer API buffer from void* to uint8_t* change FIFO_DEF to have a separated buffer to be compatible with IAR\ refractor IAR data alignment pragma --- demos/host/host_os_none/.cproject | 133 +++++++++++++++++++++----------------- demos/host/src/cdc_serial_app.c | 4 +- demos/host/src/cli.c | 2 +- demos/host/src/keyboard_app.c | 2 +- demos/host/src/mouse_app.c | 2 +- demos/host/src/msc_app.c | 2 +- demos/host/src/tusb_config.h | 2 +- 7 files changed, 80 insertions(+), 67 deletions(-) (limited to 'demos/host') diff --git a/demos/host/host_os_none/.cproject b/demos/host/host_os_none/.cproject index 27d4f6a7e..99960707c 100644 --- a/demos/host/host_os_none/.cproject +++ b/demos/host/host_os_none/.cproject @@ -123,7 +123,7 @@ - - -