mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-16 23:05:38 +00:00
System/Security: Memprot API unified (ESP32S3)
Unified Memory protection API for all PMS-aware chips - ESP32S3 port
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user