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:
19:3dd3e7f30f8b
Parent:
0:50cedd586816
--- a/simplelink/cc3100_user.h	Thu Sep 03 20:10:39 2015 +0000
+++ b/simplelink/cc3100_user.h	Thu Sep 10 17:56:09 2015 +0000
@@ -497,7 +497,7 @@
 
     \warning
 */
-//#define sl_IfRead                           _spi->spi_Read
+#define sl_IfRead                           _spi.spi_Read
 
 /*!
     \brief attempts to write up to len bytes to the SPI channel
@@ -527,7 +527,7 @@
 
     \warning
 */
-//#define sl_IfWrite                          _spi->spi_Write
+#define sl_IfWrite                          _spi.spi_Write
 
 /*!
     \brief 		register an interrupt handler routine for the host IRQ
@@ -713,7 +713,7 @@
  */
 
 
-//#define SL_PLATFORM_MULTI_THREADED
+#define SL_PLATFORM_MULTI_THREADED
 
 
 #ifdef SL_PLATFORM_MULTI_THREADED