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-02-27
- Revision:
- 29:1749efa34a64
- Parent:
- 28:00c3324e2434
- Child:
- 30:400574681e9c
File content as of revision 29:1749efa34a64:
extern int FirmwareTargetLength;
extern int FirmwareActualLength;
extern char* FirmwareFileName;
extern void FirmwareStart(int contentlength);
extern bool FirmwareAdd (const char* pDataStart, int dataLength);
extern void FirmwareMain(void);