mirror of
				https://github.com/espressif/esp-idf.git
				synced 2025-10-28 04:05:39 +00:00 
			
		
		
		
	 75cadc2e41
			
		
	
	75cadc2e41
	
	
	
		
			
			1. simplify console examples 2. add "quit" command 3. support console command overwrite 4. add API reference
		
			
				
	
	
		
			8 lines
		
	
	
		
			308 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			308 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| idf_component_register(SRCS "commands.c"
 | |
|                             "esp_console_repl.c"
 | |
|                             "split_argv.c"
 | |
|                             "argtable3/argtable3.c"
 | |
|                             "linenoise/linenoise.c"
 | |
|                     INCLUDE_DIRS "."
 | |
|                     REQUIRES vfs)
 |