From d6eedc04bf020359396d6fa7752334bde1f5cc77 Mon Sep 17 00:00:00 2001 From: Marius Vikhammer Date: Fri, 14 Jun 2024 12:11:19 +0800 Subject: [PATCH] Revert "fix(intr): fixed intr threshhold min level on C5" This reverts commit a6c2c4149d9424ba9476f6cb63cc6097bcab2edc. --- components/soc/esp32c5/mp/include/soc/clic_reg.h | 2 +- components/soc/esp32c61/include/soc/clic_reg.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/soc/esp32c5/mp/include/soc/clic_reg.h b/components/soc/esp32c5/mp/include/soc/clic_reg.h index 35b8003fee..324cfd8c8a 100644 --- a/components/soc/esp32c5/mp/include/soc/clic_reg.h +++ b/components/soc/esp32c5/mp/include/soc/clic_reg.h @@ -10,7 +10,7 @@ extern "C" { #endif -#define NLBITS 4 +#define NLBITS 3 #define CLIC_EXT_INTR_NUM_OFFSET 16 #define DUALCORE_CLIC_CTRL_OFF 0x10000 diff --git a/components/soc/esp32c61/include/soc/clic_reg.h b/components/soc/esp32c61/include/soc/clic_reg.h index 219c175647..5ce606a178 100644 --- a/components/soc/esp32c61/include/soc/clic_reg.h +++ b/components/soc/esp32c61/include/soc/clic_reg.h @@ -10,7 +10,7 @@ extern "C" { #endif -#define NLBITS 4 +#define NLBITS 3 #define CLIC_EXT_INTR_NUM_OFFSET 16 #define DR_REG_CLIC_BASE (0x20800000)