X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=firmware%2Finclude%2Fcommand.h;h=d5e22e6773ff4c30e3fb7f07c145ed9d687559d7;hp=c53917598f242a5a9f7de9cfd27609ab95490df1;hb=9fff819ee3088834ef10c050bcdc0bc5f93dcd2a;hpb=3bf98a899ca8003835b69d949d299369a5d7a4f7 diff --git a/firmware/include/command.h b/firmware/include/command.h index c539175..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 @@ -49,6 +51,10 @@ extern unsigned char cmddata[256]; #define JTAG_DR_SHIFT 0x81 #define JTAG_DR_SHIFT20 0x91 +//SPI commands +#define SPI_JEDEC 0x80 +#define SPI_ERASE 0x81 + //JTAG430 commands #define JTAG430_HALTCPU 0xA0 #define JTAG430_RELEASECPU 0xA1