mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-10-31 04:59:55 +00:00 
			
		
		
		
	 f835bead45
			
		
	
	f835bead45
	
	
	
		
			
			* Provide easy interface to esp_event in C++ * Extended functionality linke synchronous waiting for events * Closes IDF-1048 * Closes IDF-232
		
			
				
	
	
		
			4 lines
		
	
	
		
			157 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			157 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Enable C++ exceptions and set emergency pool size for exception objects
 | |
| CONFIG_COMPILER_CXX_EXCEPTIONS=y
 | |
| CONFIG_COMPILER_CXX_EXCEPTIONS_EMG_POOL_SIZE=1024
 |