nes-proj/apps/shell
adamdunkels cd6ab0ec47 Shave off whitespace at the end of a command (they would otherwise cause problems with filenames having 'invisible' trailing spaces). 2008-07-03 21:15:12 +00:00
..
Makefile.shell Added a separate file for CFS Coffee-specific commands 2008-07-03 17:56:17 +00:00
gui-shell.c Made use of shell_quit(). 2008-02-28 23:50:02 +00:00
serial-shell.c
serial-shell.h
shell-blink.c
shell-blink.h
shell-coffee.c Slightly more informative output 2008-07-03 21:13:13 +00:00
shell-coffee.h Added a separate file for CFS Coffee-specific commands 2008-07-03 17:56:17 +00:00
shell-dsc.c
shell-dsc.h
shell-exec.c Slightly more informative output 2008-07-03 21:13:13 +00:00
shell-exec.h
shell-file.c Added an optional 'offset' parameter to the read command. With the offset parameter, reading starts 'offset' bytes into the file 2008-07-03 21:13:54 +00:00
shell-file.h
shell-netfile.c Better error handling if the file could not be opened 2008-07-03 21:14:29 +00:00
shell-netfile.h
shell-profile.c
shell-profile.h
shell-ps.c
shell-ps.h
shell-reboot.c
shell-reboot.h
shell-rime-netcmd.c Send one extra byte to ensure that the terminating zero is included 2008-07-03 09:51:21 +00:00
shell-rime-netcmd.h Refactored netcmd command code that was broken out from shell-rime.c 2008-02-05 20:35:21 +00:00
shell-rime-ping.c CC_CONST_FUNCTION replaces some const keywords in order to workaround a sdcc bug, which cannot handle function pointers as const. 2008-07-02 15:02:33 +00:00
shell-rime-ping.h
shell-rime-sniff.c
shell-rime-sniff.h
shell-rime.c Fixed compiled warnings 2008-07-03 09:52:15 +00:00
shell-rime.h
shell-rsh.c
shell-rsh.h
shell-run.c Added a 'run' shell command similiar to the 'exec' command but using the high-level LOADER_LOAD() interface instead of the ELF-loader specific interface. 2008-02-08 12:49:54 +00:00
shell-run.h Added a 'run' shell command similiar to the 'exec' command but using the high-level LOADER_LOAD() interface instead of the ELF-loader specific interface. 2008-02-08 12:49:54 +00:00
shell-sendtest.c Added netsim output 2008-03-03 16:10:09 +00:00
shell-sendtest.h
shell-sky.c Added a separate file for CFS Coffee-specific commands 2008-07-03 17:56:17 +00:00
shell-sky.h
shell-text.c Avoided compiler warnings by adding casts and moved variable definitions to the begin of function bodies. 2008-02-10 12:29:54 +00:00
shell-text.h
shell-time.c If the reps argument to the repeat command is 0, it means to repeat infinitely 2008-07-03 17:56:56 +00:00
shell-time.h
shell-vars.c
shell-vars.h
shell.c Shave off whitespace at the end of a command (they would otherwise cause problems with filenames having 'invisible' trailing spaces). 2008-07-03 21:15:12 +00:00
shell.h Added a separate file for CFS Coffee-specific commands 2008-07-03 17:56:17 +00:00