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.
Fork of SWUpdate by
Revision 2:ef2ac9627546, committed 2014-06-14
- Comitter:
- WiredHome
- Date:
- Sat Jun 14 16:15:30 2014 +0000
- Parent:
- 1:208de08b1a19
- Child:
- 3:c69fff55fc60
- Commit message:
- Improve documentation
Changed in this revision
| SWUpdate.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/SWUpdate.h Sat Jun 14 15:59:02 2014 +0000 +++ b/SWUpdate.h Sat Jun 14 16:15:30 2014 +0000 @@ -23,6 +23,7 @@ /// @param url is a pointer to a text string of the url from which to download. /// @param name is the base filename of the binary file. /// @param reboot determines whether to automatically reboot to activate the new bin. +/// @return true if the update succeeded (and the reboot was set to DEFER_REBOOT). /// bool SoftwareUpdate(const char *url, const char * name, Reboot_T reboot = DEFER_REBOOT);
