ChibiOS/boards
gdisirio 384e788279 Fixed bug 3581929.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_2.4.x@4794 35acf78f-673a-0410-8e92-d51de3d6d3f4
2012-11-03 09:42:08 +00:00
..
EA_LPCXPRESSO_BB_1114 License switch, release candidate 1. 2012-01-28 15:39:37 +00:00
EA_LPCXPRESSO_BB_1343 License switch, release candidate 1. 2012-01-28 15:39:37 +00:00
GENERIC_SPC563 License switch, release candidate 1. 2012-01-28 15:39:37 +00:00
NONSTANDARD_STM32F4_BARTHESS1 License switch, release candidate 1. 2012-01-28 15:39:37 +00:00
OLIMEX_AVR_CAN License switch, release candidate 1. 2012-01-28 15:39:37 +00:00
OLIMEX_AVR_MT_128 License switch, release candidate 1. 2012-01-28 15:39:37 +00:00
OLIMEX_LPC_P2148 License switch, release candidate 1. 2012-01-28 15:39:37 +00:00
OLIMEX_MSP430_P1611 Updated MSP430 board initialization. 2012-04-28 08:46:38 +00:00
OLIMEX_SAM7_EX256 License switch, release candidate 1. 2012-01-28 15:39:37 +00:00
OLIMEX_SAM7_P256 License switch, release candidate 1. 2012-01-28 15:39:37 +00:00
OLIMEX_STM32_103STK License switch, release candidate 1. 2012-01-28 15:39:37 +00:00
OLIMEX_STM32_H103 License switch, release candidate 1. 2012-01-28 15:39:37 +00:00
OLIMEX_STM32_P103 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_2.4.x@4663 35acf78f-673a-0410-8e92-d51de3d6d3f4 2012-09-15 14:30:45 +00:00
OLIMEX_STM32_P107 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_2.4.x@4375 35acf78f-673a-0410-8e92-d51de3d6d3f4 2012-07-01 07:20:34 +00:00
OLIMEX_STM32_P407 Fixed bug 3581929. 2012-11-03 09:42:08 +00:00
RAISONANCE_REVA_STM8S License switch, release candidate 1. 2012-01-28 15:39:37 +00:00
ST_STM8L_DISCOVERY License switch, release candidate 1. 2012-01-28 15:39:37 +00:00
ST_STM8S_DISCOVERY License switch, release candidate 1. 2012-01-28 15:39:37 +00:00
ST_STM32F4_DISCOVERY git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_2.4.x@4387 35acf78f-673a-0410-8e92-d51de3d6d3f4 2012-07-02 17:13:00 +00:00
ST_STM32L_DISCOVERY Fixed small errors. 2012-05-18 15:35:32 +00:00
ST_STM32VL_DISCOVERY License switch, release candidate 1. 2012-01-28 15:39:37 +00:00
ST_STM3210C_EVAL License switch, release candidate 1. 2012-01-28 15:39:37 +00:00
ST_STM3210E_EVAL License switch, release candidate 1. 2012-01-28 15:39:37 +00:00
ST_STM3220G_EVAL License switch, release candidate 1. 2012-01-28 15:39:37 +00:00
simulator License switch, release candidate 1. 2012-01-28 15:39:37 +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.