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 Binary files a/mcu/lpc43xx/CMSIS_LPC43xx_DriverLib/docs_cmsis/CMSIS END USER LICENCE AGREEMENT.pdf and /dev/null 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 - -