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.
Dependencies: mbed EthernetInterface mbed-rtos
Fork of FOTA_K64F by
main.cpp
- Committer:
- Sissors
- Date:
- 2016-04-23
- Revision:
- 8:00cefe0d59ed
- Parent:
- 7:4ab0430d06e3
- Child:
- 9:56ed3a56ecc3
File content as of revision 8:00cefe0d59ed:
#include "mbed.h" #include "bootloader.h" int main() { printf("\r\nTestrun!\r\n"); printf("Press any key to continue\r\n"); getchar(); printf("Starting bootloader\r\n"); wait(1); write_flash(); while(1); }