kind of work with zephyr with pca10056 with cmake -DBUILD_ZEPHYR

This commit is contained in:
hathach
2025-01-23 17:10:01 +07:00
parent 6080f89f3d
commit 31071ccf0e
17 changed files with 122 additions and 104 deletions

View File

@@ -1,3 +1,7 @@
if (BUILD_ZEPHYR)
return()
endif()
include(CMakePrintHelpers)
# ----------------------------------------------------------------------------