summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhathach <[email protected]>2014-03-12 18:23:53 +0700
committerhathach <[email protected]>2014-03-12 18:23:53 +0700
commitb12b31cc897e0fbc5405e6113002d843df7bcdb1 (patch)
tree792ba11d8308630002cb0116cbcf7f66ba14fe61
parent4571bf17d4d56991429769589fef96fcc48fe8b9 (diff)
clean up
-rw-r--r--mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/docs_cmsis/CMSIS END USER LICENCE AGREEMENT.pdfbin51511 -> 0 bytes
-rw-r--r--mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/docs_cmsis/cmsis_readme.txt44
2 files changed, 0 insertions, 44 deletions
diff --git a/mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/docs_cmsis/CMSIS END USER LICENCE AGREEMENT.pdf b/mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/docs_cmsis/CMSIS END USER LICENCE AGREEMENT.pdf
deleted file mode 100644
index e04afaee6..000000000
--- a/mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/docs_cmsis/CMSIS END USER LICENCE AGREEMENT.pdf
+++ /dev/null
Binary files differ
diff --git a/mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/docs_cmsis/cmsis_readme.txt b/mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/docs_cmsis/cmsis_readme.txt
deleted file mode 100644
index ac008efa4..000000000
--- a/mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/docs_cmsis/cmsis_readme.txt
+++ /dev/null
@@ -1,44 +0,0 @@
-CMSIS : Cortex Microcontroller Software Interface Standard
-==========================================================
-
-Introduction
-~~~~~~~~~~~~
-CMSIS defines for a Cortex-M Microcontroller System:
-
- * A common way to access peripheral registers and a
- common way to define exception vectors.
- * The register names of the Core Peripherals and the
- names of the Core Exception Vectors.
- * An device independent interface for RTOS Kernels
- including a debug channel.
-
-By using CMSIS compliant software components, the user can
-easier re-use template code. CMSIS is intended to enable the
-combination of software components from multiple middleware
-vendors.
-
-This project contains appropriate files for this MCU family
-taken from CMSIS. A full copy of the CMSIS files, together
-with additional information on CMSIS can be found at:
-
- http://www.onarm.com/
- http://www.arm.com/
-
-Documentation
-~~~~~~~~~~~~~
-The standard CMSIS documentation can be found within the
-Code Red IDE help system, via:
-
-Help -> Help Contents -> Code Red Product Documentation -> CMSIS
-
-More information on the use of CMSIS within the Code Red IDE
-can be found in the Support area of the Code Red website at
-
- http://www.code-red-tech.com/
-
-At the time of writing, the CMSIS FAQ can be found directly
-at:
-
- http://support.code-red-tech.com/CodeRedWiki/Support4CMSIS
-
-