test

Files at this revision

API Documentation at this revision

Comitter:
hudakz
Date:
Wed Jul 17 06:07:09 2019 +0000
Parent:
1:9a5f06e7969e
Commit message:
Example of using SD card with Mbed OS5.

Changed in this revision

mbed-os.lib Show annotated file Show diff for this revision Revisions of this file
mbed_app.json Show annotated file Show diff for this revision Revisions of this file
diff -r 9a5f06e7969e -r d08c053d5a35 mbed-os.lib
--- a/mbed-os.lib	Thu Feb 14 10:37:28 2019 +0000
+++ b/mbed-os.lib	Wed Jul 17 06:07:09 2019 +0000
@@ -1,1 +1,1 @@
-https://github.com/ARMmbed/mbed-os/#ecb3c8c837162c73537bd0f3592c6e2a42994045
+https://github.com/ARMmbed/mbed-os/#5941d1718339116cd12914238ec331c84da3d08f
diff -r 9a5f06e7969e -r d08c053d5a35 mbed_app.json
--- a/mbed_app.json	Thu Feb 14 10:37:28 2019 +0000
+++ b/mbed_app.json	Wed Jul 17 06:07:09 2019 +0000
@@ -1,6 +1,6 @@
 {
     "target_overrides": {
-        "LPC1768": {
+        "*": {
             "target.components_add": ["SD"]
         }
     }