Program to update the D7A modem's firmware.

Dependencies:   modem_ref_helper DebouncedInterrupt

Committer:
Jeej
Date:
Tue Mar 14 15:18:05 2017 +0000
Revision:
17:05c9ec970a6d
Parent:
15:24434827c575
Child:
18:a8a640941018
Release 4.7.232 (For modems 4.7.x only. For 4.6.x use the previous Release)

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Jeej 0:82a60d86ab2e 1
Jeej 17:05c9ec970a6d 2 #define __PLATFORM_SH2030__
Jeej 17:05c9ec970a6d 3 //#define __PLATFORM_SH2001__
Jeej 7:5b8648784381 4
Jeej 15:24434827c575 5
Jeej 14:450dd9a72336 6 #if defined(__PLATFORM_SH2030__)
Jeej 14:450dd9a72336 7 // Platform SH2030
Jeej 14:450dd9a72336 8 #include "bin_SH2030.h"
Jeej 15:24434827c575 9 #include "bootloader_SH2030.h"
Jeej 14:450dd9a72336 10 #elif defined(__PLATFORM_SH2001__)
Jeej 14:450dd9a72336 11 // Platform SH2001
Jeej 14:450dd9a72336 12 #include "bin_SH2001.h"
Jeej 15:24434827c575 13 #include "bootloader_SH2001.h"
Jeej 7:5b8648784381 14 #endif