#include <stdint.h>
Include dependency graph for FileFormat.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
| struct | OtaFileHeader |
| struct | OtaRomHeader |
Macros | |
| #define | OTA_HEADER_MAGIC_SIGNED 0xf01af02a |
| #define | OTA_HEADER_MAGIC_NOT_SIGNED 0xf01af020 |
Macro Definition Documentation
◆ OTA_HEADER_MAGIC_NOT_SIGNED
| #define OTA_HEADER_MAGIC_NOT_SIGNED 0xf01af020 |
Expected value for OTA_FileHeader::magic when signing is disabled.
◆ OTA_HEADER_MAGIC_SIGNED
| #define OTA_HEADER_MAGIC_SIGNED 0xf01af02a |
Expected value for OTA_FileHeader::magic for digitally signed upgrad file.
1.8.17