- move CMSIS & driver lib for lpc13u to codebase bsp/lpc13xx

- change descriptor.c/h able to build device example
This commit is contained in:
hathach
2013-05-23 13:22:46 +07:00
parent d7ae21203c
commit 8cb7818bcc
50 changed files with 5307 additions and 257 deletions
+1 -1
View File
@@ -84,7 +84,7 @@
#elif BOARD == BOARD_NGX4330
#include "ngx/board_ngx4330.h"
#elif BOARD == BOARD_LPCXPRESSO1347
#include "board_lpcxpresso1347.h"
#include "lpcxpresso/board_lpcxpresso1347.h"
#elif BOARD == BOARD_AT86RF2XX
#include "board_at86rf2xx.h"
#elif BOARD == BOARD_EA4357
@@ -36,7 +36,7 @@
*/
/**************************************************************************/
#include "board.h"
#include "../board.h"
#if BOARD == BOARD_LPCXPRESSO1347
@@ -57,8 +57,8 @@
#endif
#include "LPC13Uxx.h"
#include "lpc13uxx/gpio.h"
#include "lpc13uxx/uart.h"
#include "lpc13uxx/LPC13Uxx_DriverLib/inc/gpio.h"
#include "lpc13uxx/LPC13Uxx_DriverLib/inc/uart.h"
#define CFG_LED_PORT (0)
#define CFG_LED_PIN (7)
@@ -36,7 +36,7 @@
*/
/**************************************************************************/
#include "board.h"
#include "../board.h"
#if BOARD == BOARD_AT86RF2XX