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: modem_ref_helper DebouncedInterrupt
bin.h@28:5c9c420c666e, 2018-03-13 (annotated)
- Committer:
- Jeej
- Date:
- Tue Mar 13 16:56:05 2018 +0000
- Revision:
- 28:5c9c420c666e
- Parent:
- 27:25be84b17eec
Added possibility to reset the firmware.
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| Jeej | 0:82a60d86ab2e | 1 | |
| Jeej | 28:5c9c420c666e | 2 | //#define __PLATFORM_SH2030__ |
| Jeej | 27:25be84b17eec | 3 | //#define __PLATFORM_SH2001__ |
| Jeej | 28:5c9c420c666e | 4 | #define __PLATFORM_SH2050__ |
| Jeej | 7:5b8648784381 | 5 | |
| Jeej | 15:24434827c575 | 6 | |
| Jeej | 14:450dd9a72336 | 7 | #if defined(__PLATFORM_SH2030__) |
| Jeej | 14:450dd9a72336 | 8 | // Platform SH2030 |
| Jeej | 14:450dd9a72336 | 9 | #include "bin_SH2030.h" |
| Jeej | 15:24434827c575 | 10 | #include "bootloader_SH2030.h" |
| Jeej | 14:450dd9a72336 | 11 | #elif defined(__PLATFORM_SH2001__) |
| Jeej | 14:450dd9a72336 | 12 | // Platform SH2001 |
| Jeej | 14:450dd9a72336 | 13 | #include "bin_SH2001.h" |
| Jeej | 15:24434827c575 | 14 | #include "bootloader_SH2001.h" |
| Jeej | 18:a8a640941018 | 15 | #elif defined(__PLATFORM_SH2050__) |
| Jeej | 18:a8a640941018 | 16 | // Platform SH2050 |
| Jeej | 18:a8a640941018 | 17 | #include "bin_SH2050.h" |
| Jeej | 18:a8a640941018 | 18 | #include "bootloader_SH2050.h" |
| Jeej | 7:5b8648784381 | 19 | #endif |