Skip to content

Commit 11c7d0c

Browse files
mmahadevan108Arto Kinnunen
authored andcommitted
MIMXRT1050: Enable FlashIAP support
Signed-off-by: Mahesh Mahadevan <[email protected]>
1 parent 94e1f3f commit 11c7d0c

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

components/storage/blockdevice/COMPONENT_FLASHIAP/mbed_lib.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222
"S5JS100": {
2323
"base-address": "0x40EF5000",
2424
"size": "0x80000"
25+
},
26+
"MIMXRT1050_EVK": {
27+
"base-address": "0x60400000",
28+
"size": "0x3C00000"
2529
}
2630
}
2731
}

targets/targets.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1922,6 +1922,9 @@
19221922
"MBED_MPU_CUSTOM",
19231923
"MBED_TICKLESS"
19241924
],
1925+
"components_add": [
1926+
"FLASHIAP"
1927+
],
19251928
"inherits": ["Target"],
19261929
"detect_code": ["0227"],
19271930
"device_has": [

0 commit comments

Comments
 (0)