2 * @brief Chip inclusion selector file
\r
4 * Copyright(C) NXP Semiconductors, 2012
\r
5 * All rights reserved.
\r
7 * Software that is described herein is for illustrative purposes only
\r
8 * which provides customers with programming information regarding the
\r
9 * LPC products. This software is supplied "AS IS" without any warranties of
\r
10 * any kind, and NXP Semiconductors and its licensor disclaim any and
\r
11 * all warranties, express or implied, including all implied warranties of
\r
12 * merchantability, fitness for a particular purpose and non-infringement of
\r
13 * intellectual property rights. NXP Semiconductors assumes no responsibility
\r
14 * or liability for the use of the software, conveys no license or rights under any
\r
15 * patent, copyright, mask work right, or any other intellectual property rights in
\r
16 * or to any products. NXP Semiconductors reserves the right to make changes
\r
17 * in the software without notification. NXP Semiconductors also makes no
\r
18 * representation or warranty that such application will be suitable for the
\r
19 * specified use without further testing or modification.
\r
21 * Permission to use, copy, modify, and distribute this software and its
\r
22 * documentation is hereby granted, under NXP Semiconductors' and its
\r
23 * licensor's relevant copyrights in the software, without fee, provided that it
\r
24 * is used in conjunction with NXP Semiconductors microcontrollers. This
\r
25 * copyright, permission, and disclaimer notice must appear in all copies of
\r
32 #include "sys_config.h"
\r
34 #if defined(CHIP_LPC18XX)
\r
35 #include "chip_lpc18xx.h"
\r
37 #elif defined(CHIP_LPC43XX)
\r
38 #include "chip_lpc43xx.h"
\r
41 #error CHIP_LPC18XX or CHIP_LPC43XX must be defined
\r
44 #endif /* __CHIP_H_ */
\r