Some checks failed
Discord Push Notification / notify (push) Has been cancelled
sdkconfig.defaults was gitignored and missing — fresh clones failed to link due to undefined references to mbedtls_hkdf and mbedtls_chachapoly_*. - Remove sdkconfig.defaults from .gitignore - Add sdkconfig.defaults with required mbedTLS options
6 lines
165 B
Plaintext
6 lines
165 B
Plaintext
# Required by core/crypto.c (ChaCha20-Poly1305 + HKDF)
|
|
CONFIG_MBEDTLS_POLY1305_C=y
|
|
CONFIG_MBEDTLS_CHACHA20_C=y
|
|
CONFIG_MBEDTLS_CHACHAPOLY_C=y
|
|
CONFIG_MBEDTLS_HKDF_C=y
|