ChibiOS/boards
gdisirio 0fc33d4753 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1644 35acf78f-673a-0410-8e92-d51de3d6d3f4 2010-02-20 11:39:33 +00:00
..
GENERIC_SPC563 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1637 35acf78f-673a-0410-8e92-d51de3d6d3f4 2010-02-19 18:19:00 +00:00
OLIMEX_AVR_CAN git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1610 35acf78f-673a-0410-8e92-d51de3d6d3f4 2010-02-14 14:49:25 +00:00
OLIMEX_AVR_MT_128 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1610 35acf78f-673a-0410-8e92-d51de3d6d3f4 2010-02-14 14:49:25 +00:00
OLIMEX_LPC_P2148 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1610 35acf78f-673a-0410-8e92-d51de3d6d3f4 2010-02-14 14:49:25 +00:00
OLIMEX_MSP430_P1611 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1610 35acf78f-673a-0410-8e92-d51de3d6d3f4 2010-02-14 14:49:25 +00:00
OLIMEX_SAM7_EX256 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1610 35acf78f-673a-0410-8e92-d51de3d6d3f4 2010-02-14 14:49:25 +00:00
OLIMEX_STM32_P103 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1644 35acf78f-673a-0410-8e92-d51de3d6d3f4 2010-02-20 11:39:33 +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.