radek.tandler 
							
						 
					 
					
						
						
							
						
						4c13bf53ea 
					 
					
						
						
							
							change(esp_partition): Improved granularity of power-off emulation for Linux  
						
						 
						
						
						
						
					 
					
						2023-08-09 14:14:14 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								KonstantinKondrashov 
							
						 
					 
					
						
						
							
						
						e72061695e 
					 
					
						
						
							
							all: Removes unnecessary newline character in logs  
						
						 
						
						... 
						
						
						
						Closes https://github.com/espressif/esp-idf/issues/11465  
						
						
					 
					
						2023-06-09 03:31:21 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jakob Hasse 
							
						 
					 
					
						
						
							
						
						f67bcc669a 
					 
					
						
						
							
							esp_partition: partition_linux.c and its test do not use hard-coded file anymore  
						
						 
						
						
						
						
					 
					
						2023-03-31 15:07:07 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Martin Vychodil 
							
						 
					 
					
						
						
							
						
						744742cb3d 
					 
					
						
						
							
							host_test:  
						
						 
						
						... 
						
						
						
						[fatfs, wl]: partition.c interim update to work around non-Linux target
 [partition_api_test]: cleanup, new function for tmp filename generation 
						
						
					 
					
						2023-03-08 05:06:30 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Martin Vychodil 
							
						 
					 
					
						
						
							
						
						abc4d67a9d 
					 
					
						
						
							
							Storage: Fixed formatting of esp_partition Linux code  
						
						 
						
						
						
						
					 
					
						2023-03-03 23:57:34 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								radek.tandler 
							
						 
					 
					
						
						
							
						
						e9e388a085 
					 
					
						
						
							
							Storage: ESP Partition extended options for the SPI Flash emulation  
						
						 
						
						... 
						
						
						
						Various extensions and fixes to improve Linux target SPI Flash emulation. Used by the host tests 
						
						
					 
					
						2023-03-03 23:57:34 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ivan Grokhotkov 
							
						 
					 
					
						
						
							
						
						cef0744299 
					 
					
						
						
							
							Merge branch 'bugfix/linux_target_gen_partition_table' into 'master'  
						
						 
						
						... 
						
						
						
						multiple fixes for linux target
Closes IDF-6641
See merge request espressif/esp-idf!21993  
						
						
					 
					
						2023-01-18 11:57:08 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Fu Hanxi 
							
						 
					 
					
						
						
							
						
						b02687a6c4 
					 
					
						
						
							
							test: migrate linux target host test jobs into pytest-embedded  
						
						 
						
						
						
						
					 
					
						2023-01-16 10:25:55 +08:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ivan Grokhotkov 
							
						 
					 
					
						
						
							
						
						e7540dbe0e 
					 
					
						
						
							
							docs: remove the outdated "IDF monitor doesn't work on linux" notes  
						
						 
						
						
						
						
					 
					
						2023-01-13 08:14:56 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Ivan Grokhotkov 
							
						 
					 
					
						
						
							
						
						ec8f38c9da 
					 
					
						
						
							
							build system: generate the partition table by default for linux target  
						
						 
						
						... 
						
						
						
						This fixes the issue that "idf.py partition-table" had to be run
manually in order for the partition table to be generated, when
building for linux target. 
						
						
					 
					
						2023-01-13 08:14:56 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								radek.tandler 
							
						 
					 
					
						
						
							
						
						9e191bad52 
					 
					
						
						
							
							esp_partition/linux target: Add functions supporting host tests  
						
						 
						
						... 
						
						
						
						Added statistics and wear simulation functions to support migration of
remaining storage related host tests from fixture to linux implementation
of esp_partition. 
						
						
					 
					
						2023-01-10 14:10:14 +01:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Martin Vychodil 
							
						 
					 
					
						
						
							
						
						c9c7573f71 
					 
					
						
						
							
							Storage: Partition APIs moved to the new component 'esp_partition'  
						
						 
						
						... 
						
						
						
						All the partition handling API functions and data-types were moved from the 'spi_flash' component to the new one named 'esp_partition'. See Storage 5.x migration guide for more details 
						
						
					 
					
						2022-11-02 21:54:45 +01:00