config_BSP
extern void config_BSP(char *command, int len);
config_BSP(NULL, 0);
config_BSP(&command_line[0], sizeof(command_line));