Support for debugging strings, closer to a clean MSP430X2 implementation.
[goodfet] / firmware / include / apps.h
1 //! Application stuff.
2
3 #define MONITOR 0x00
4 #define SPI 0x01
5 #define I2CAPP 0x02
6 #define JTAG 0x10
7 #define JTAG430 0x11
8 #define CHIPCON 0x30
9 #define SIF 0x31
10
11 #define OCT 0x70
12
13 #define DEBUGAPP 0xFF