From c5e99100e73f3e9ef3571f81e5ccbd203dc34a3f Mon Sep 17 00:00:00 2001 From: Armando Date: Mon, 10 Jul 2023 14:57:47 +0800 Subject: [PATCH] feat(hw stack): added todo for hw stack guard in soc_caps.h --- components/soc/esp32p4/include/soc/soc_caps.h | 1 + 1 file changed, 1 insertion(+) diff --git a/components/soc/esp32p4/include/soc/soc_caps.h b/components/soc/esp32p4/include/soc/soc_caps.h index 21a3346f60..e7bb43e975 100644 --- a/components/soc/esp32p4/include/soc/soc_caps.h +++ b/components/soc/esp32p4/include/soc/soc_caps.h @@ -69,6 +69,7 @@ // #define SOC_ULP_SUPPORTED 1 //TODO: IDF-7534 // #define SOC_SDMMC_HOST_SUPPORTED 1 //TODO: IDF-6502 // #define SOC_CLK_TREE_SUPPORTED 1 //TODO: IDF-7526 +// #define SOC_ASSIST_DEBUG_SUPPORTED 1 //TODO: IDF-7565 /*-------------------------- XTAL CAPS ---------------------------------------*/ #define SOC_XTAL_SUPPORT_40M 1