mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-04 00:51:42 +01:00 
			
		
		
		
	refactor(esp_partition): Expose function for unloading partitions
Closes https://github.com/espressif/esp-idf/issues/12625
This commit is contained in:
		@@ -234,7 +234,7 @@ static esp_err_t load_partitions(void)
 | 
			
		||||
    return err;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void unload_partitions(void)
 | 
			
		||||
void esp_partition_unload_all(void)
 | 
			
		||||
{
 | 
			
		||||
    _lock_acquire(&s_partition_list_lock);
 | 
			
		||||
    partition_list_item_t *it;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user