summaryrefslogtreecommitdiff
path: root/avr/config.h
blob: 9e6d4d77cfe9f47101ee51215b0d55ecb2ee94b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#ifndef CONFIG_H		
#define CONFIG_H

#define CONFIG_ENV_SIZE		2000
#define CONFIG_ENV_OFFSET	0
#define CONFIG_ENVVAR_MAX	20

#define CONFIG_BOOTDELAY	4
//#define CONFIG_ZERO_BOOTDELAY_CHECK	1

#define CONFIG_SYS_CBSIZE	250
#define CONFIG_SYS_ENV_NAMELEN	16
#define CONFIG_SYS_MAXARGS	8

#define CONFIG_SYS_PROMPT	"=> "


//#define CONFIG_CMDLINE_EDITING	1
//#define CONFIG_AUTO_COMPLETE	1

#define CONFIG_SYS_LONGHELP	1

#endif /* CONFIG_H */