Virgil IoT KIT
Macros
config/pc/update-config.h File Reference

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...
 

Detailed Description

Update settings.

This file provides defines that set up Update behavior.

Macro Definition Documentation

◆ VS_FW_SIGNATURES_QTY

#define VS_FW_SIGNATURES_QTY   (2)

Minimum quantity of required signatures, which must be in firmware footer.

◆ VS_FW_SIGNER_TYPE_LIST

#define VS_FW_SIGNER_TYPE_LIST
Value:
{ \
VS_KEY_AUTH, \
VS_KEY_FIRMWARE \
};

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

◆ VS_MAX_FIRMWARE_UPDATE_SIZE

#define VS_MAX_FIRMWARE_UPDATE_SIZE   (2 * 1024 * 1024)

Maximum size for Firmware file.