fix(i2c): remove SUPPORT_I2CRAM_ACCESS flags on problemetic targets

This commit is contained in:
Chen Chen
2026-01-13 15:18:26 +08:00
parent f58b82b928
commit e3a21e2f11
2 changed files with 0 additions and 2 deletions
@@ -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.
@@ -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.