aboutsummaryrefslogtreecommitdiff
path: root/cc3200/bootmgr/bootloader.mk
diff options
context:
space:
mode:
authorDaniel Campora2015-07-14 21:39:07 +0200
committerDaniel Campora2015-07-15 14:25:28 +0200
commite955089da0e60ab7d0f2daed5cb9e775b0927fe2 (patch)
treeb14ad90be6a024a53a78fd3031f2cdbfbc3e9d84 /cc3200/bootmgr/bootloader.mk
parent9309e609cdbd9b28afd3645d30cad15f54b797b7 (diff)
cc3200: Implement new OTA mechanism with 2 firmware update slots.
Diffstat (limited to 'cc3200/bootmgr/bootloader.mk')
-rw-r--r--cc3200/bootmgr/bootloader.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/cc3200/bootmgr/bootloader.mk b/cc3200/bootmgr/bootloader.mk
index f8ce0095c..3105d6666 100644
--- a/cc3200/bootmgr/bootloader.mk
+++ b/cc3200/bootmgr/bootloader.mk
@@ -19,6 +19,7 @@ BOOT_CPPDEFINES = -Dgcc -DBOOTLOADER -DTARGET_IS_CC3200 -DSL_TINY
BOOT_HAL_SRC_C = $(addprefix hal/,\
cpu.c \
interrupt.c \
+ gpio.c \
pin.c \
prcm.c \
shamd5.c \