From 4c61471939882601f9458d537701c094c4850b78 Mon Sep 17 00:00:00 2001 From: hathach Date: Fri, 2 Mar 2018 14:14:32 +0700 Subject: [PATCH] more clean up --- demos/device/device_os_none/.cproject | 12 +- demos/device/src/cdc_device_app.h | 2 +- demos/device/src/keyboard_device_app.h | 2 +- demos/device/src/main.c | 2 +- demos/device/src/mouse_device_app.h | 2 +- demos/device/src/msc_device_app.h | 2 +- hw/mcu/nxp/lpc11uxx/iar/startup_lpc11xx.s | 196 ---------- hw/mcu/nxp/lpc13uxx/iar/startup_lpc13xx.s | 168 --------- hw/mcu/nxp/lpc175x_6x/iar/startup_LPC17xx.s | 356 ------------------ .../lpc43xx/iar/FlashLPC18xx_43xx_SPIFI.board | 9 - .../lpc43xx/iar/FlashLPC18xx_43xx_SPIFI.flash | 10 - .../lpc43xx/iar/FlashLPC18xx_43xx_SPIFI.mac | 31 -- .../lpc43xx/iar/FlashLPC18xx_43xx_SPIFI.out | Bin 48000 -> 0 bytes hw/mcu/nxp/lpc43xx/iar/lpc18xx_43xx_debug.mac | 18 - hw/mcu/nxp/lpc43xx/iar/lpc4330_m4_spifi.icf | 60 --- hw/mcu/nxp/lpc43xx/iar/startup_LPC43xx.s | 298 --------------- 16 files changed, 11 insertions(+), 1157 deletions(-) delete mode 100644 hw/mcu/nxp/lpc11uxx/iar/startup_lpc11xx.s delete mode 100644 hw/mcu/nxp/lpc13uxx/iar/startup_lpc13xx.s delete mode 100644 hw/mcu/nxp/lpc175x_6x/iar/startup_LPC17xx.s delete mode 100644 hw/mcu/nxp/lpc43xx/iar/FlashLPC18xx_43xx_SPIFI.board delete mode 100644 hw/mcu/nxp/lpc43xx/iar/FlashLPC18xx_43xx_SPIFI.flash delete mode 100644 hw/mcu/nxp/lpc43xx/iar/FlashLPC18xx_43xx_SPIFI.mac delete mode 100644 hw/mcu/nxp/lpc43xx/iar/FlashLPC18xx_43xx_SPIFI.out delete mode 100644 hw/mcu/nxp/lpc43xx/iar/lpc18xx_43xx_debug.mac delete mode 100644 hw/mcu/nxp/lpc43xx/iar/lpc4330_m4_spifi.icf delete mode 100644 hw/mcu/nxp/lpc43xx/iar/startup_LPC43xx.s diff --git a/demos/device/device_os_none/.cproject b/demos/device/device_os_none/.cproject index f1122d20a..fc813c2b9 100644 --- a/demos/device/device_os_none/.cproject +++ b/demos/device/device_os_none/.cproject @@ -86,7 +86,7 @@ - + @@ -180,7 +180,7 @@ - + @@ -230,7 +230,7 @@