summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2020-06-01 16:32:46 (GMT)
committerJF <jf@codingfield.com>2020-06-01 16:32:46 (GMT)
commitde822cc3a2f07033e881331ac8914b26023bb003 (patch)
tree23f043a10afe9f934264f043a8b5559495648a47 /src/CMakeLists.txt
parentf6aa41c214eef418b55cf0f063c5a296b1e57b63 (diff)
Encapsulate DFU Image buffering and writing into spi flash in DfuImage.
Add some const in SPI driver.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index c37a05a..4799ea1 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -355,7 +355,6 @@ list(APPEND SOURCE_FILES
Components/Ble/DfuService.cpp
Components/Ble/CurrentTimeService.cpp
Components/Ble/AlertNotificationService.cpp
- Components/Ble/DfuImage.cpp
drivers/Cst816s.cpp
FreeRTOS/port.c
FreeRTOS/port_cmsis_systick.c
@@ -409,8 +408,7 @@ set(INCLUDE_FILES
Components/Ble/CurrentTimeClient.h
Components/Ble/AlertNotificationClient.h
Components/Ble/DfuService.h
- Components/Ble/DfuImage.h
- drivers/Cst816s.h
+ drivers/Cst816s.h
FreeRTOS/portmacro.h
FreeRTOS/portmacro_cmsis.h
libs/date/includes/date/tz.h