summaryrefslogtreecommitdiff
path: root/cmake-nRF5x
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2019-12-21 17:58:00 +0100
committerJF <jf@codingfield.com>2019-12-21 17:58:00 +0100
commitecf307c559624fe82218e3acfc429d549f331075 (patch)
tree95a09721e2015f5b4bc066cb272982b7bf87f10f /cmake-nRF5x
parent528fc5661679feeef91e76d633c94c945bb0a3df (diff)
Add BLE and CTS client. Time can be retrieved from a CTS server (like NRFConnect) once it's bond.
WIP, the code is really ugly
Diffstat (limited to 'cmake-nRF5x')
-rwxr-xr-xcmake-nRF5x/CMake_nRF5x.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmake-nRF5x/CMake_nRF5x.cmake b/cmake-nRF5x/CMake_nRF5x.cmake
index 3157c5cf..fb94c742 100755
--- a/cmake-nRF5x/CMake_nRF5x.cmake
+++ b/cmake-nRF5x/CMake_nRF5x.cmake
@@ -260,9 +260,12 @@ macro(nRF5x_setup)
# LCD/GFX
include_directories(
"${NRF5_SDK_PATH}/external/thedotfactory_fonts"
+ "${NRF5_SDK_PATH}/components/ble/ble_db_discovery"
)
list(APPEND SDK_SOURCE_FILES
+ "${NRF5_SDK_PATH}/components/ble/ble_db_discovery/ble_db_discovery.c"
+ "${NRF5_SDK_PATH}/components/ble/ble_services/ble_cts_c/ble_cts_c.c"
"${NRF5_SDK_PATH}/external/thedotfactory_fonts/orkney24pts.c"
)