ChibiOS/boards
theShed f0b4615ece LPC8xx EXT driver
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5436 35acf78f-673a-0410-8e92-d51de3d6d3f4
2013-03-15 21:57:43 +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
EA_LPCXPRESSO_LPC812 LPC8xx EXT driver 2013-03-15 21:57:43 +00:00
MAPLEMINI_STM32_F103 Added board files for Maple Mini. 2012-06-09 16:57:37 +00:00
NGX_BB_LPC11U14 Add NGX_BB_LPCU14 board support 2013-03-05 22:31:43 +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_EVB_SPC56EL Renamed paths to ST EVB boards in all projects. 2013-03-13 13:40:29 +00:00
ST_EVB_SPC560BC Renamed paths to ST EVB boards in all projects. 2013-03-13 13:40:29 +00:00
ST_EVB_SPC560P Renamed paths to ST EVB boards in all projects. 2013-03-13 13:40:29 +00:00
ST_EVB_SPC563M Renamed paths to ST EVB boards in all projects. 2013-03-13 13:40:29 +00:00
ST_EVB_SPC564A Renamed paths to ST EVB boards in all projects. 2013-03-13 13:40:29 +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@5345 35acf78f-673a-0410-8e92-d51de3d6d3f4 2013-03-03 08:45:54 +00:00
simulator Updated license years. 2013-02-02 10:58:09 +00:00
readme.txt Fixed bug 3607380. 2013-03-09 11:08:46 +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.