ChibiOS/boards
gdisirio eb665ad240 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2615 35acf78f-673a-0410-8e92-d51de3d6d3f4 2011-01-08 12:09:18 +00:00
..
EA_LPCXPRESSO_BB_1114 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2615 35acf78f-673a-0410-8e92-d51de3d6d3f4 2011-01-08 12:09:18 +00:00
EA_LPCXPRESSO_BB_1343 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2596 35acf78f-673a-0410-8e92-d51de3d6d3f4 2011-01-06 12:18:51 +00:00
GENERIC_SPC563 PPC board files and demo updated (to be tested). 2010-12-19 11:02:56 +00:00
OLIMEX_AVR_CAN AVR board files and demos updated. 2010-12-19 10:39:21 +00:00
OLIMEX_AVR_MT_128 AVR board files and demos updated. 2010-12-19 10:39:21 +00:00
OLIMEX_LPC_P2148 Added a check on PAL enable. 2010-12-19 12:55:45 +00:00
OLIMEX_MSP430_P1611 Added a check on PAL enable. 2010-12-19 12:55:45 +00:00
OLIMEX_SAM7_EX256 Added a check on PAL enable. 2010-12-19 12:55:45 +00:00
OLIMEX_SAM7_P256 Added a check on PAL enable. 2010-12-19 12:55:45 +00:00
OLIMEX_STM32_H103 Added a check on PAL enable. 2010-12-19 12:55:45 +00:00
OLIMEX_STM32_P103 Small fix to the board IOs. 2010-12-25 18:47:24 +00:00
RAISONANCE_REVA_STM8S STM8 board files and demos updated. 2010-12-19 12:50:56 +00:00
ST_STM8L_DISCOVERY STM8 board files and demos updated. 2010-12-19 12:50:56 +00:00
ST_STM8S_DISCOVERY STM8 board files and demos updated. 2010-12-19 12:50:56 +00:00
ST_STM32VL_DISCOVERY Added a check on PAL enable. 2010-12-19 12:55:45 +00:00
ST_STM3210C_EVAL Added a check on PAL enable. 2010-12-19 12:55:45 +00:00
simulator Win32 simulator updated. 2010-12-19 11:20:30 +00:00
readme.txt git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1434 35acf78f-673a-0410-8e92-d51de3d6d3f4 2009-12-18 14:36:43 +00:00

readme.txt

This directory contains the support files for various board models. If you
want to support a new board:
- Create a new directory under ./boards, give it the name of your board.
- Copy inside the new directory the files from a similar board.
- Customize board.c, board.h and board.mk in order to correctly initialize
  your board.