for OV5642

Dependencies:   EthernetInterface FATFileSystem GR-PEACH_video GraphicsFramework HttpServer_snapshot R_BSP mbed-rpc mbed-rtos mbed

Files at this revision

API Documentation at this revision

Comitter:
dkato
Date:
Thu Mar 24 07:46:33 2016 +0000
Parent:
11:ad8ff26679bb
Child:
13:eeabc568827a
Commit message:
Redirection to "web_top.htm" was added.

Changed in this revision

R_BSP.lib Show annotated file Show diff for this revision Revisions of this file
file_table.h Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed-rpc.lib Show annotated file Show diff for this revision Revisions of this file
mbed-rtos.lib Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
--- a/R_BSP.lib	Thu Mar 03 10:13:39 2016 +0000
+++ b/R_BSP.lib	Thu Mar 24 07:46:33 2016 +0000
@@ -1,1 +1,1 @@
-http://developer.mbed.org/teams/Renesas/code/R_BSP/#cbb9d60c8748
+http://developer.mbed.org/teams/Renesas/code/R_BSP/#37222d6ece56
--- a/file_table.h	Thu Mar 03 10:13:39 2016 +0000
+++ b/file_table.h	Thu Mar 24 07:46:33 2016 +0000
@@ -1,3 +1,10 @@
+
+static const char index_htm_tbl[] = {
+ 0x3C,0x6D,0x65,0x74,0x61,0x20,0x68,0x74,0x74,0x70,0x2D,0x65,0x71,0x75,0x69,0x76
+,0x3D,0x22,0x52,0x65,0x66,0x72,0x65,0x73,0x68,0x22,0x20,0x63,0x6F,0x6E,0x74,0x65
+,0x6E,0x74,0x3D,0x22,0x30,0x3B,0x20,0x55,0x52,0x4C,0x3D,0x2F,0x77,0x65,0x62,0x5F
+,0x74,0x6F,0x70,0x2E,0x68,0x74,0x6D,0x22,0x3E,0x0D,0x0A
+};
 
 static const char camaera_js_tbl[] = {
  0x76,0x61,0x72,0x20,0x69,0x6D,0x61,0x67,0x65,0x4E,0x72,0x20,0x3D,0x20,0x30,0x3B
--- a/main.cpp	Thu Mar 03 10:13:39 2016 +0000
+++ b/main.cpp	Thu Mar 24 07:46:33 2016 +0000
@@ -276,6 +276,11 @@
 
     romramfs.format();
 
+    //index.htm
+    fp = fopen("/romram/index.htm", "w");
+    fwrite(index_htm_tbl, sizeof(char), sizeof(index_htm_tbl), fp);
+    fclose(fp);
+
     //camera.js
     fp = fopen("/romram/camera.js", "w");
     fwrite(camaera_js_tbl, sizeof(char), sizeof(camaera_js_tbl), fp);
--- a/mbed-rpc.lib	Thu Mar 03 10:13:39 2016 +0000
+++ b/mbed-rpc.lib	Thu Mar 24 07:46:33 2016 +0000
@@ -1,1 +1,1 @@
-http://developer.mbed.org/teams/mbed/code/mbed-rpc/#325e3da833e1
+http://developer.mbed.org/teams/mbed/code/mbed-rpc/#3b049dde55d7
--- a/mbed-rtos.lib	Thu Mar 03 10:13:39 2016 +0000
+++ b/mbed-rtos.lib	Thu Mar 24 07:46:33 2016 +0000
@@ -1,1 +1,1 @@
-http://developer.mbed.org/users/mbed_official/code/mbed-rtos/#dfc27975e193
+http://developer.mbed.org/users/mbed_official/code/mbed-rtos/#bdd541595fc5
--- a/mbed.bld	Thu Mar 03 10:13:39 2016 +0000
+++ b/mbed.bld	Thu Mar 24 07:46:33 2016 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/87f2f5183dfb
\ No newline at end of file
+http://mbed.org/users/mbed_official/code/mbed/builds/c0f6e94411f5
\ No newline at end of file