Go to the source code of this file.
Definition of supported USB commands
Definition in file usb_cmds.h.
| enum usb_command_t |
Definition at line 21 of file 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