Skip to content

Commit b7b02d0

Browse files
committed
MIMXRT1050: Enable FlashIAP support
Signed-off-by: Mahesh Mahadevan <[email protected]>
1 parent 9bdc455 commit b7b02d0

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
@@ -2824,6 +2824,9 @@
28242824
"MBED_MPU_CUSTOM",
28252825
"MBED_TICKLESS"
28262826
],
2827+
"components_add": [
2828+
"FLASHIAP"
2829+
],
28272830
"inherits": [
28282831
"Target"
28292832
],

0 commit comments

Comments
 (0)