Ver código fonte

cli: move to a separate module

Sergey Alirzaev 5 anos atrás
pai
commit
02559f04da

+ 2 - 0
modules/Makefile

@@ -104,6 +104,8 @@ ifeq ($(HARDWARE), bt6703)
    CSRC += $(wildcard HTTP_Server/my_ssl_server.c)
 endif  
 ifneq (,$(filter $(HARDWARE),bt6707 bt6709))
+      INCLUDES += -Icli
+      CSRC += $(wildcard cli/*.c)
       #INCLUDES += -ITelnet_Server 
       CSRC += $(wildcard HTTP_Server/http_server.c)
       #CSRC += $(wildcard Telnet_Server/*.c)

+ 0 - 0
modules/SSH_Server/CLI_Commands.c → modules/cli/CLI_Commands.c


+ 0 - 0
modules/SSH_Server/CLI_Commands.h → modules/cli/CLI_Commands.h


+ 0 - 0
modules/SSH_Server/CLI_Parameters.c → modules/cli/CLI_Parameters.c


+ 0 - 0
modules/SSH_Server/CLI_Parameters.h → modules/cli/CLI_Parameters.h


+ 0 - 0
modules/SSH_Server/FreeRTOS_CLI.c → modules/cli/FreeRTOS_CLI.c


+ 0 - 0
modules/SSH_Server/FreeRTOS_CLI.h → modules/cli/FreeRTOS_CLI.h


+ 0 - 0
modules/SSH_Server/cli.c → modules/cli/cli.c


+ 0 - 0
modules/SSH_Server/cli.h → modules/cli/cli.h