mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-11-04 06:11:06 +00:00 
			
		
		
		
	feat(usb_cdc_console): moved usb-cdc ROM console to new component: esp_usb_cdc_rom_console
This commit is contained in:
		@@ -38,6 +38,7 @@ idf_component_register(SRCS ${srcs}
 | 
			
		||||
                    REQUIRES "${requires}"
 | 
			
		||||
                    PRIV_REQUIRES esp_driver_uart
 | 
			
		||||
                                  esp_driver_usb_serial_jtag
 | 
			
		||||
                                  esp_usb_cdc_rom_console
 | 
			
		||||
                    )
 | 
			
		||||
 | 
			
		||||
if(CONFIG_COMPILER_STATIC_ANALYZER AND CMAKE_C_COMPILER_ID STREQUAL "GNU") # TODO IDF-10085
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user