ChibiOS/boards
gdisirio dd8ed26a09 Updated AT91SAM7 board files by Alexander.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2050 35acf78f-673a-0410-8e92-d51de3d6d3f4
2010-07-03 07:18:25 +00:00
..
EA_LPCXPRESSO_BB_1114 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1837 35acf78f-673a-0410-8e92-d51de3d6d3f4 2010-04-03 12:17:37 +00:00
EA_LPCXPRESSO_BB_1343 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1850 35acf78f-673a-0410-8e92-d51de3d6d3f4 2010-04-04 17:08:55 +00:00
GENERIC_SPC563 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1660 35acf78f-673a-0410-8e92-d51de3d6d3f4 2010-02-22 16:29:48 +00:00
OLIMEX_AVR_CAN Updated license dates. 2010-02-21 07:24:53 +00:00
OLIMEX_AVR_MT_128 Updated license dates. 2010-02-21 07:24:53 +00:00
OLIMEX_LPC_P2148 Updated license dates. 2010-02-21 07:24:53 +00:00
OLIMEX_MSP430_P1611 Updated license dates. 2010-02-21 07:24:53 +00:00
OLIMEX_SAM7_EX256 Updated AT91SAM7 board files by Alexander. 2010-07-03 07:18:25 +00:00
OLIMEX_SAM7_P256 Updated AT91SAM7 board files by Alexander. 2010-07-03 07:18:25 +00:00
OLIMEX_STM32_P103 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1915 35acf78f-673a-0410-8e92-d51de3d6d3f4 2010-05-13 14:02:17 +00:00
RAISONANCE_REVA_STM8S git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2044 35acf78f-673a-0410-8e92-d51de3d6d3f4 2010-06-26 12:37:35 +00:00
ST_STM8S_DISCOVERY git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2038 35acf78f-673a-0410-8e92-d51de3d6d3f4 2010-06-25 08:55:40 +00:00
ST_STM3210C_EVAL git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1916 35acf78f-673a-0410-8e92-d51de3d6d3f4 2010-05-14 06:43:02 +00:00
readme.txt

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.