docs(system): add cpu lock up description

This commit is contained in:
Marius Vikhammer
2024-08-26 11:59:51 +08:00
parent ae71b5984b
commit baf026dcf8
8 changed files with 29 additions and 1 deletions

View File

@@ -195,6 +195,10 @@ config SOC_CPU_PMP_REGION_GRANULARITY
int
default 128
config SOC_CPU_HAS_LOCKUP_RESET
bool
default y
config SOC_DMA_CAN_ACCESS_FLASH
bool
default y

View File

@@ -143,6 +143,8 @@
#define SOC_CPU_IDRAM_SPLIT_USING_PMP 1
#define SOC_CPU_PMP_REGION_GRANULARITY 128 // TODO IDF-9580 check when doing PMP bringup
#define SOC_CPU_HAS_LOCKUP_RESET 1
/*-------------------------- DMA Common CAPS ----------------------------------------*/
#define SOC_DMA_CAN_ACCESS_FLASH 1 /*!< DMA can access Flash memory */