Declaration of common types for bootloader.
Copyright (c) 2020 Microchip Technology Inc. and its subsidiaries.
#include <srecParser.h>
Data Structures | |
struct | BootBuffer_t |
Macros | |
#define | SREC_DATA_LENGTH SRECORD_SIZE |
Functions | |
int | Boot_main (void) |
State machine in the main. More... | |
#define SREC_DATA_LENGTH SRECORD_SIZE |
Referenced by srecParser().
int Boot_main | ( | void | ) |
State machine in the main.
References app_infoAction(), flag, jumpToApplication(), lowLevelInit(), lowLevelUnInit(), RESET_FLAG, srecHandshake(), srecProtocol(), and system_reset().
Referenced by main().