- move CMSIS & driver lib for lpc13u to codebase bsp/lpc13xx
- change descriptor.c/h able to build device example
This commit is contained in:
@@ -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
|
||||
|
||||
+1
-1
@@ -36,7 +36,7 @@
|
||||
*/
|
||||
/**************************************************************************/
|
||||
|
||||
#include "board.h"
|
||||
#include "../board.h"
|
||||
|
||||
#if BOARD == BOARD_LPCXPRESSO1347
|
||||
|
||||
+2
-2
@@ -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)
|
||||
+1
-1
@@ -36,7 +36,7 @@
|
||||
*/
|
||||
/**************************************************************************/
|
||||
|
||||
#include "board.h"
|
||||
#include "../board.h"
|
||||
|
||||
#if BOARD == BOARD_AT86RF2XX
|
||||
|
||||
Reference in New Issue
Block a user