diff options
| author | hathach <[email protected]> | 2014-08-04 02:30:08 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2014-08-04 02:30:08 +0700 |
| commit | 88f1291c095b72ce13f63bc31c21ef4b3e7294f1 (patch) | |
| tree | a659dd344de0a8061987d1c26a29189bd04b1238 /boards | |
| parent | 74fd9de3af708826e1839fadbf6a4e6a9040cb5e (diff) | |
replacing RF1GHZNODE with LPCXPRESSO11U68 (not yet implement the actual board)
Diffstat (limited to 'boards')
| -rw-r--r-- | boards/board.h | 21 | ||||
| -rw-r--r-- | boards/lpcxpresso/board_lpcxpresso11u14.h | 6 | ||||
| -rw-r--r-- | boards/lpcxpresso/board_lpcxpresso11u68.c (renamed from boards/microbuilder/board_rf1ghznode.c) | 2 | ||||
| -rw-r--r-- | boards/lpcxpresso/board_lpcxpresso11u68.h (renamed from boards/microbuilder/board_rf1ghznode.h) | 8 |
4 files changed, 19 insertions, 18 deletions
diff --git a/boards/board.h b/boards/board.h index f4f2503c0..f14e4e663 100644 --- a/boards/board.h +++ b/boards/board.h @@ -59,15 +59,16 @@ /** \defgroup group_supported_board Supported Boards
* @{ */
#define BOARD_LPCXPRESSO11U14 1114 ///< LPCXpresso 11u14, some APIs requires the base board
-#define BOARD_RF1GHZNODE 1100 ///< LPC11U37 from microbuilder http://www.microbuilder.eu/Blog/13-03-14/LPC1xxx_1GHZ_Wireless_Board_Preview.aspx
-#define BOARD_LPCXPRESSO1347 1300 ///< LPCXpresso 1347, some APIs requires the base board
-#define BOARD_LPCXPRESSO1769 1700 ///< LPCXpresso 1769, some APIs requires the base board
+#define BOARD_LPCXPRESSO11U68 1168 ///< LPC11U37 from microbuilder http://www.microbuilder.eu/Blog/13-03-14/LPC1xxx_1GHZ_Wireless_Board_Preview.aspx
+#define BOARD_LPCXPRESSO1347 1347 ///< LPCXpresso 1347, some APIs requires the base board
+#define BOARD_LPCXPRESSO1769 1769 ///< LPCXpresso 1769, some APIs requires the base board
-#define BOARD_NGX4330 4300 ///< NGX 4330 Xplorer
-#define BOARD_EA4357 4301 ///< Embedded Artists LPC4357 developer kit
-#define BOARD_MCB4300 4302 ///< Keil MCB4300
-#define BOARD_HITEX4350 4303 ///< Hitex 4350
-#define BOARD_LPC4357USB 4304
+#define BOARD_NGX4330 4330 ///< NGX 4330 Xplorer
+#define BOARD_EA4357 4357 ///< Embedded Artists LPC4357 developer kit
+#define BOARD_MCB4300 4300 ///< Keil MCB4300
+#define BOARD_HITEX4350 4350 ///< Hitex 4350
+
+#define BOARD_LPC4357USB 4304 ///< microbuilder.eu
#define BOARD_LPCLINK2 4370 ///< LPClink2 uses as LPC4370 development board
/** @} */
@@ -91,8 +92,8 @@ //--------------------------------------------------------------------+
#if BOARD == BOARD_LPCXPRESSO11U14
#include "lpcxpresso/board_lpcxpresso11u14.h"
-#elif BOARD == BOARD_RF1GHZNODE
- #include "microbuilder/board_rf1ghznode.h"
+#elif BOARD == BOARD_LPCXPRESSO11U68
+ #include "lpcxpresso/board_lpcxpresso11u68.h"
#elif BOARD == BOARD_LPCXPRESSO1347
#include "lpcxpresso/board_lpcxpresso1347.h"
#elif BOARD == BOARD_LPCXPRESSO1769
diff --git a/boards/lpcxpresso/board_lpcxpresso11u14.h b/boards/lpcxpresso/board_lpcxpresso11u14.h index cd4314d30..5da48c33b 100644 --- a/boards/lpcxpresso/board_lpcxpresso11u14.h +++ b/boards/lpcxpresso/board_lpcxpresso11u14.h @@ -36,8 +36,8 @@ */ /**************************************************************************/ -#ifndef _TUSB_BOARD_RF1GHZNODE_H_ -#define _TUSB_BOARD_RF1GHZNODE_H_ +#ifndef _TUSB_BOARD_LPCXPRESSO11U14_H_ +#define _TUSB_BOARD_LPCXPRESSO11U14_H_ #ifdef __cplusplus extern "C" { @@ -54,4 +54,4 @@ } #endif -#endif /* _TUSB_BOARD_RF1GHZNODE_H_ */ +#endif /* _TUSB_BOARD_LPCXPRESSO11U14_H_ */ diff --git a/boards/microbuilder/board_rf1ghznode.c b/boards/lpcxpresso/board_lpcxpresso11u68.c index 882ab6853..4e6f4cb16 100644 --- a/boards/microbuilder/board_rf1ghznode.c +++ b/boards/lpcxpresso/board_lpcxpresso11u68.c @@ -38,7 +38,7 @@ #include "../board.h"
-#if BOARD == BOARD_RF1GHZNODE
+#if BOARD == BOARD_LPCXPRESSO11U68
#define LED_PORT (1)
#define LED_PIN (31)
diff --git a/boards/microbuilder/board_rf1ghznode.h b/boards/lpcxpresso/board_lpcxpresso11u68.h index d5bee0fb2..952c7d00d 100644 --- a/boards/microbuilder/board_rf1ghznode.h +++ b/boards/lpcxpresso/board_lpcxpresso11u68.h @@ -1,6 +1,6 @@ /**************************************************************************/
/*!
- @file board_rf1ghznode.h
+ @file board_lpcxpresso11u68.h
@author hathach (tinyusb.org)
@section LICENSE
@@ -36,8 +36,8 @@ */
/**************************************************************************/
-#ifndef _TUSB_BOARD_RF1GHZNODE_H_
-#define _TUSB_BOARD_RF1GHZNODE_H_
+#ifndef _TUSB_BOARD_LPCXPRESSO11U68_H_
+#define _TUSB_BOARD_LPCXPRESSO11U68_H_
#ifdef __cplusplus
extern "C" {
@@ -54,4 +54,4 @@ }
#endif
-#endif /* _TUSB_BOARD_RF1GHZNODE_H_ */
+#endif /* _TUSB_BOARD_LPCXPRESSO11U68_H_ */
|
