esp32h2(ci): enable target test

This commit is contained in:
Cao Sen Miao
2023-01-19 14:47:44 +08:00
parent 01734d15c8
commit fd3e0b0b18
59 changed files with 311 additions and 58 deletions

View File

@@ -35,6 +35,8 @@
#define SERVER_ADDRESS "localhost"
#define SERVER_PORT "4433"
#if !TEMPORARY_DISABLED_FOR_TARGETS(ESP32H2) // IDF-6847
extern const uint8_t server_cert_chain_pem_start[] asm("_binary_server_cert_chain_pem_start");
extern const uint8_t server_cert_chain_pem_end[] asm("_binary_server_cert_chain_pem_end");
@@ -485,3 +487,5 @@ TEST_CASE("custom certificate bundle init API - bound checking", "[mbedtls]")
esp_crt_bundle_detach(NULL);
}
#endif // !TEMPORARY_DISABLED_FOR_TARGETS(ESP32H2)