mirror of
				https://github.com/espressif/esp-protocols.git
				synced 2025-10-31 14:41:38 +01:00 
			
		
		
		
	The usage of esp_exception header defining the exception handler prevents users to customize the exception treatment. By removing it we allow users that want to run without exceptions to customize the behavior.
		
			
				
	
	
		
			12 lines
		
	
	
		
			336 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			336 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| CONFIG_ASIO_SSL_SUPPORT=y
 | |
| CONFIG_PARTITION_TABLE_CUSTOM=y
 | |
| CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv"
 | |
| CONFIG_PARTITION_TABLE_FILENAME="partitions.csv"
 | |
| CONFIG_COMPILER_CXX_EXCEPTIONS=y
 | |
| 
 | |
| #
 | |
| # Partition Table
 | |
| #
 | |
| # Leave some room for larger apps without needing to reduce other features
 | |
| CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE=y
 |