microbuilder / LPC11U_LPC13U_CodeBase

Open source code base for ARM Cortex M3 LPC1347 or Cortex M0 LPC11U37/LPC11U24 MCUs
Other
55 stars 38 forks source link

Update all projects to use cmsis files in /cmsis #4

Closed microbuilder closed 11 years ago

microbuilder commented 11 years ago

Currently, only the makefile and Keil use the CMSIS files in /cmsis ... LPCXpresso and Crossworks both use their own external libraries.

Update the LPCXpresso project files to use /cmsis instead of the current external libs to avoid any dependencies outside this project. This is a frequent support request when people try to build without having the LPCXpresso CMSIS projects in their workspace, and having everything in one project improves consistency across IDEs, and should make it easier for people new to LPCXpresso.

microbuilder commented 11 years ago

Fixed in the 8.2.0 development branch