mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-10-31 21:14:37 +00:00 
			
		
		
		
	 31edd48b43
			
		
	
	31edd48b43
	
	
	
		
			
			* moved C++ examples to a new cxx folder in examples * added experimental C++ component * added ESPException class to the C++ experimental component * added test cases for ESPException and corresponding test macros
		
			
				
	
	
		
			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
 |