Skip to content

Commit 2e43291

Browse files
Qinghao ShiQinghao Shi
authored andcommitted
FastModel: enable FLASHIAP componment
1 parent 489bd10 commit 2e43291

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

components/storage/blockdevice/COMPONENT_FLASHIAP/mbed_lib.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
"REALTEK_RTL8195AM": {
1515
"base-address": "0x1C0000",
1616
"size": "0x40000"
17+
},
18+
"FVP_MPS2_M3": {
19+
"base-address": "0x00200000",
20+
"size": "0x200000"
1721
}
1822
}
1923
}

targets/targets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8058,7 +8058,7 @@
80588058
"USTICKER"
80598059
],
80608060
"release_versions": ["5"],
8061-
"components_add": ["LAN91C111"],
8061+
"components_add": ["LAN91C111", "FLASHIAP"],
80628062
"overrides": {
80638063
"network-default-interface-type": "ETHERNET"
80648064
}

0 commit comments

Comments
 (0)