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:
6:37fb696395d7
Parent:
5:75fcfdb7cae7
Child:
12:7d75ba5deed1
--- a/FreeRTOS/FreeRTOSConfig.h	Wed Jul 01 22:45:49 2015 +0000
+++ b/FreeRTOS/FreeRTOSConfig.h	Fri Jul 03 22:42:45 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 ) (8 * 1024) )
+#define configTOTAL_HEAP_SIZE		( ( size_t ) (5 * 1024) )
 #define configMAX_TASK_NAME_LEN		( 16 )
 #define configUSE_TRACE_FACILITY	1
 #define configUSE_16_BIT_TICKS		0