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  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_ */
Helper macros for configurations files.