blob: 0fd0c5a7b2d5b1097b4ac45a2fbc2bd3be96ecf0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
*****************************************************************************
** ChibiOS/RT port for Texas Instruments MSP430. **
*****************************************************************************
** TARGET **
The demo runs on an Olimex MSP430-P1611 board but it is still untested.
** The Demo **
The demo flashes the board LED using a thread.
** 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/
|