system: fix app cpu core clock gate invalid issue

This commit is contained in:
Li Shuai
2021-06-30 20:33:07 +08:00
parent 32d4829fed
commit 8a10ba4179
2 changed files with 9 additions and 0 deletions

View File

@@ -27,6 +27,9 @@
#define SOC_FLASH_ENCRYPTION_XTS_AES_256 1
#define SOC_PSRAM_DMA_CAPABLE 1
/*-------------------------- SOC CAPS ----------------------------------------*/
#define SOC_APPCPU_HAS_CLOCK_GATING_BUG (1)
/*-------------------------- ADC CAPS ----------------------------------------*/
#define SOC_ADC_PERIPH_NUM (2)
#define SOC_ADC_CHANNEL_NUM(PERIPH_NUM) (10)