From c92bdbac74e201073302edcec3902f1cef513aa1 Mon Sep 17 00:00:00 2001 From: hathach Date: Wed, 12 Mar 2014 22:30:02 +0700 Subject: [PATCH] update lpc11u cmsis to 3.20 --- demos/device/device_os_none/.cproject | 139 +- demos/host/host_os_none/.cproject | 163 +- .../history.txt | 14 +- .../inc/LPC11Uxx.h | 1340 ++++++++--------- .../inc/core_cm0.h | 1300 ++++++++-------- .../inc/core_cmFunc.h | 1300 ++++++++-------- .../inc/core_cmInstr.h | 1280 ++++++++-------- .../inc/power_api.h | 0 .../inc/system_LPC11Uxx.h | 128 +- mcu/lpc11uxx/CMSIS_CORE_LPC11Uxx/liblinks.xml | 32 + .../src/system_LPC11Uxx.c | 902 +++++------ .../CMSISv2p00_LPC11Uxx/src/core_cm0.c | 279 ---- 12 files changed, 3373 insertions(+), 3504 deletions(-) rename mcu/lpc11uxx/{CMSISv2p00_LPC11Uxx => CMSIS_CORE_LPC11Uxx}/history.txt (62%) rename mcu/lpc11uxx/{CMSISv2p00_LPC11Uxx => CMSIS_CORE_LPC11Uxx}/inc/LPC11Uxx.h (97%) rename mcu/lpc11uxx/{CMSISv2p00_LPC11Uxx => CMSIS_CORE_LPC11Uxx}/inc/core_cm0.h (66%) rename mcu/lpc11uxx/{CMSISv2p00_LPC11Uxx => CMSIS_CORE_LPC11Uxx}/inc/core_cmFunc.h (59%) rename mcu/lpc11uxx/{CMSISv2p00_LPC11Uxx => CMSIS_CORE_LPC11Uxx}/inc/core_cmInstr.h (62%) rename mcu/lpc11uxx/{CMSISv2p00_LPC11Uxx => CMSIS_CORE_LPC11Uxx}/inc/power_api.h (100%) rename mcu/lpc11uxx/{CMSISv2p00_LPC11Uxx => CMSIS_CORE_LPC11Uxx}/inc/system_LPC11Uxx.h (91%) create mode 100644 mcu/lpc11uxx/CMSIS_CORE_LPC11Uxx/liblinks.xml rename mcu/lpc11uxx/{CMSISv2p00_LPC11Uxx => CMSIS_CORE_LPC11Uxx}/src/system_LPC11Uxx.c (96%) delete mode 100644 mcu/lpc11uxx/CMSISv2p00_LPC11Uxx/src/core_cm0.c diff --git a/demos/device/device_os_none/.cproject b/demos/device/device_os_none/.cproject index 79e8deaba..b5bb52202 100644 --- a/demos/device/device_os_none/.cproject +++ b/demos/device/device_os_none/.cproject @@ -30,7 +30,7 @@ - - -