add reveng-1.30

new command menu:
crc help
crc calc
crc calc -h for help on command set
This commit is contained in:
marshmellow42 2015-06-06 01:09:54 -04:00
parent 07b5a3c3ba
commit fe81b47811
14 changed files with 3685 additions and 6 deletions

View file

@ -19,4 +19,8 @@ bool WaitForResponseTimeout(uint32_t cmd, UsbCommand* response, size_t ms_timeou
bool WaitForResponse(uint32_t cmd, UsbCommand* response);
void clearCommandBuffer();
command_t* getTopLevelCommandTable();
//For storing command that are received from the device
#define CMD_BUFFER_SIZE 50
#endif