Disabled checkpointing for the default sky-shell build to reduce object code size, instead added a separate sky-checkpoint build with checkpointing but without the 'sky-alldata' command
This commit is contained in:
parent
7781bbea58
commit
0d699abe79
2 changed files with 247 additions and 3 deletions
|
@ -28,7 +28,7 @@
|
|||
*
|
||||
* This file is part of the Contiki operating system.
|
||||
*
|
||||
* $Id: sky-shell.c,v 1.8 2009/02/04 17:54:28 fros4943 Exp $
|
||||
* $Id: sky-shell.c,v 1.9 2009/02/14 22:53:00 adamdunkels Exp $
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@ -223,11 +223,11 @@ PROCESS_THREAD(sky_shell_process, ev, data)
|
|||
shell_rime_netcmd_init();
|
||||
shell_rime_ping_init();
|
||||
/*shell_rime_debug_init();*/
|
||||
/*shell_rime_sniff_init();*/
|
||||
shell_rime_sniff_init();
|
||||
shell_sky_init();
|
||||
shell_text_init();
|
||||
shell_time_init();
|
||||
shell_checkpoint_init();
|
||||
/* shell_checkpoint_init();*/
|
||||
|
||||
shell_register_command(&sky_alldata_command);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue