X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=firmware%2Finclude%2Fcommand.h;h=d5e22e6773ff4c30e3fb7f07c145ed9d687559d7;hp=7eb1f610b6a5b155c35eaef702f1d1c66126787d;hb=c28cce5afcc1e1747f51e5afe15e338dae030376;hpb=92560226caf1a463eb144324978b0a390327e09e diff --git a/firmware/include/command.h b/firmware/include/command.h index 7eb1f61..d5e22e6 100644 --- a/firmware/include/command.h +++ b/firmware/include/command.h @@ -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