-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathmbed_lib.json
76 lines (76 loc) · 2.62 KB
/
mbed_lib.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "cmdline",
"config": {
"use_minimum_set": {
"help": "use pre configured minimum set which reduce most of features but allows to run icetea tests. Defaults to 'false' when not set",
"accepted_values": [true, false, null],
"value": null
},
"enable_aliases": {
"help": "enable alias feature. Defaults to 'true' when not set",
"accepted_values": [true, false, null],
"value": null
},
"enable_escape_handling": {
"help": "enable escape handling. Defaults to 'true' when not set",
"accepted_values": [true, false, null],
"value": null
},
"enable_operators": {
"help": "enable operators. Defaults to 'true' when not set",
"accepted_values": [true, false, null],
"value": null
},
"enable_internal_commands": {
"help": "enable internal commands, like echo, set, unset. Defaults to 'true' when not set",
"accepted_values": [true, false, null],
"value": null
},
"use_dummy_set_and_echo": {
"help": "when enable_internal_commands is disabled this can be used to activate dummy set and echo commands that is needed for icetea tests. Defaults to 'false' when not set",
"accepted_values": [true, false, null],
"value": null
},
"enable_internal_variables": {
"help": "enable internal variables. Defaults to 'true' when not set",
"accepted_values": [true, false, null],
"value": null
},
"include_man": {
"help": "include man pages. Defaults to 'true' when not set",
"accepted_values": [true, false, null],
"value": null
},
"max_line_length": {
"help": "maximum input line length. Defaults to 2000 when not set",
"value": null
},
"args_max_count": {
"help": "maximum arguments count. Defaults to 30 when not set",
"value": null
},
"enable_history": {
"help": "enable command history. Defaults to 'true' when not set",
"accepted_values": [true, false, null],
"value": null
},
"history_max_count": {
"help": "maximum history count. Defaults to 32 when not set",
"value": null
},
"boot_message": {
"help": "Set custom boot message when calling cmd_init() or cmd_init_screen()",
"value": null
},
"enable_internal_traces": {
"help": "Enable internal traces. Defaults to 'false' when not set",
"accepted_values": [true, false, null],
"value": null
},
"enable_deep_internal_traces": {
"help": "Enable more verbose internal traces. Defaults to 'false' when not set",
"accepted_values": [true, false, null],
"value": null
}
}
}