From b62980496d7024680e12040fa13291dcbec2d336 Mon Sep 17 00:00:00 2001 From: Mahesh Mahadevan Date: Mon, 3 Feb 2020 11:36:37 -0600 Subject: [PATCH] MIMXRT1050: Enable FlashIAP support Signed-off-by: Mahesh Mahadevan --- .../storage/blockdevice/COMPONENT_FLASHIAP/mbed_lib.json | 4 ++++ targets/targets.json | 3 +++ 2 files changed, 7 insertions(+) diff --git a/components/storage/blockdevice/COMPONENT_FLASHIAP/mbed_lib.json b/components/storage/blockdevice/COMPONENT_FLASHIAP/mbed_lib.json index a3ad9ada1e..9496782e16 100644 --- a/components/storage/blockdevice/COMPONENT_FLASHIAP/mbed_lib.json +++ b/components/storage/blockdevice/COMPONENT_FLASHIAP/mbed_lib.json @@ -22,6 +22,10 @@ "S5JS100": { "base-address": "0x40EF5000", "size": "0x80000" + }, + "MIMXRT1050_EVK": { + "base-address": "0x60400000", + "size": "0x3C00000" } } } diff --git a/targets/targets.json b/targets/targets.json index 476630ab31..345a950d50 100644 --- a/targets/targets.json +++ b/targets/targets.json @@ -1922,6 +1922,9 @@ "MBED_MPU_CUSTOM", "MBED_TICKLESS" ], + "components_add": [ + "FLASHIAP" + ], "inherits": ["Target"], "detect_code": ["0227"], "device_has": [