Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: test-lpc1768 oldheating gps motorhome ... more
firmware.h
- Committer:
- andrewboyson
- Date:
- 2019-03-05
- Revision:
- 32:f10bf577ece3
- Parent:
- 30:400574681e9c
File content as of revision 32:f10bf577ece3:
#include <stdint.h>
extern bool FirmwareTrace;
extern int FirmwareSentLength;
extern int FirmwareRcvdLength;
extern uint32_t FirmwareSentCheckSum;
extern uint32_t FirmwareRcvdCheckSum;
extern int FirmwareFileLength;
extern uint32_t FirmwareFileCheckSum;
extern bool FirmwareFailed;
extern void FirmwareStart(int contentlength);
extern bool FirmwareAdd (const char* pDataStart, int dataLength);
extern void FirmwareMain(void);