.

Files at this revision

API Documentation at this revision

Comitter:
mbed_official
Date:
Thu Sep 06 18:45:17 2018 +0100
Parent:
55:96e02177ca49
Child:
57:65f3017baa99
Commit message:
Fix linker errors due to a duplicate SD driver

Remove the SD component for all targets since this repo is part of
mbed-os-example-bootloader. This allows this example to work
with both mbed-os version 5.9 and 5.10.

.
Commit copied from https://github.com/ARMmbed/mbed-os-example-bootloader

Changed in this revision

mbed_app.json Show annotated file Show diff for this revision Revisions of this file
--- a/mbed_app.json	Fri Aug 24 22:00:17 2018 +0100
+++ b/mbed_app.json	Thu Sep 06 18:45:17 2018 +0100
@@ -22,6 +22,9 @@
         }
     },
     "target_overrides": {
+        "*": {
+            "target.components_remove": ["SD"]
+        },
         "K64F": {
             "target.restrict_size": "0x40000",
             "sd_card_mosi": "PTE3",