mirror of https://github.com/ARMmbed/mbed-os.git
MIMXRT1050: Enable FlashIAP support
Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>pull/14326/head
parent
6b03a083a1
commit
b62980496d
|
@ -22,6 +22,10 @@
|
|||
"S5JS100": {
|
||||
"base-address": "0x40EF5000",
|
||||
"size": "0x80000"
|
||||
},
|
||||
"MIMXRT1050_EVK": {
|
||||
"base-address": "0x60400000",
|
||||
"size": "0x3C00000"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1922,6 +1922,9 @@
|
|||
"MBED_MPU_CUSTOM",
|
||||
"MBED_TICKLESS"
|
||||
],
|
||||
"components_add": [
|
||||
"FLASHIAP"
|
||||
],
|
||||
"inherits": ["Target"],
|
||||
"detect_code": ["0227"],
|
||||
"device_has": [
|
||||
|
|
Loading…
Reference in New Issue