![]() |
LPCOpen Platform
v1.03
LPCOpen Platform for NXP LPC Microcontrollers
|
Some chip drivers require build-time configuration to enable and disable specific platform features. A build-time option is configured by the use of a definition passed to the compiler during the build process or by adding the definition to the sys_config.h file.
How to add definitions using the compiler argument list: Adding platform definitions using the compiler
How to add definitions using sys_config.h: Adding platform definitions using sys_config.h
CORE_M0PLUS definition
All LPC8xx devices should add a unvalued CORE_M0PLUS definition to the compilers argument list. Do not add this definition as part of sys_config.h.
CHIP_LPC8XX definition
CHIP_LPC8XX must be defined for all code when building for the LPC800 family of devices. This unvalued definition can be added to the compilers argument list or as part of sys_config.h.
Common platform build time options
Common platform enables can be found at Common build definitions on all platforms.
Modules | |
| CHIP: LPC8xx Clock Driver driver options | |