Virgil IoT KIT
|
Update settings. More...
Go to the source code of this file.
Macros | |
#define | VS_MAX_FIRMWARE_UPDATE_SIZE (2 * 1024 * 1024) |
Maximum size for Firmware file. More... | |
#define | VS_FW_SIGNATURES_QTY (2) |
Minimum quantity of required signatures, which must be in firmware footer. More... | |
#define | VS_FW_SIGNER_TYPE_LIST |
List of signer types, which must be among signatures in firmware footer. More... | |
Update settings.
This file provides defines that set up Update behavior.
#define VS_FW_SIGNATURES_QTY (2) |
Minimum quantity of required signatures, which must be in firmware footer.
#define VS_FW_SIGNER_TYPE_LIST |
List of signer types, which must be among signatures in firmware footer.
Quantity MUST be equal to VS_FW_SIGNATURES_QTY It's values of vs_key_type_e from provision library
#define VS_MAX_FIRMWARE_UPDATE_SIZE (2 * 1024 * 1024) |
Maximum size for Firmware file.