mirror of
				https://github.com/eledio-devices/thirdparty-littlefs.git
				synced 2025-10-31 08:42:40 +01:00 
			
		
		
		
	
			
				
					
						
					
					1f13006e36dec7d2616de61ae707b7c7089c2846
				
			
			
		
	This should be the last step to removing the need for parent entries. Parent entries cause all sort of problems with atomic directory updates, especially related to moving/deleting directories. I couldn't figure out a parser for '..' entries without, O(n^2) runtime, a stack, or modifying the path itself. Since the goal is constant memory consumption, I went with the O(n^2) runtime solution, but this may need to be optimized later.
Description
				No description provided
						
						
						
					Languages
				
				
								
								
									C
								
								62.9%
							
						
							
								
								
									Python
								
								36%
							
						
							
								
								
									Makefile
								
								1.1%