Ivan Grokhotkov 
							
						 
					 
					
						
						
							
						
						dc77ccb24e 
					 
					
						
						
							
							spiffs: handle CONFIG_VFS_SUPPORT_DIR  
						
						
						
						
					 
					
						2020-03-20 14:03:45 +01:00 
						 
				 
			
				
					
						
							
							
								KonstantinKondrashov 
							
						 
					 
					
						
						
							
						
						e85e99189f 
					 
					
						
						
							
							spiffs: Fix for case when CONFIG_SPIFFS_USE_MTIME is not defined  
						
						... 
						
						
						
						Closes: 2c793cef06 
						
						
					 
					
						2020-02-05 03:00:22 +08:00 
						 
				 
			
				
					
						
							
							
								Konstantin Kondrashov 
							
						 
					 
					
						
						
							
						
						2c793cef06 
					 
					
						
						
							
							idf: Support a custom toolchain with time_t wide 64-bits  
						
						... 
						
						
						
						Allows resolving the Y2K38 problem.
Closes: IDF-350
Closes: https://github.com/espressif/esp-idf/issues/584  
						
						
					 
					
						2020-01-10 12:58:54 +08:00 
						 
				 
			
				
					
						
							
							
								morris 
							
						 
					 
					
						
						
							
						
						c159984264 
					 
					
						
						
							
							separate rom from esp32 component to esp_rom  
						
						... 
						
						
						
						1. separate rom include files and linkscript to esp_rom
2. modefiy "include rom/xxx.h" to "include esp32/rom/xxx.h"
3. Forward compatible
4. update mqtt 
						
						
					 
					
						2019-03-21 18:51:45 +08:00 
						 
				 
			
				
					
						
							
							
								Roland Dobai 
							
						 
					 
					
						
						
							
						
						fb334baa7c 
					 
					
						
						
							
							VFS: Implement utime()  
						
						
						
						
					 
					
						2018-11-05 09:54:01 +01:00 
						 
				 
			
				
					
						
							
							
								Angus Gratton 
							
						 
					 
					
						
						
							
						
						cf593e84d3 
					 
					
						
						
							
							Merge branch 'bugfix/spiffs_readdir_recursion' into 'master'  
						
						... 
						
						
						
						SPIFFS: fix stack overflow in readdir_r due to recursion
See merge request idf/esp-idf!2839  
						
						
					 
					
						2018-07-26 08:33:24 +08:00 
						 
				 
			
				
					
						
							
							
								Renz Bagaporo 
							
						 
					 
					
						
						
							
						
						70e68c99d3 
					 
					
						
						
							
							Modifications for fs profiling tool  
						
						
						
						
					 
					
						2018-07-23 05:24:33 +00:00 
						 
				 
			
				
					
						
							
							
								Konstantin Klitenik 
							
						 
					 
					
						
						
							
						
						3486b51388 
					 
					
						
						
							
							Fix stackoverflow due to recursion in vfs_spiffs_readdir_r  
						
						
						
						
					 
					
						2018-07-20 10:27:53 -04:00 
						 
				 
			
				
					
						
							
							
								Renz Bagaporo 
							
						 
					 
					
						
						
							
						
						e542b7a920 
					 
					
						
						
							
							spiffs: Make spiffs runnable on host  
						
						... 
						
						
						
						Makes spiffs component runnable on host. Depends on the host library build
of flash emulator. Includes a basic sanity test of
mounting a volume, opening a file, writing to the file, reading the file,
closing the file and unmounting volume. 
						
						
					 
					
						2018-06-06 17:35:30 +00:00 
						 
				 
			
				
					
						
							
							
								Roland Dobai 
							
						 
					 
					
						
						
							
						
						733ff15719 
					 
					
						
						
							
							VFS: use O_APPEND flag of open() correctly  
						
						... 
						
						
						
						Closes https://github.com/espressif/esp-idf/pull/1455  
						
						
					 
					
						2018-05-11 08:28:22 +02:00 
						 
				 
			
				
					
						
							
							
								Ivan Grokhotkov 
							
						 
					 
					
						
						
							
						
						1103e1baba 
					 
					
						
						
							
							spiffs: fix esp_spiffs_format not working if partition is not mounted  
						
						... 
						
						
						
						Fixes https://github.com/espressif/esp-idf/issues/1547 . 
						
						
					 
					
						2018-01-31 14:29:13 +08:00 
						 
				 
			
				
					
						
							
							
								Ivan Grokhotkov 
							
						 
					 
					
						
						
							
						
						507a3a6391 
					 
					
						
						
							
							spiffs: add Kconfig option for logical page size  
						
						
						
						
					 
					
						2018-01-31 11:14:56 +08:00 
						 
				 
			
				
					
						
							
							
								Ivan Grokhotkov 
							
						 
					 
					
						
						
							
						
						c03b068931 
					 
					
						
						
							
							spiffs: make OBJ_META_LEN configurable, make mtime support optional  
						
						... 
						
						
						
						- SPIFFS_OBJ_META_LEN can be set in sdkconfig
- mtime support can be enabled in sdkconfig, if META_LENGTH is sufficient
- add test for mtime updates 
						
						
					 
					
						2017-11-22 00:17:11 +08:00 
						 
				 
			
				
					
						
							
							
								luc lebosse 
							
						 
					 
					
						
						
							
						
						58f046715e 
					 
					
						
						
							
							Unify the time file creation for SPIFFS and SD  
						
						
						
						
					 
					
						2017-11-21 22:51:36 +08:00 
						 
				 
			
				
					
						
							
							
								me-no-dev 
							
						 
					 
					
						
						
							
						
						14b12a27cf 
					 
					
						
						
							
							Fix typo in spiffs config and update submodule  
						
						... 
						
						
						
						Fixes github issues #1012  and #1013 
https://github.com/espressif/esp-idf/issues/1012 
https://github.com/espressif/esp-idf/issues/1013  
						
						
					 
					
						2017-09-20 17:29:57 +08:00 
						 
				 
			
				
					
						
							
							
								me-no-dev 
							
						 
					 
					
						
						
							
						
						dd87deb278 
					 
					
						
						
							
							Add SPIFFS Component to IDF  
						
						
						
						
					 
					
						2017-09-11 19:56:40 +03:00