mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-10-31 13:09:38 +00:00 
			
		
		
		
	 b04705cfe2
			
		
	
	b04705cfe2
	
	
	
		
			
			Check Memprot lock bit(s) during the system startup, abort/reset on any Memprot parts found locked during this phase. There is no legal reason to disallow the Memprot configuration by the system, so it's either a critical bug in the application or an malicious attempt to bypass the system security. Error message is printed before digital system reset. Closes IDF-2700