git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1610 35acf78f-673a-0410-8e92-d51de3d6d3f4

master
gdisirio 2010-02-14 14:49:25 +00:00
parent 95058cdab4
commit b8e3f8794e
7 changed files with 9 additions and 2 deletions

View File

@ -21,13 +21,14 @@
#define _BOARD_H_ #define _BOARD_H_
/* /*
* Setup for the Olimex LCP-P2148 proto board. * Setup for the Olimex AVR-CAN proto board.
*/ */
/* /*
* Board identifier. * Board identifier.
*/ */
#define BOARD_OLIMEX_AVR_CAN #define BOARD_OLIMEX_AVR_CAN
#define BOARD_NAME "Olimex AVR-CAN"
/* /*
* All inputs with pullups. * All inputs with pullups.

View File

@ -21,13 +21,14 @@
#define _BOARD_H_ #define _BOARD_H_
/* /*
* Setup for the Olimex LCP-P2148 proto board. * Setup for the Olimex AVR-MT-128 proto board.
*/ */
/* /*
* Board identifier. * Board identifier.
*/ */
#define BOARD_OLIMEX_AVR_MT_128 #define BOARD_OLIMEX_AVR_MT_128
#define BOARD_NAME "Olimex AVR-MT-128"
/* PA7 RLY DS B5 B4 B3 B2 B1 /* PA7 RLY DS B5 B4 B3 B2 B1
* IN OUT IN IN IN IN IN IN * IN OUT IN IN IN IN IN IN

View File

@ -28,6 +28,7 @@
* Board identifier. * Board identifier.
*/ */
#define BOARD_OLIMEX_LCP_P2148 #define BOARD_OLIMEX_LCP_P2148
#define BOARD_NAME "Olimex LCP-P2148"
/* /*
* The following values are implementation dependent. You may change them in * The following values are implementation dependent. You may change them in

View File

@ -28,6 +28,7 @@
* Board identifier. * Board identifier.
*/ */
#define BOARD_OLIMEX_MSP430_P1611 #define BOARD_OLIMEX_MSP430_P1611
#define BOARD_NAME "Olimex MSP430-P1611"
/* /*
* Clock constants. * Clock constants.

View File

@ -28,6 +28,7 @@
* Board identifier. * Board identifier.
*/ */
#define BOARD_OLIMEX_SAM7_EX256 #define BOARD_OLIMEX_SAM7_EX256
#define BOARD_NAME "Olimex SAM7-EX256"
/* /*
* Select your platform by modifying the following line. * Select your platform by modifying the following line.

View File

@ -28,6 +28,7 @@
* Board identifier. * Board identifier.
*/ */
#define BOARD_OLIMEX_STM32_P103 #define BOARD_OLIMEX_STM32_P103
#define BOARD_NAME "Olimex STM33-P103"
/* /*
* Board frequencies. * Board frequencies.

View File

@ -54,6 +54,7 @@
*** 1.5.2 *** *** 1.5.2 ***
- FIX: Wrong prototype in template file chcore.c (bug 2951529)(backported - FIX: Wrong prototype in template file chcore.c (bug 2951529)(backported
in 1.4.1). in 1.4.1).
- NEW: Added BOARD_NAME macro to the various board.h files.
*** 1.5.1 *** *** 1.5.1 ***
- FIX: Fixed insufficient stack space for the idle thread in the ARMCM3 port - FIX: Fixed insufficient stack space for the idle thread in the ARMCM3 port