idf mqtt ssl

This commit is contained in:
2025-03-23 20:46:04 -04:00
parent 31097a0311
commit 17f1566985
149 changed files with 38114 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
# Additional clean files
cmake_minimum_required(VERSION 3.16)
if("${CONFIG}" STREQUAL "" OR "${CONFIG}" STREQUAL "")
file(REMOVE_RECURSE
"ESP-IDF_mqtt-ssl.bin"
"ESP-IDF_mqtt-ssl.map"
"bootloader/bootloader.bin"
"bootloader/bootloader.elf"
"bootloader/bootloader.map"
"client.crt.S"
"client.key.S"
"config/sdkconfig.cmake"
"config/sdkconfig.h"
"esp-idf/esptool_py/flasher_args.json.in"
"esp-idf/mbedtls/x509_crt_bundle"
"flash_app_args"
"flash_bootloader_args"
"flash_project_args"
"flasher_args.json"
"ldgen_libraries"
"ldgen_libraries.in"
"mosquitto.org.crt.S"
"project_elf_src_esp32c3.c"
"x509_crt_bundle.S"
)
endif()