Port of TI's CC3100 Websock camera demo. Using FreeRTOS, mbedTLS, also parts of Arducam for cams ov5642 and 0v2640. Can also use MT9D111. Work in progress. Be warned some parts maybe a bit flacky. This is for Seeed Arch max only, for an M3, see the demo for CM3 using the 0v5642 aducam mini.

Dependencies:   mbed

Revision:
13:bf45f592c2b6
Parent:
12:7d75ba5deed1
Child:
14:90603ea1e85b
--- a/FreeRTOS/FreeRTOSConfig.h	Sun Jul 12 09:13:56 2015 +0000
+++ b/FreeRTOS/FreeRTOSConfig.h	Mon Jul 13 08:20:40 2015 +0000
@@ -86,8 +86,8 @@
 #define configCPU_CLOCK_HZ			( ( unsigned long ) SystemCoreClock )
 #define configTICK_RATE_HZ			( ( portTickType ) 1000 )
 #define configMINIMAL_STACK_SIZE	( ( unsigned short ) 130 )
-#define configTOTAL_HEAP_SIZE		( ( size_t ) (20 * 1024) )
-#define configMAX_TASK_NAME_LEN		( 16 )
+#define configTOTAL_HEAP_SIZE		( ( size_t ) (48 * 1024) )
+#define configMAX_TASK_NAME_LEN		( 24 )
 #define configUSE_TRACE_FACILITY	1
 #define configUSE_16_BIT_TICKS		0
 #define configIDLE_SHOULD_YIELD		1//0