Choco OS  V.0.16.9.0
Join to the chocolate world
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  DONT_INCLUDE(cpu)\
45  INCLUDE(geterrors)\
46  INCLUDE(echo)\
47  INCLUDE(memory)\
48  DONT_INCLUDE(ls)\
49  INCLUDE(ps)\
50  INCLUDE(getallocs)\
51  DONT_INCLUDE(printf)\
52  INCLUDE(reboot)\
53  INCLUDE(time)\
54  DONT_INCLUDE(mkdir)\
55  DONT_INCLUDE(led)\
56  DONT_INCLUDE(gpio_test)\
57  DONT_INCLUDE(lcdtft_test)\
58  DONT_INCLUDE(system)\
59  DONT_INCLUDE(tcolors)\
60  DONT_INCLUDE(TguiExample)\
61  DONT_INCLUDE(fmc_test)\
62  DONT_INCLUDE(cat)\
63  DONT_INCLUDE(littlenes)\
64  DONT_INCLUDE(ifconfig)\
65  DONT_INCLUDE(ping)\
66  DONT_INCLUDE(http_server)\
67  DONT_INCLUDE(kill)\
68  DONT_INCLUDE(getlogs)\
69  INCLUDE(user)\
70 
71 //==========================================================================================================================================
76 //==========================================================================================================================================
77 #define CFG_PROGRAM_DEFAULT chell
78 
79 #endif /* OC_PROGRAMS_LIST_H_ */
Helper macros for configurations files.