mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
change: remove has clock bug macro for esp32h2
This commit is contained in:
parent
0e668ddf63
commit
179e3293be
@ -22,11 +22,11 @@ static uint8_t s_btbb_access_ref = 0;
|
||||
#include "btbb_retention_reg.h"
|
||||
static const char* TAG = "btbb_init";
|
||||
|
||||
// #if SOC_PM_RETENTION_HAS_CLOCK_BUG
|
||||
// #define BTBB_LINK_OWNER ENTRY(3)
|
||||
// #else
|
||||
#if SOC_PM_RETENTION_HAS_CLOCK_BUG
|
||||
#define BTBB_LINK_OWNER ENTRY(3)
|
||||
#else
|
||||
#define BTBB_LINK_OWNER ENTRY(0) | ENTRY(2)
|
||||
// #endif // SOC_PM_RETENTION_HAS_CLOCK_BUG
|
||||
#endif // SOC_PM_RETENTION_HAS_CLOCK_BUG
|
||||
|
||||
static esp_err_t btbb_sleep_retention_init(void)
|
||||
{
|
||||
|
@ -1139,10 +1139,6 @@ config SOC_PM_RETENTION_HAS_REGDMA_POWER_BUG
|
||||
bool
|
||||
default y
|
||||
|
||||
config SOC_PM_RETENTION_HAS_CLOCK_BUG
|
||||
bool
|
||||
default y
|
||||
|
||||
config SOC_CLK_RC_FAST_SUPPORT_CALIBRATION
|
||||
bool
|
||||
default y
|
||||
|
@ -472,7 +472,6 @@
|
||||
#define SOC_PM_MODEM_RETENTION_BY_REGDMA (1)
|
||||
#define SOC_PM_SUPPORT_DEEPSLEEP_CHECK_STUB_ONLY (1) /*!<Supports CRC only the stub code in RTC memory */
|
||||
#define SOC_PM_RETENTION_HAS_REGDMA_POWER_BUG (1)
|
||||
#define SOC_PM_RETENTION_HAS_CLOCK_BUG (1)
|
||||
|
||||
/*-------------------------- CLOCK SUBSYSTEM CAPS ----------------------------------------*/
|
||||
#define SOC_CLK_RC_FAST_SUPPORT_CALIBRATION (1)
|
||||
|
Loading…
Reference in New Issue
Block a user