Go to the source code of this file.
| enum usb_command_t | 
Definition at line 15 of file bootldr_usb_cmds.h.
{
    CMD_FIRMWARE_VERSION = 1,
    CMD_FLASH_WRITE_INIT,         // Eigth 64 bytes bulk packets <- PC follow after this command
    CMD_FLASH_READ,
    CMD_FLASH_ERASE_PAGE,
    CMD_FLASH_SET_PROTECTED,
    CMD_FLASH_SELECT_HALF
} usb_command_t;
 1.7.2
 1.7.2