source: umon/ports/csb740/xcmdtbl.h @ 87db514

Last change on this file since 87db514 was 87db514, checked in by Amar Takhar <amar@…>, on 04/16/15 at 19:26:21

Initial commit of the umon repository.

Prior to this three changes were made:

  • Remove umon_ prefix from parent directories.
  • Collapse main/target/ into main/
  • Remove ports/template/flashtest.scr.ucon script.
  • Property mode set to 100755
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.