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 da09d3391e
commit b5d25bd0b8
5 changed files with 45 additions and 10 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) \
({ \