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:
14:90603ea1e85b
Parent:
13:bf45f592c2b6
Child:
15:5433f9d94cd7
--- a/FreeRTOS/FreeRTOSConfig.h	Mon Jul 13 08:20:40 2015 +0000
+++ b/FreeRTOS/FreeRTOSConfig.h	Tue Aug 25 22:03:00 2015 +0000
@@ -86,7 +86,7 @@
 #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 ) (48 * 1024) )
+#define configTOTAL_HEAP_SIZE		( ( size_t ) (36 * 1024) )
 #define configMAX_TASK_NAME_LEN		( 24 )
 #define configUSE_TRACE_FACILITY	1
 #define configUSE_16_BIT_TICKS		0