Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: NyFileSystems libMiMic mbed-rtos mbed
Fork of MiMicSimpleHttpd by
Revision 10:491f72aec01f, committed 2015-09-15
- Comitter:
- nyatla
- Date:
- Tue Sep 15 09:36:41 2015 +0000
- Parent:
- 9:c6427be12f0d
- Commit message:
- update libraries
Changed in this revision
diff -r c6427be12f0d -r 491f72aec01f NyFileSystems.lib --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/NyFileSystems.lib Tue Sep 15 09:36:41 2015 +0000 @@ -0,0 +1,1 @@ +https://developer.mbed.org/users/nyatla/code/NyFileSystems/#509d2ac0ba4f
diff -r c6427be12f0d -r 491f72aec01f NySDFileSystem.lib --- a/NySDFileSystem.lib Sat Nov 16 01:25:37 2013 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -http://mbed.org/users/nyatla/code/NySDFileSystem/#b2ca0e66c1f7
diff -r c6427be12f0d -r 491f72aec01f libMiMic.lib --- a/libMiMic.lib Sat Nov 16 01:25:37 2013 +0000 +++ b/libMiMic.lib Tue Sep 15 09:36:41 2015 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/nyatla/code/libMiMic/#0a24ad966876 +http://mbed.org/users/nyatla/code/libMiMic/#e40058804062
diff -r c6427be12f0d -r 491f72aec01f main.cpp
--- a/main.cpp Sat Nov 16 01:25:37 2013 +0000
+++ b/main.cpp Tue Sep 15 09:36:41 2015 +0000
@@ -43,11 +43,12 @@
}
};
-
+ MiMicNetIf netif;
NetConfig cfg; //create network configulation
int main()
{
- Net net; //create a net instance.
+ Net net(netif);//Net constructor must be created after started RTOS
+
//try to override setting by local file.
cfg.loadFromFile("/local/mimic.cfg");
diff -r c6427be12f0d -r 491f72aec01f mbed-rtos.lib --- a/mbed-rtos.lib Sat Nov 16 01:25:37 2013 +0000 +++ b/mbed-rtos.lib Tue Sep 15 09:36:41 2015 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/mbed_official/code/mbed-rtos/#53e6cccd8782 +http://mbed.org/users/mbed_official/code/mbed-rtos/#21b438192b0f
diff -r c6427be12f0d -r 491f72aec01f mbed.bld --- a/mbed.bld Sat Nov 16 01:25:37 2013 +0000 +++ b/mbed.bld Tue Sep 15 09:36:41 2015 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/mbed_official/code/mbed/builds/5e5da4a5990b \ No newline at end of file +http://mbed.org/users/mbed_official/code/mbed/builds/ba1f97679dad \ No newline at end of file
