Skip to content
This repository was archived by the owner on Apr 23, 2021. It is now read-only.

Commit 2502b9c

Browse files
Yossi Levyc1728p9
authored andcommitted
example should now work with SD component
1 parent 8fb8b8b commit 2502b9c

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

mbed_app.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@
2222
}
2323
},
2424
"target_overrides": {
25-
"*": {
26-
"target.components_remove": ["SD"]
27-
},
2825
"K64F": {
2926
"target.restrict_size": "0x40000",
3027
"sd_card_mosi": "PTE3",
@@ -33,9 +30,11 @@
3330
"sd_card_cs": "PTE4"
3431
},
3532
"NUCLEO_F429ZI": {
33+
"target.components_add": ["SD"],
3634
"target.restrict_size": "0x40000"
3735
},
3836
"UBLOX_EVK_ODIN_W2": {
37+
"target.components_add": ["SD"],
3938
"target.restrict_size": "0x40000",
4039
"sd_card_cs": "D9"
4140
}

sd-driver.lib

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)