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.
This commit is contained in:
parent
0655839603
commit
d2886875ec
4 changed files with 150 additions and 2 deletions
|
@ -28,7 +28,7 @@
|
|||
*
|
||||
* This file is part of the Contiki operating system.
|
||||
*
|
||||
* $Id: shell.h,v 1.3 2008/02/05 12:23:32 adamdunkels Exp $
|
||||
* $Id: shell.h,v 1.4 2008/02/08 12:49:54 oliverschmidt Exp $
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@ -105,6 +105,7 @@ struct shell_input {
|
|||
#include "shell-rime-ping.h"
|
||||
#include "shell-rime-sniff.h"
|
||||
#include "shell-rsh.h"
|
||||
#include "shell-run.h"
|
||||
#include "shell-sendtest.h"
|
||||
#include "shell-sky.h"
|
||||
#include "shell-text.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue