thomasgds changed

Dependencies:   SDFileSystem WIZnetInterface mbed-dev

Fork of HTTP_SDCard_File_Server_WIZwiki-W7500P by jiang hao

Files at this revision

API Documentation at this revision

Comitter:
thomasgds
Date:
Tue Oct 25 05:28:29 2016 +0000
Parent:
0:48575e6a55f9
Child:
2:0de89eb662fe
Commit message:
mbed_dev source used

Changed in this revision

SDFileSystem.lib 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-dev.lib Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show diff for this revision Revisions of this file
--- a/SDFileSystem.lib	Fri Jul 15 08:01:43 2016 +0000
+++ b/SDFileSystem.lib	Tue Oct 25 05:28:29 2016 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/SDFileSystem/#7b35d1709458
+http://mbed.org/users/mbed_official/code/SDFileSystem/#1eb8447cd056
--- a/main.cpp	Fri Jul 15 08:01:43 2016 +0000
+++ b/main.cpp	Tue Oct 25 05:28:29 2016 +0000
@@ -16,7 +16,8 @@
 #define HTTPD_MAX_FNAME_LENGTH   127
 #define HTTPD_MAX_DNAME_LENGTH   127
 
-Serial uart(PA_13,PA_14);
+//Serial uart(PA_13,PA_14);
+Serial uart(PC_10,PC_11);
 
 //SDFileSystem sd(p5, p6, p7, p8, "sd"); // LPC1768 MBD2PMD
 //SDFileSystem sd(P0_18, P0_17, P0_15, P0_16, "sd"); // Seeeduino Arch Pro SPI2SD
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed-dev.lib	Tue Oct 25 05:28:29 2016 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/mbed_official/code/mbed-dev/#21d94c44109e
--- a/mbed.bld	Fri Jul 15 08:01:43 2016 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/aae6fcc7d9bb
\ No newline at end of file