![]() |
MCCI Trusted Bootloader
Simple trusted bootloader and tools for small embedded systems
|
#include "mcci_bootloader_types.h"#include <stdint.h>#include "mcci_tweetnacl_hash.h"#include "mcci_tweetnacl_sign.h"Go to the source code of this file.
Data Structures | |
| struct | McciBootloader_AppInfo_t |
| Application information block. More... | |
| struct | McciBootloader_SignatureBlock_t |
| Application signature block. More... | |
Macros | |
| #define | _mcci_bootloader_appinfo_h_ /* prevent multiple includes */ |
| #define | MCCI_BOOTLOADER_APP_INFO_MAGIC (('M' << 0) | ('A' << 8) | ('P' << 16) | ('0' << 24)) |
| #define _mcci_bootloader_appinfo_h_ /* prevent multiple includes */ |
Definition at line 23 of file mcci_bootloader_appinfo.h.
| #define MCCI_BOOTLOADER_APP_INFO_MAGIC (('M' << 0) | ('A' << 8) | ('P' << 16) | ('0' << 24)) |
Definition at line 67 of file mcci_bootloader_appinfo.h.