Broke out the base64 commands from the text module
This commit is contained in:
parent
18f5ef71f0
commit
1a34dbe550
8 changed files with 215 additions and 12 deletions
|
@ -28,7 +28,7 @@
|
|||
*
|
||||
* This file is part of the Contiki operating system.
|
||||
*
|
||||
* $Id: sky-shell.c,v 1.15 2010/01/15 08:51:56 adamdunkels Exp $
|
||||
* $Id: sky-shell.c,v 1.16 2010/02/03 20:37:52 adamdunkels Exp $
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@ -239,18 +239,19 @@ PROCESS_THREAD(sky_shell_process, ev, data)
|
|||
|
||||
serial_shell_init();
|
||||
shell_blink_init();
|
||||
shell_file_init();
|
||||
shell_coffee_init();
|
||||
/* shell_file_init();
|
||||
shell_coffee_init();*/
|
||||
/* shell_download_init();
|
||||
shell_rime_sendcmd_init();*/
|
||||
shell_ps_init();
|
||||
shell_reboot_init();
|
||||
shell_rime_init();
|
||||
shell_rime_netcmd_init();
|
||||
/* shell_rime_ping_init();*/
|
||||
shell_rime_ping_init();
|
||||
/* shell_rime_debug_init(); */
|
||||
/* shell_rime_sniff_init();*/
|
||||
shell_sky_init();
|
||||
shell_base64_init();
|
||||
shell_text_init();
|
||||
shell_time_init();
|
||||
/* shell_checkpoint_init();*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue