mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-10-31 13:09:38 +00:00 
			
		
		
		
	 d6cdb3e0ae
			
		
	
	d6cdb3e0ae
	
	
	
		
			
			USB serial/jtag controller: Add vfs (logging/printf), panic handler, gdb support. See merge request espressif/esp-idf!12925
		
			
				
	
	
		
			7 lines
		
	
	
		
			179 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			179 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| ifndef CONFIG_ESP_CONSOLE_USB_CDC
 | |
|     COMPONENT_OBJEXCLUDE := vfs_cdcacm.o
 | |
| endif
 | |
| ifndef CONFIG_ESP_CONSOLE_USB_SERIAL_JTAG
 | |
|     COMPONENT_OBJEXCLUDE := vfs_usb_serial_jtag.o
 | |
| endif
 |