From e3a21e2f11148c93c8f51fa104e4dae35234ee72 Mon Sep 17 00:00:00 2001 From: Chen Chen Date: Tue, 13 Jan 2026 15:18:26 +0800 Subject: [PATCH] fix(i2c): remove SUPPORT_I2CRAM_ACCESS flags on problemetic targets --- components/esp_hal_i2c/esp32c3/include/hal/i2c_ll.h | 1 - components/esp_hal_i2c/esp32s3/include/hal/i2c_ll.h | 1 - 2 files changed, 2 deletions(-) diff --git a/components/esp_hal_i2c/esp32c3/include/hal/i2c_ll.h b/components/esp_hal_i2c/esp32c3/include/hal/i2c_ll.h index f7a5ae94b1..5f331f093d 100644 --- a/components/esp_hal_i2c/esp32c3/include/hal/i2c_ll.h +++ b/components/esp_hal_i2c/esp32c3/include/hal/i2c_ll.h @@ -31,7 +31,6 @@ extern "C" { // FSM_RST only resets the FSM, not using it. So I2C_LL_SUPPORT_HW_FSM_RST not defined. #define I2C_LL_SUPPORT_HW_CLR_BUS (1) /*!< Support hardware clear bus */ -// #define I2C_LL_SLAVE_SUPPORT_I2CRAM_ACCESS (1) /*!< Slave support I2CRAM access */ /** * @brief I2C hardware cmd register fields. diff --git a/components/esp_hal_i2c/esp32s3/include/hal/i2c_ll.h b/components/esp_hal_i2c/esp32s3/include/hal/i2c_ll.h index 19ec2194da..42965a4cd1 100644 --- a/components/esp_hal_i2c/esp32s3/include/hal/i2c_ll.h +++ b/components/esp_hal_i2c/esp32s3/include/hal/i2c_ll.h @@ -32,7 +32,6 @@ extern "C" { // FSM_RST only resets the FSM, not using it. So I2C_LL_SUPPORT_HW_FSM_RST not defined. #define I2C_LL_SUPPORT_HW_CLR_BUS (1) /*!< Support hardware clear bus */ -// #define I2C_LL_SLAVE_SUPPORT_I2CRAM_ACCESS (1) /*!< Slave support I2CRAM access */ /** * @brief I2C hardware cmd register fields.