mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-04 00:51:42 +01:00 
			
		
		
		
	psram: support .bss on psram on esp32s3
This commit is contained in:
		@@ -87,6 +87,8 @@ enum tlsf_config
 | 
			
		||||
	FL_INDEX_MAX = 23, //Each pool can have up 8MB
 | 
			
		||||
	#elif (TLSF_MAX_POOL_SIZE <= (16 * 1024 * 1024))
 | 
			
		||||
	FL_INDEX_MAX = 24, //Each pool can have up 16MB
 | 
			
		||||
	#elif (TLSF_MAX_POOL_SIZE <= (32 * 1024 * 1024))
 | 
			
		||||
	FL_INDEX_MAX = 25, //Each pool can have up 32MB
 | 
			
		||||
	#else
 | 
			
		||||
	#error "Higher TLSF pool sizes should be added for this new config"
 | 
			
		||||
	#endif
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user