Add a target that yells at you if your sdkconfig is out of date

This commit is contained in:
jacqueline
2023-10-26 12:50:02 +11:00
parent 2086ab09b8
commit 97d63c5553
2 changed files with 21 additions and 0 deletions
+4
View File
@@ -15,3 +15,7 @@ idf_build_set_property(COMPILE_OPTIONS "-DTCB_SPAN_NO_CONTRACT_CHECKING" APPEND)
list(APPEND EXTRA_COMPONENT_DIRS "$ENV{PROJ_PATH}/src")
project(tangara)
add_custom_target(check-for-sdkconfig-changes ALL
COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/tools/cmake/check-for-sdkconfig-changes.sh
)