mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-04 06:11:06 +00:00 
			
		
		
		
	Enables setting a custom st_blksize in fatfs vfs fstat function. Directly affects file buffer size for fatfs. Increasing the value helps with fread and fgets speeds, however increases heap usage. Added info to docs about improving I/O performance.
		
			
				
	
	
		
			2 lines
		
	
	
		
			36 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			2 lines
		
	
	
		
			36 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
CONFIG_FATFS_VFS_FSTAT_BLKSIZE=4096
 |