ChibiOS/boards
gdisirio 4becbef6de git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4729 35acf78f-673a-0410-8e92-d51de3d6d3f4 2012-10-01 13:54:54 +00:00
..
ARDUINO_MEGA Arduino Mega support. 2012-07-01 14:10:13 +00:00
EA_LPCXPRESSO_BB_11U14 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4225 35acf78f-673a-0410-8e92-d51de3d6d3f4 2012-05-21 16:59:53 +00:00
EA_LPCXPRESSO_BB_1114 New NXP headers. 2012-05-20 08:37:29 +00:00
EA_LPCXPRESSO_BB_1343 New NXP headers. 2012-05-20 08:37:29 +00:00
GENERIC_SPC560P git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4729 35acf78f-673a-0410-8e92-d51de3d6d3f4 2012-10-01 13:54:54 +00:00
GENERIC_SPC563M git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4685 35acf78f-673a-0410-8e92-d51de3d6d3f4 2012-09-17 07:53:00 +00:00
MAPLEMINI_STM32_F103 Added board files for Maple Mini. 2012-06-09 16:57:37 +00:00
NONSTANDARD_STM32F4_BARTHESS1 Custom board.h. Hardware related chages. 2012-06-01 18:07:01 +00:00
OLIMEX_AVR_CAN
OLIMEX_AVR_MT_128
OLIMEX_LPC_P1343
OLIMEX_LPC_P2148 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4180 35acf78f-673a-0410-8e92-d51de3d6d3f4 2012-05-10 12:26:24 +00:00
OLIMEX_MSP430_P1611 Updated MSP port. 2012-04-25 09:33:30 +00:00
OLIMEX_SAM7_EX256 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4180 35acf78f-673a-0410-8e92-d51de3d6d3f4 2012-05-10 12:26:24 +00:00
OLIMEX_SAM7_P256 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4180 35acf78f-673a-0410-8e92-d51de3d6d3f4 2012-05-10 12:26:24 +00:00
OLIMEX_STM32_103STK
OLIMEX_STM32_E407 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4591 35acf78f-673a-0410-8e92-d51de3d6d3f4 2012-08-20 13:09:15 +00:00
OLIMEX_STM32_H103
OLIMEX_STM32_P103 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4678 35acf78f-673a-0410-8e92-d51de3d6d3f4 2012-09-16 18:30:14 +00:00
OLIMEX_STM32_P107 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4376 35acf78f-673a-0410-8e92-d51de3d6d3f4 2012-07-01 07:21:54 +00:00
OLIMEX_STM32_P407 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4601 35acf78f-673a-0410-8e92-d51de3d6d3f4 2012-08-21 08:56:24 +00:00
RAISONANCE_REVA_STM8S
ST_STM8L_DISCOVERY
ST_STM8S_DISCOVERY
ST_STM32F0_DISCOVERY git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4538 35acf78f-673a-0410-8e92-d51de3d6d3f4 2012-08-06 17:22:08 +00:00
ST_STM32F4_DISCOVERY git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4538 35acf78f-673a-0410-8e92-d51de3d6d3f4 2012-08-06 17:22:08 +00:00
ST_STM32L_DISCOVERY git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4538 35acf78f-673a-0410-8e92-d51de3d6d3f4 2012-08-06 17:22:08 +00:00
ST_STM32VL_DISCOVERY
ST_STM3210C_EVAL git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4635 35acf78f-673a-0410-8e92-d51de3d6d3f4 2012-09-07 13:16:33 +00:00
ST_STM3210E_EVAL git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4178 35acf78f-673a-0410-8e92-d51de3d6d3f4 2012-05-09 17:00:03 +00:00
ST_STM3220G_EVAL
simulator
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.