Getting closer to an I2C Python client.
[goodfet] / firmware / include / command.h
index 7eb1f61..d5e22e6 100644 (file)
@@ -19,6 +19,8 @@ extern unsigned char cmddata[256];
 
 // Monitor Commands
 #define MONITOR_CHANGE_BAUD 0x80
+#define MONITOR_RAM_PATTERN 0x90
+#define MONITOR_RAM_DEPTH 0x91
 
 //CHIPCON commands
 #define CC_CHIP_ERASE 0x80
@@ -52,7 +54,6 @@ extern unsigned char cmddata[256];
 //SPI commands
 #define SPI_JEDEC 0x80
 #define SPI_ERASE 0x81
-#define SPI_WRITE 0x82
 
 //JTAG430 commands
 #define JTAG430_HALTCPU 0xA0