File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,11 @@ zephyr_library_sources(
77 )
88zephyr_include_directories (. )
99
10+ set (SNIPPET_ROOT "${CMAKE_CURRENT_SOURCE_DIR} " )
11+
12+
13+ # set(SNIPPET monitor-vinternal)
14+
1015if (CONFIG_SOC_HEALTH_MONITORING)
1116 zephyr_include_directories (
1217 health_monitoring
Original file line number Diff line number Diff line change @@ -6,12 +6,10 @@ cmake_minimum_required(VERSION 3.20.0)
66zephyr_library_sources (health_monitoring.c )
77zephyr_include_directories (. )
88
9- # if(CONFIG_VBAT_MONITOR_ENABLE)
10- set (EXTRA_DTC_OVERLAY_FILE "vbatt_monitor.overlay" )
11- # endif()
12-
13- if (CONFIG_VINTERNAL_MONITOR_ENABLE)
14- set (EXTRA_DTC_OVERLAY_FILE "v_internal_monitor.overlay" )
15- endif ()
9+ # # if(CONFIG_VBAT_MONITOR_ENABLE)
10+ # set(EXTRA_DTC_OVERLAY_FILE "vbatt_monitor.overlay")
11+ # # endif()
1612
17- find_package (Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE} )
13+ # if(CONFIG_VINTERNAL_MONITOR_ENABLE)
14+ # set(EXTRA_DTC_OVERLAY_FILE "v_internal_monitor.overlay")
15+ # endif()
File renamed without changes.
Original file line number Diff line number Diff line change 1+ name : monitor-vinternal
2+ append :
3+ EXTRA_DTC_OVERLAY_FILE : v_internal_monitor.overlay
4+ EXTRA_DTC_OVERLAY_FILE : vbatt_monitor.overlay
File renamed without changes.
You can’t perform that action at this time.
0 commit comments