mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-24 16:27:50 +00:00
ChibiOS 2.6.8, until I can figure out where to get it from git.
This commit is contained in:
29
firmware/chibios/demos/MSP430-MSP430x1611-GCC/readme.txt
Executable file
29
firmware/chibios/demos/MSP430-MSP430x1611-GCC/readme.txt
Executable file
@@ -0,0 +1,29 @@
|
||||
*****************************************************************************
|
||||
** 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/
|
Reference in New Issue
Block a user