![]() |
MCCI Trusted Bootloader
Simple trusted bootloader and tools for small embedded systems
|
#include "mcci_bootloader.h"#include "mcci_bootloader_appinfo.h"#include "mcci_bootloader_platform.h"#include "mcci_tweetnacl_hash.h"#include "mcci_tweetnacl_sign.h"Go to the source code of this file.
Functions | |
| bool | McciBootloader_checkCodeValid (const void *pBase, size_t nBytes) |
| bool McciBootloader_checkCodeValid | ( | const void * | pBase, |
| size_t | nBytes | ||
| ) |
Definition at line 108 of file mccibootloader_checkcodevalid.c.
References McciBootloaderPlatform_checkImageValid().
Referenced by McciBootloader_main(), and McciBootloader_programAndCheckFlash().