mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-03 22:08:28 +00:00 
			
		
		
		
	DISABLED_FOR_TARGETS macros are used Partly revert "ci: disable unavailable tests for esp32s2beta" This partly reverts commit76a3a5fb48. Partly revert "ci: disable UTs for esp32s2beta without runners" This partly reverts commiteb158e9a22. Partly revert "fix unit test and examples for s2beta" This partly reverts commit9baa7826be. Partly revert "efuse: Add support for esp32s2beta" This partly reverts commitdb84ba868c.
		
			
				
	
	
		
			9 lines
		
	
	
		
			194 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			194 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
#
 | 
						|
#Component Makefile
 | 
						|
#
 | 
						|
 | 
						|
COMPONENT_SRCDIRS += param_test
 | 
						|
COMPONENT_PRIV_INCLUDEDIRS += param_test/include
 | 
						|
 | 
						|
COMPONENT_ADD_LDFLAGS = -Wl,--whole-archive -l$(COMPONENT_NAME) -Wl,--no-whole-archive
 |