ChibiOS/demos/MSP430-MSP430x1611-GCC
gdisirio c39d08fc2a git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3384 35acf78f-673a-0410-8e92-d51de3d6d3f4 2011-09-23 15:48:55 +00:00
..
mspgcc git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@283 35acf78f-673a-0410-8e92-d51de3d6d3f4 2008-05-07 13:08:43 +00:00
.cproject git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3384 35acf78f-673a-0410-8e92-d51de3d6d3f4 2011-09-23 15:48:55 +00:00
.project git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3384 35acf78f-673a-0410-8e92-d51de3d6d3f4 2011-09-23 15:48:55 +00:00
Makefile git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1436 35acf78f-673a-0410-8e92-d51de3d6d3f4 2009-12-18 15:05:45 +00:00
chconf.h git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3226 35acf78f-673a-0410-8e92-d51de3d6d3f4 2011-08-13 15:40:57 +00:00
halconf.h git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3313 35acf78f-673a-0410-8e92-d51de3d6d3f4 2011-09-12 19:27:05 +00:00
main.c Added thread names to all demos. 2011-07-10 06:50:12 +00:00
mcuconf.h License updated. 2011-03-18 18:38:08 +00:00
readme.txt git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2630 35acf78f-673a-0410-8e92-d51de3d6d3f4 2011-01-09 14:26:15 +00:00

readme.txt

*****************************************************************************
** ChibiOS/RT port for Texas Instruments MSP430.                           **
*****************************************************************************

** TARGET **

The demo runs on an Olimex MSP430-P1611 board with a 8MHz xtal installed. In
order to execute the demo without an crystal you need to edit mcuconf.h
and change:
#define MSP430_USE_CLOCK            MSP430_CLOCK_SOURCE_XT2CLK
in:
#define MSP430_USE_CLOCK            MSP430_CLOCK_SOURCE_DCOCLK

** The Demo **

The demo flashes the board LED using a thread, by pressing the button located
on the board the test procedure is activated with output on the serial port
COM1 (USART0).

** Build Procedure **

The demo was built using the MSPGCC toolchain.

** Notes **

The demo requires include files from MSPGCC that are not part of the ChibiOS/RT
distribution, please install MSPGCC.

                         http://mspgcc.sourceforge.net/