System/Security: Memprot API unified (ESP32S3)

Unified Memory protection API for all PMS-aware chips - ESP32S3 port
This commit is contained in:
Martin Vychodil
2021-12-22 07:25:59 +01:00
committed by BOT
parent d5a9f67ce9
commit 339fcbf14d
32 changed files with 3875 additions and 874 deletions

View File

@@ -799,6 +799,9 @@ static const esp_err_msg_t esp_err_msg_table[] = {
# endif
# ifdef ESP_ERR_MEMPROT_AREA_INVALID
ERR_TBL_IT(ESP_ERR_MEMPROT_AREA_INVALID), /* 53255 0xd007 */
# endif
# ifdef ESP_ERR_MEMPROT_CPUID_INVALID
ERR_TBL_IT(ESP_ERR_MEMPROT_CPUID_INVALID), /* 53256 0xd008 */
# endif
// components/tcp_transport/include/esp_transport.h
# ifdef ESP_ERR_TCP_TRANSPORT_BASE