mirror of
				https://github.com/eledio-devices/thirdparty-littlefs.git
				synced 2025-10-31 00:32:38 +01:00 
			
		
		
		
	
			
				
					
						
					
					3b9d6630c8fab475307d95824c368d45cd6ba41a
				
			
			
		
	After quite a bit of prototyping, settled on the following functions: - lfs_dir_alloc - create a new dir - lfs_dir_fetch - load and check a dir pair from disk - lfs_dir_commit - save a dir pair to disk - lfs_dir_shift - shrink a dir pair to disk - lfs_dir_append - add a dir entry, creating dirs if needed - lfs_dir_remove - remove a dir entry, dropping dirs if needed Additionally, followed through with a few other tweaks
Description
				No description provided
						
						
						
					Languages
				
				
								
								
									C
								
								62.9%
							
						
							
								
								
									Python
								
								36%
							
						
							
								
								
									Makefile
								
								1.1%