TI's CC3100 websocket camera demo with Arducam mini ov5642 and freertos. Should work with other M3's. Work in progress test demo.

Dependencies:   mbed

Revision:
0:400d8e75a8d0
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/utils/app_config.h	Sun Sep 06 15:19:36 2015 +0000
@@ -0,0 +1,15 @@
+
+#ifndef app_config_H
+#define app_config_H
+
+
+#define SPAWN_TASK_PRIORITY            7//9
+#define HTTP_SERVER_APP_TASK_PRIORITY  4//1
+#define CAMERA_SERVICE_PRIORITY        4
+#define OSI_STACK_SIZE                 2 * 1024
+
+#define ENABLE_JPEG
+
+#endif
+
+