From ecf307c559624fe82218e3acfc429d549f331075 Mon Sep 17 00:00:00 2001 From: JF Date: Sat, 21 Dec 2019 17:58:00 +0100 Subject: 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 --- cmake-nRF5x/CMake_nRF5x.cmake | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cmake-nRF5x') 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" ) -- cgit v1.2.3