mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-04 00:51:42 +01:00 
			
		
		
		
	
		
			
	
	
		
			10 lines
		
	
	
		
			169 B
		
	
	
	
		
			C
		
	
	
	
	
	
		
		
			
		
	
	
			10 lines
		
	
	
		
			169 B
		
	
	
	
		
			C
		
	
	
	
	
	
| 
								 | 
							
								#include "unity.h"
							 | 
						||
| 
								 | 
							
								#include "esp_system.h"
							 | 
						||
| 
								 | 
							
								#include "string.h"
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								TEST_CASE("make exception", "[restart][reset=StoreProhibited,SW_CPU_RESET]")
							 | 
						||
| 
								 | 
							
								{
							 | 
						||
| 
								 | 
							
								    *(int *) NULL = 0;
							 | 
						||
| 
								 | 
							
								}
							 |