From d6e96182630dfc6eb21eadc118f976cdeaad31b1 Mon Sep 17 00:00:00 2001 From: Armando Date: Wed, 26 Jun 2024 17:00:19 +0800 Subject: [PATCH] change(mmu): remove SOC_MMU_PAGE_SIZE_CONFIGURABLE --- components/soc/esp32c5/include/soc/soc_caps.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/soc/esp32c5/include/soc/soc_caps.h b/components/soc/esp32c5/include/soc/soc_caps.h index 155000b197..c9edec6e42 100644 --- a/components/soc/esp32c5/include/soc/soc_caps.h +++ b/components/soc/esp32c5/include/soc/soc_caps.h @@ -283,8 +283,6 @@ #define SOC_LEDC_FADE_PARAMS_BIT_WIDTH (10) /*-------------------------- MMU CAPS ----------------------------------------*/ -// TODO: [ESP32C5] IDF-8658 -// #define SOC_MMU_PAGE_SIZE_CONFIGURABLE (1) #define SOC_MMU_PERIPH_NUM (1U) #define SOC_MMU_LINEAR_ADDRESS_REGION_NUM (1U) #define SOC_MMU_DI_VADDR_SHARED (1) /*!< D/I vaddr are shared */