We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23a60e4 commit f233d24Copy full SHA for f233d24
2 files changed
Libraries/zephyr/MAX/CMakeLists.txt
@@ -32,7 +32,7 @@ zephyr_compile_definitions(
32
-DMSDK_NO_LOCKING=1
33
)
34
35
-if (CONFIG_MAX32_SECURE_SOC_SIGNING)
+if (CONFIG_SOC_FAMILY_MAX32_SECURE_SOC_SIGNING)
36
zephyr_compile_definitions(
37
-D__SLA_FWK__
38
-DUSE_ZEPHYR_SECTIONS=1
Libraries/zephyr/MAX/Source/MAX32650/CMakeLists.txt
@@ -83,7 +83,7 @@ zephyr_library_sources(
83
${MSDK_PERIPH_SRC_DIR}/SRCC/srcc_reva.c
84
85
86
87
zephyr_library_sources(${MSDK_CMSIS_DIR}/Source/sla_header_MAX32650.c)
88
endif()
89
0 commit comments