Enable FlashIAP for MCU_NRF52832

The NRF52832 MCU supports flash which is declared in `targets.json`
but the declaration of FlashIAP was missing. Applications were unable
to access the MCU's internal flash.

For example, with Mbed OS PSA enabled for NRF52_DK, Mbed CLI 1's
configuration check fails:

    [ERROR] library 'psa-services' requires 'flashiap-block-device' which is not present

because Mbed OS PSA requires internal flash.
pull/14664/head
Lingkai Dong 2021-05-17 10:50:23 +01:00
parent 7279ae2cd0
commit 6e169ed2a1
1 changed files with 3 additions and 0 deletions

View File

@ -5898,6 +5898,9 @@
"TRNG",
"USTICKER"
],
"components": [
"FLASHIAP"
],
"extra_labels": [
"NORDIC",
"NRF5x",