mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-12-01 20:54:41 -05:00
Add fw cmd to get UDI
This commit is contained in:
parent
98a3a1240b
commit
acb9c37ee7
3 changed files with 24 additions and 1 deletions
|
|
@ -37,6 +37,8 @@ enum fwcmd {
|
|||
FW_CMD_GET_APP_DIGEST = 0x09,
|
||||
FW_CMD_LOAD_USS = 0x0a,
|
||||
FW_RSP_LOAD_USS = 0x0b,
|
||||
FW_CMD_GET_UDI = 0x0c,
|
||||
FW_RSP_GET_UDI = 0x0d,
|
||||
/* ... */
|
||||
FW_RSP_GET_APP_DIGEST = 0x10, // encoded as 0x10 for backwards compatibility
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue