Doxygen stuff.
[goodfet] / firmware / include / apps.h
index 8a8b999..4835e14 100644 (file)
@@ -1,10 +1,16 @@
-//! Application stuff.
+/*! \file apps.h
+  \author Travis Goodspeed
+  \brief Application definitions.
+*/
 
 #define MONITOR 0x00
 #define SPI 0x01
-#define I2C 0x02
+#define I2CAPP 0x02
 #define JTAG 0x10
 #define JTAG430 0x11
 #define CHIPCON 0x30
 #define SIF 0x31
 
+#define OCT 0x70
+
+#define DEBUGAPP 0xFF