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

Commit

Permalink
example should now work with SD component
Browse files Browse the repository at this point in the history
  • Loading branch information
Yossi Levy authored and c1728p9 committed Jan 4, 2019
1 parent 8fb8b8b commit 2502b9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions mbed_app.json
Expand Up @@ -22,9 +22,6 @@
}
},
"target_overrides": {
"*": {
"target.components_remove": ["SD"]
},
"K64F": {
"target.restrict_size": "0x40000",
"sd_card_mosi": "PTE3",
Expand All @@ -33,9 +30,11 @@
"sd_card_cs": "PTE4"
},
"NUCLEO_F429ZI": {
"target.components_add": ["SD"],
"target.restrict_size": "0x40000"
},
"UBLOX_EVK_ODIN_W2": {
"target.components_add": ["SD"],
"target.restrict_size": "0x40000",
"sd_card_cs": "D9"
}
Expand Down
1 change: 0 additions & 1 deletion sd-driver.lib

This file was deleted.

0 comments on commit 2502b9c

Please sign in to comment.