Broke out the base64 commands from the text module

This commit is contained in:
adamdunkels 2010-02-03 20:37:29 +00:00
parent 18f5ef71f0
commit 1a34dbe550
8 changed files with 215 additions and 12 deletions

View file

@ -28,7 +28,7 @@
*
* This file is part of the Contiki operating system.
*
* $Id: example-shell.c,v 1.2 2009/05/11 17:37:15 adamdunkels Exp $
* $Id: example-shell.c,v 1.3 2010/02/03 20:37:52 adamdunkels Exp $
*/
/**
@ -59,6 +59,7 @@ PROCESS_THREAD(example_shell_process, ev, data)
serial_shell_init();
shell_base64_init();
shell_blink_init();
/*shell_checkpoint_init();*/
/*shell_coffee_init();*/

View file

@ -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();*/