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:
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