Choco OS
V.0.16.9.0
Join to the chocolate world
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
oc_programs_list.h
1
29
#ifndef OC_PROGRAMS_LIST_H_
30
#define OC_PROGRAMS_LIST_H_
31
32
#include <
oc_cfg.h
>
33
34
//==========================================================================================================================================
41
//==========================================================================================================================================
42
#define CFG_PROGRAMS_LIST(INCLUDE,DONT_INCLUDE)\
43
INCLUDE(chell)\
44
INCLUDE(cpu)\
45
INCLUDE(geterrors)\
46
INCLUDE(echo)\
47
INCLUDE(memory)\
48
INCLUDE(ls)\
49
INCLUDE(ps)\
50
INCLUDE(getallocs)\
51
INCLUDE(printf)\
52
INCLUDE(reboot)\
53
INCLUDE(time)\
54
INCLUDE(mkdir)\
55
INCLUDE(led)\
56
INCLUDE(gpio_test)\
57
DONT_INCLUDE(lcdtft_test)\
58
INCLUDE(system)\
59
INCLUDE(tcolors)\
60
INCLUDE(TguiExample)\
61
INCLUDE(fmc_test)\
62
INCLUDE(cat)\
63
INCLUDE(littlenes)\
64
DONT_INCLUDE(ifconfig)\
65
DONT_INCLUDE(ping)\
66
DONT_INCLUDE(http_server)\
67
INCLUDE(kill)\
68
INCLUDE(getlogs)\
69
INCLUDE(user)\
70
71
//==========================================================================================================================================
76
//==========================================================================================================================================
77
#define CFG_PROGRAM_DEFAULT chell
78
79
#endif
/* OC_PROGRAMS_LIST_H_ */
oc_cfg.h
Helper macros for configurations files.
Source
system
config
stm32f429zit6u
oc_programs_list.h
Generated on Fri Oct 20 2017 19:56:08 for Choco OS by
1.8.11