Web Camera for mbed-os. When you use this program, we judge you have agreed to the following contents. https://developer.mbed.org/teams/Renesas/wiki/About-LICENSE

Dependencies:   HttpServer_snapshot_mbed-os LWIPBP3595Interface_STA_for_mbed-os RomRamBlockDevice mbed-rpc

Fork of GR-Boards_WebCamera by Renesas

このサンプルは 「GR-LYCHEE」ではじめる電子工作 で紹介しています。
出版時と内容が異ならないよう、各ライブラリはアップデートせずに使用してください。

このサンプルの最新バージョンは下記から入手できます。最新バージョンは本の内容と一部処理が異なります。
https://github.com/d-kato/GR-Boards_WebCamera

Files at this revision

API Documentation at this revision

Comitter:
dkato
Date:
Tue Oct 20 06:28:50 2015 +0000
Parent:
3:b694f9f8d74e
Child:
5:34d84609dd60
Commit message:
Change optimization options of "main.cpp".

Changed in this revision

main.cpp 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/main.cpp	Thu Oct 15 01:29:26 2015 +0000
+++ b/main.cpp	Tue Oct 20 06:28:50 2015 +0000
@@ -1,3 +1,6 @@
+#if defined(__CC_ARM)
+#pragma Ospace
+#endif
 #include "mbed.h"
 #include "DisplayBace.h"
 #include "rtos.h"
--- a/mbed-rtos.lib	Thu Oct 15 01:29:26 2015 +0000
+++ b/mbed-rtos.lib	Tue Oct 20 06:28:50 2015 +0000
@@ -1,1 +1,1 @@
-http://developer.mbed.org/users/mbed_official/code/mbed-rtos/#9d001ed5feec
+http://developer.mbed.org/users/mbed_official/code/mbed-rtos/#12552ef4e980
--- a/mbed.bld	Thu Oct 15 01:29:26 2015 +0000
+++ b/mbed.bld	Tue Oct 20 06:28:50 2015 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/8ed44a420e5c
\ No newline at end of file
+http://mbed.org/users/mbed_official/code/mbed/builds/34e6b704fe68
\ No newline at end of file