mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-03 05:55:49 +00:00 
			
		
		
		
	This commit adds unit tests to verify the basic functionality of usleep() and this_thread::sleep_for() std functions.
		
			
				
	
	
		
			3 lines
		
	
	
		
			112 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
		
			112 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
idf_component_register(SRCS "test_cxx_general.cpp"
 | 
						|
                       PRIV_REQUIRES unity driver esp_timer)
 |