We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c92dfb2 commit 4169628Copy full SHA for 4169628
examples/lighting-app/telink/CMakeLists.txt
@@ -15,6 +15,8 @@
15
#
16
cmake_minimum_required(VERSION 3.13.1)
17
18
+set(BOARD tlsr9518adk80d)
19
+
20
get_filename_component(CHIP_ROOT ${CMAKE_CURRENT_SOURCE_DIR}/third_party/connectedhomeip REALPATH)
21
get_filename_component(NLIO_ROOT ${CHIP_ROOT}/third_party/nlio/repo/include REALPATH)
22
get_filename_component(TELINK_COMMON ${CHIP_ROOT}/examples/platform/telink REALPATH)
0 commit comments