mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-04 06:11:06 +00:00 
			
		
		
		
	otherwise due to esp-idf using -Werror, we can get errors in code which uses HAL_ASSERT if for example the compiler believes that a variable is used uninitialised, or similar. Inspired by https://github.com/espressif/esp-idf/pull/13256
		
			
				
	
	
		
			7 lines
		
	
	
		
			184 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			184 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
CONFIG_PARTITION_TABLE_OFFSET=0x9000
 | 
						|
CONFIG_BT_ENABLED=y
 | 
						|
CONFIG_FREERTOS_TASK_FUNCTION_WRAPPER=n
 | 
						|
 | 
						|
# want to test clang build with HAL assertion disabled
 | 
						|
CONFIG_HAL_ASSERTION_DISABLE=y
 |