Added a simple implementation of Coffee for STM32W108.

This commit is contained in:
salvopitru 2010-11-10 11:20:44 +00:00
parent dfbc81158b
commit 28e1445a0f
8 changed files with 804 additions and 3 deletions

View file

@ -28,7 +28,7 @@
*
* This file is part of the Contiki operating system.
*
* $Id: mb851-shell.c,v 1.1 2010/10/25 13:34:29 salvopitru Exp $
* $Id: mb851-shell.c,v 1.2 2010/11/10 11:20:44 salvopitru Exp $
*/
/**
@ -60,6 +60,11 @@ PROCESS_THREAD(mb851_shell_process, ev, data)
shell_time_init();
shell_sensors_init();
#if COFFEE_FILES
shell_coffee_init();
shell_file_init();
#endif
PROCESS_END();
}
/*---------------------------------------------------------------------------*/