MIMXRT1050: Enable FlashIAP support

Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
pull/12317/head
Mahesh Mahadevan 2020-02-03 11:36:37 -06:00
parent fa3a72e716
commit b5eb7bc9a9
2 changed files with 7 additions and 0 deletions

View File

@ -22,6 +22,10 @@
"S5JS100": {
"base-address": "0x40EF5000",
"size": "0x80000"
},
"MIMXRT1050_EVK": {
"base-address": "0x60400000",
"size": "0x3C00000"
}
}
}

View File

@ -2824,6 +2824,9 @@
"MBED_MPU_CUSTOM",
"MBED_TICKLESS"
],
"components_add": [
"FLASHIAP"
],
"inherits": [
"Target"
],