Typical controller demo program based on Seeed Arch Max. Features: - Multi-thread architecture - Inter-thread message communication - Independent command shell using thread - HTTPD with CGI, WS, RPC - Key & value pair configuration load/save

Dependencies:   CMDB EthernetInterface HTTPD dconfig mbed-rpc mbed-rtos mbed storage_on_flash

Revision:
2:d7ffadba49b9
Parent:
0:2ffd10976643
--- a/console.h	Fri Apr 10 11:54:18 2015 +0000
+++ b/console.h	Wed Jun 17 01:55:19 2015 +0000
@@ -5,8 +5,9 @@
 *
 */
 
-#define CONSOLE_STACK_SIZE (4*1024)
+#define CONSOLE_STACK_SIZE (6*1024)
 
 void console_thread(void const *args);
 
 
+