source: umon/ports/beagleboneblack/xcmdtbl.h @ 9049385

Last change on this file since 9049385 was dee5246, checked in by Jarielle Catbagan <jcatbagan93@…>, on 06/19/15 at 18:53:54

Duplicated csb740 directory to beagleboneblack directory for BBB port

  • Property mode set to 100644
File size: 670 bytes
Line 
1/* extcmdtbl.h: */
2/* This file must exist even if it is empty because it is #included in the */
3/* common file cmdtbl.c.  The purpose is to keep the common comand table   */
4/* file (common/cmdtbl.c) from being corrupted with non-generic commands   */
5/* that may be target specific. */
6/* It is the entry in the command table representing the new command being */
7/* added to the cmdtbl[] array. */
8/* For example:
9    "dummy",    dummycmd,   dummyHelp,
10*/
11{"ads",                 ads,            adsHelp,},
12//{"i2c",                       i2c,            i2cHelp,},
13#if INCLUDE_LCD
14{"lcd_tst",             lcd_tst,        lcd_tstHelp,},
15#endif
16{"ldatags",             ldatags,        ldatagsHelp,},
17#if INCLUDE_NANDCMD
18{"nand",                nandCmd,        nandHelp,},
19#endif
Note: See TracBrowser for help on using the repository browser.