mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-03 22:08:28 +00:00 
			
		
		
		
	feat(hal): Adds hal funcs for cpu.c
This commit is contained in:
		@@ -235,6 +235,10 @@ config SOC_CPU_HAS_FLEXIBLE_INTC
 | 
			
		||||
    bool
 | 
			
		||||
    default y
 | 
			
		||||
 | 
			
		||||
config SOC_CPU_HAS_CSR_PC
 | 
			
		||||
    bool
 | 
			
		||||
    default y
 | 
			
		||||
 | 
			
		||||
config SOC_CPU_BREAKPOINTS_NUM
 | 
			
		||||
    int
 | 
			
		||||
    default 2
 | 
			
		||||
 
 | 
			
		||||
@@ -97,6 +97,7 @@
 | 
			
		||||
#define SOC_CPU_CORES_NUM               (1U)
 | 
			
		||||
#define SOC_CPU_INTR_NUM                32
 | 
			
		||||
#define SOC_CPU_HAS_FLEXIBLE_INTC       1
 | 
			
		||||
#define SOC_CPU_HAS_CSR_PC              1
 | 
			
		||||
 | 
			
		||||
#define SOC_CPU_BREAKPOINTS_NUM             2
 | 
			
		||||
#define SOC_CPU_WATCHPOINTS_NUM             2
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user