mirror of
https://github.com/espressif/esp-protocols.git
synced 2026-07-05 16:10:46 +02:00
04f6448913
- config.h: drop three duplicate macro defines (HAVE_STDINT_H, HAVE_SYS_TYPES_H, ERR_REPORTING_STDOUT) - crypto_kernel.c: gate AES-ICM-192 on SOC_AES_SUPPORT_AES_192 instead of unconditional #if 0; ESP32 (only SoC with hw AES-192) now enables the cipher, other SoCs continue to skip it since mbedtls_aes_setkey returns PLATFORM_FEATURE_UNSUPPORTED for 192-bit keys there - examples/get_started/README.md: fix link, repo migrated from idf-extra-components to esp-protocols - LICENSE: prepend dual-license header (Apache-2.0 wrapper + BSD-3-Clause bundled libsrtp), keep Apache full text below