mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-10-31 04:59:55 +00:00 
			
		
		
		
	 cb7e2f1d62
			
		
	
	cb7e2f1d62
	
	
	
		
			
			Add unit test for testing wifi operations when .bss segment is placed in external memory.
		
			
				
	
	
		
			5 lines
		
	
	
		
			113 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			113 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # For EXT_RAM_BSS_ATTR
 | |
| CONFIG_IDF_TARGET="esp32s3"
 | |
| CONFIG_SPIRAM=y
 | |
| CONFIG_SPIRAM_ALLOW_BSS_SEG_EXTERNAL_MEMORY=y
 |