tinySA/boards
gdisirio 99bd11676f git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5293 35acf78f-673a-0410-8e92-d51de3d6d3f4 2013-02-21 14:05:07 +00:00
..
ARDUINO_MEGA Updated license years. 2013-02-02 10:58:09 +00:00
EA_LPCXPRESSO_BB_11U14 Updated license years. 2013-02-02 10:58:09 +00:00
EA_LPCXPRESSO_BB_1114 Updated license years. 2013-02-02 10:58:09 +00:00
EA_LPCXPRESSO_BB_1343 Updated license years. 2013-02-02 10:58:09 +00:00
GENERIC_SPC56EL git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5183 35acf78f-673a-0410-8e92-d51de3d6d3f4 2013-02-15 09:49:21 +00:00
GENERIC_SPC560BC git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5264 35acf78f-673a-0410-8e92-d51de3d6d3f4 2013-02-19 11:34:33 +00:00
GENERIC_SPC560P git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5277 35acf78f-673a-0410-8e92-d51de3d6d3f4 2013-02-19 15:07:33 +00:00
GENERIC_SPC563M git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4945 35acf78f-673a-0410-8e92-d51de3d6d3f4 2012-12-17 13:57:24 +00:00
MAPLEMINI_STM32_F103 Added board files for Maple Mini. 2012-06-09 16:57:37 +00:00
NONSTANDARD_STM32F4_BARTHESS1 Updated license years. 2013-02-02 10:58:09 +00:00
OLIMEX_AVR_CAN Updated license years. 2013-02-02 10:58:09 +00:00
OLIMEX_AVR_MT_128 Updated license years. 2013-02-02 10:58:09 +00:00
OLIMEX_LPC_P1343 Updated license years. 2013-02-02 10:58:09 +00:00
OLIMEX_LPC_P2148 Updated license years. 2013-02-02 10:58:09 +00:00
OLIMEX_MSP430_P1611 Updated license years. 2013-02-02 10:58:09 +00:00
OLIMEX_SAM7_EX256 Fixed bug 3605058. 2013-02-17 14:10:10 +00:00
OLIMEX_SAM7_P256 Updated license years. 2013-02-02 10:58:09 +00:00
OLIMEX_STM32_103STK Updated license years. 2013-02-02 10:58:09 +00:00
OLIMEX_STM32_E407 Updated license years. 2013-02-02 10:58:09 +00:00
OLIMEX_STM32_H103 Updated license years. 2013-02-02 10:58:09 +00:00
OLIMEX_STM32_LCD Updated license years. 2013-02-02 10:58:09 +00:00
OLIMEX_STM32_P103 Updated license years. 2013-02-02 10:58:09 +00:00
OLIMEX_STM32_P107 Updated license years. 2013-02-02 10:58:09 +00:00
OLIMEX_STM32_P407 Updated license years. 2013-02-02 10:58:09 +00:00
RAISONANCE_REVA_STM8S Updated license years. 2013-02-02 10:58:09 +00:00
STUDIEL_AT91SAM7A3_EK Updated license years. 2013-02-02 10:58:09 +00:00
ST_STM8L_DISCOVERY Updated license years. 2013-02-02 10:58:09 +00:00
ST_STM8S_DISCOVERY Updated license years. 2013-02-02 10:58:09 +00:00
ST_STM32F0_DISCOVERY Updated license years. 2013-02-02 10:58:09 +00:00
ST_STM32F3_DISCOVERY git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5293 35acf78f-673a-0410-8e92-d51de3d6d3f4 2013-02-21 14:05:07 +00:00
ST_STM32F4_DISCOVERY git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5106 35acf78f-673a-0410-8e92-d51de3d6d3f4 2013-02-03 18:10:51 +00:00
ST_STM32L_DISCOVERY Updated license years. 2013-02-02 10:58:09 +00:00
ST_STM32VL_DISCOVERY Updated license years. 2013-02-02 10:58:09 +00:00
ST_STM3210C_EVAL Updated license years. 2013-02-02 10:58:09 +00:00
ST_STM3210E_EVAL Updated license years. 2013-02-02 10:58:09 +00:00
ST_STM3220G_EVAL Updated license years. 2013-02-02 10:58:09 +00:00
ST_STM32373C_EVAL git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5293 35acf78f-673a-0410-8e92-d51de3d6d3f4 2013-02-21 14:05:07 +00:00
simulator Updated license years. 2013-02-02 10:58:09 +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 file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

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.