ChibiOS/boards
gdisirio 30e29ea215 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3488 35acf78f-673a-0410-8e92-d51de3d6d3f4 2011-11-12 10:10:52 +00:00
..
EA_LPCXPRESSO_BB_1114 License updated. 2011-03-18 18:38:08 +00:00
EA_LPCXPRESSO_BB_1343 License updated. 2011-03-18 18:38:08 +00:00
GENERIC_SPC563 License updated. 2011-03-18 18:38:08 +00:00
OLIMEX_AVR_CAN git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3443 35acf78f-673a-0410-8e92-d51de3d6d3f4 2011-10-15 07:10:47 +00:00
OLIMEX_AVR_MT_128 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3443 35acf78f-673a-0410-8e92-d51de3d6d3f4 2011-10-15 07:10:47 +00:00
OLIMEX_LPC_P2148 New build system for GCC ARM ports. 2011-10-08 09:22:34 +00:00
OLIMEX_MSP430_P1611 License updated. 2011-03-18 18:38:08 +00:00
OLIMEX_SAM7_EX256 License updated. 2011-03-18 18:38:08 +00:00
OLIMEX_SAM7_P256 License updated. 2011-03-18 18:38:08 +00:00
OLIMEX_STM32_103STK Added board OLIMEX_STM32_103STK. 2011-09-04 18:49:14 +00:00
OLIMEX_STM32_H103 Fixed board files for Olimex STM32-H102 and STM32-P107. 2011-05-01 17:24:12 +00:00
OLIMEX_STM32_P103 USB enhancements, phase two. 2011-10-23 12:21:44 +00:00
OLIMEX_STM32_P107 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3319 35acf78f-673a-0410-8e92-d51de3d6d3f4 2011-09-15 14:43:36 +00:00
RAISONANCE_REVA_STM8S License updated. 2011-03-18 18:38:08 +00:00
ST_STM8L_DISCOVERY License updated. 2011-03-18 18:38:08 +00:00
ST_STM8S_DISCOVERY License updated. 2011-03-18 18:38:08 +00:00
ST_STM32F4_DISCOVERY git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3488 35acf78f-673a-0410-8e92-d51de3d6d3f4 2011-11-12 10:10:52 +00:00
ST_STM32L_DISCOVERY git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3460 35acf78f-673a-0410-8e92-d51de3d6d3f4 2011-11-02 17:36:00 +00:00
ST_STM32VL_DISCOVERY License updated. 2011-03-18 18:38:08 +00:00
ST_STM3210C_EVAL License updated. 2011-03-18 18:38:08 +00:00
ST_STM3210E_EVAL git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2926 35acf78f-673a-0410-8e92-d51de3d6d3f4 2011-05-08 05:43:18 +00:00
ST_STM3220G_EVAL Provisional STM32L1xx and STM32F2xx support. 2011-07-27 12:22:07 +00:00
simulator License updated. 2011-03-18 18:38:08 +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.