Refactoring, beginning AVR application.
[goodfet] / firmware / include / apps.h
index 48ec492..b3989c6 100644 (file)
@@ -1,4 +1,7 @@
-//! Application stuff.
+/*! \file apps.h
+  \author Travis Goodspeed
+  \brief Application definitions.
+*/
 
 #define MONITOR 0x00
 #define SPI 0x01
@@ -7,4 +10,8 @@
 #define JTAG430 0x11
 #define CHIPCON 0x30
 #define SIF 0x31
+#define AVR 0x32
 
+#define OCT 0x70
+
+#define DEBUGAPP 0xFF