failing mcuboot poc

This commit is contained in:
Jeremy Janella
2026-05-16 23:17:22 -04:00
parent ce11d9bc0f
commit 6f163e1250
854 changed files with 129260 additions and 2 deletions
@@ -0,0 +1,8 @@
# Additional clean files
cmake_minimum_required(VERSION 3.16)
if("${CONFIG}" STREQUAL "" OR "${CONFIG}" STREQUAL "")
file(REMOVE_RECURSE
"zephyr/include/generated/zephyr/syscalls"
)
endif()