
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
Diff: console.h
- Revision:
- 0:2ffd10976643
- Child:
- 2:d7ffadba49b9
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/console.h Wed Mar 25 21:56:51 2015 +0000 @@ -0,0 +1,12 @@ +/* +* @file console.h +* +* @brief console implementation +* +*/ + +#define CONSOLE_STACK_SIZE (4*1024) + +void console_thread(void const *args); + +