SC-F001 way better logging and parameters. not integrated yet but.
This commit is contained in:
18
build/CMakeFiles/clean_additional.cmake
Normal file
18
build/CMakeFiles/clean_additional.cmake
Normal file
@@ -0,0 +1,18 @@
|
||||
# Additional clean files
|
||||
cmake_minimum_required(VERSION 3.16)
|
||||
|
||||
if("${CONFIG}" STREQUAL "" OR "${CONFIG}" STREQUAL "")
|
||||
file(REMOVE_RECURSE
|
||||
"app-template.map"
|
||||
"esp-idf\\esptool_py\\flasher_args.json.in"
|
||||
"esp-idf\\mbedtls\\x509_crt_bundle"
|
||||
"flash_app_args"
|
||||
"flash_bootloader_args"
|
||||
"flasher_args.json"
|
||||
"ldgen_libraries"
|
||||
"ldgen_libraries.in"
|
||||
"littlefs_py_venv"
|
||||
"project_elf_src_esp32.c"
|
||||
"x509_crt_bundle.S"
|
||||
)
|
||||
endif()
|
||||
Reference in New Issue
Block a user