This repository has been archived on 2023-07-17. You can view files and clone it, but cannot push or open issues or pull requests.
bl_mcu_sdk/components/shell/shell_config.h
2021-06-20 12:30:30 +08:00

13 lines
271 B
C

#ifndef __SHELL_CONFIG_H__
#define __SHELL_CONFIG_H__
#define SHELL_NAME "bouffalolab "
#define SHELL_CONSOLEBUF_SIZE 128
#define SHELL_HISTORY_LINES 5
#define SHELL_CMD_SIZE 50
#define SHELL_ARG_NUM 8
//#define SHELL_USING_FS
#endif