]> git.sur5r.net Git - freertos/blob - FreeRTOS-Plus/Demo/FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC/ThirdParty/LPCOpen/lpc_core/lpc_chip/chip_18xx_43xx/chip.h
Update LPC18xx FreeRTOS+UDP demo to use LPCOpen USB and Ethernet drivers.
[freertos] / FreeRTOS-Plus / Demo / FreeRTOS_Plus_UDP_and_CLI_LPC1830_GCC / ThirdParty / LPCOpen / lpc_core / lpc_chip / chip_18xx_43xx / chip.h
1 /*\r
2  * @brief Chip inclusion selector file\r
3  *\r
4  * Copyright(C) NXP Semiconductors, 2012\r
5  * All rights reserved.\r
6  *\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
20  *\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
26  * this code.\r
27  */\r
28 \r
29 #ifndef __CHIP_H_\r
30 #define __CHIP_H_\r
31 \r
32 #include "sys_config.h"\r
33 \r
34 #if defined(CHIP_LPC18XX)\r
35 #include "chip_lpc18xx.h"\r
36 \r
37 #elif defined(CHIP_LPC43XX)\r
38 #include "chip_lpc43xx.h"\r
39 \r
40 #else\r
41 #error CHIP_LPC18XX or CHIP_LPC43XX must be defined\r
42 #endif\r
43 \r
44 #endif /* __CHIP_H_ */\r