feat(mbedtls/esp_crt_bundle): Move dummy cert to .rodata to save 408B from dram

Co-authored-by: Hanno <h.binder@web.de>
This commit is contained in:
harshal.patil
2024-10-10 12:34:32 +05:30
parent 4db9c8779f
commit 3957e59f1a
5 changed files with 43 additions and 6 deletions

View File

@@ -24,6 +24,7 @@
#include "mbedtls/ssl.h"
#include "mbedtls/platform.h"
#include "esp_log.h"
#include "sdkconfig.h"
#define TRACE_CHECK(_fn, _state) \
({ \