mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-10-31 13:09:38 +00:00 
			
		
		
		
	 5186a968be
			
		
	
	5186a968be
	
	
	
		
			
			Core dump integrity check can now be parametrized through menuconfig. It can be performed on boot or ignored. When core dump is activated in the menuconfig, the user can still check the core dump at any time with the function `esp_core_dump_image_check()`. Fix a bug where `esp_core_dump_image_get()` was not accessible when core dump was disabled. Closes https://github.com/espressif/esp-idf/issues/6620