History of updates to CMSISv2p10_LPC18xx_DriverLib
==================================================

Important - the code in this project is targeted at the 
LPC18xx "Rev A" parts. It is not suitable for use with LPC18xx 
"Rev -" parts.

Note that this project provides both the basic CMSIS
headers, as well as NXP's LPC18xx peripheral driver 
code which sit on top of CMSIS.

24 November 2011
----------------
Update based on NXP's Rev. A LPC18xx CMSIS-Compliant
Standard Peripheral Firmware Driver Library, dated 
2011-11-21 (RELEASE CMSIS for REV A 20111121).

Files changed from NXP release include:

* lpc18xx_libcfg_default.h
  - Conditional modification to prevent redefinition of DEBUG macro

* lpc18xx_cgu.h, lpc18xx_pwr.h, lpc18xx_can.c, lpc18xx_lcd.c 
  - Fixed case of ' #include "LPC18xx.h" ' for Linux compatibility.

* system_LPC18xx.c
  - Conditional modification to SystemInit() so as to work with Code 
    Red startup code.
  
  
26 September 2011
-----------------
Initial version of CMSIS 2.1 library project for
NXP's LPC18xx using ARM  Cortex-M3 CMSIS files as
supplied in ARM's CMSIS 2.1 July 2011 release, 
together with device specific files from NXP's 
LPC18xx CMSIS-Compliant Standard Peripheral Firmware
Driver Library (RELEASE: LPC1800CMSIS_20110627).

[Note some includes in driver library have had their
 case corrected so as to build on Linux : 
 lpc18xx.h -> LPC18xx.h ]

    
