From 9776fb6d1a897cacfa64547ee1e89b1d85bf585d Mon Sep 17 00:00:00 2001 From: hathach Date: Wed, 12 Mar 2014 23:05:51 +0700 Subject: [PATCH] update lpc13u cmsis to 3.20 --- demos/device/device_os_none/.cproject | 98 +- mcu/lpc13uxx/CMSIS_CORE_LPC13Uxx/history.txt | 25 + .../inc/LPC13Uxx.h | 1520 ++++----- .../inc/core_cm3.h | 2863 ++++++++++------- .../inc/core_cmFunc.h | 1245 +++---- .../inc/core_cmInstr.h | 1273 ++++---- .../inc/power_api.h | 0 .../inc/system_LPC13Uxx.h | 128 +- mcu/lpc13uxx/CMSIS_CORE_LPC13Uxx/liblinks.xml | 32 + .../src/system_LPC13Uxx.c | 874 ++--- 10 files changed, 4320 insertions(+), 3738 deletions(-) create mode 100644 mcu/lpc13uxx/CMSIS_CORE_LPC13Uxx/history.txt rename mcu/lpc13uxx/{CMSISv2p10_LPC13Uxx => CMSIS_CORE_LPC13Uxx}/inc/LPC13Uxx.h (98%) rename mcu/lpc13uxx/{CMSISv2p10_LPC13Uxx => CMSIS_CORE_LPC13Uxx}/inc/core_cm3.h (57%) rename mcu/lpc13uxx/{CMSISv2p10_LPC13Uxx => CMSIS_CORE_LPC13Uxx}/inc/core_cmFunc.h (69%) rename mcu/lpc13uxx/{CMSISv2p10_LPC13Uxx => CMSIS_CORE_LPC13Uxx}/inc/core_cmInstr.h (64%) rename mcu/lpc13uxx/{CMSISv2p10_LPC13Uxx => CMSIS_CORE_LPC13Uxx}/inc/power_api.h (100%) rename mcu/lpc13uxx/{CMSISv2p10_LPC13Uxx => CMSIS_CORE_LPC13Uxx}/inc/system_LPC13Uxx.h (91%) create mode 100644 mcu/lpc13uxx/CMSIS_CORE_LPC13Uxx/liblinks.xml rename mcu/lpc13uxx/{CMSISv2p10_LPC13Uxx => CMSIS_CORE_LPC13Uxx}/src/system_LPC13Uxx.c (96%) diff --git a/demos/device/device_os_none/.cproject b/demos/device/device_os_none/.cproject index f38185d3..3d7aa8e6 100644 --- a/demos/device/device_os_none/.cproject +++ b/demos/device/device_os_none/.cproject @@ -30,7 +30,7 @@ - - -