Skip to content

Commit 9b1ccaa

Browse files
committed
K64F, K66F: Remove "FLASHIAP" component.
When "SD" component is unavailable the following tests try to use Flash as storage and fail: features-storage-tests-blockdevice-general_block_device features-device_key-tests-device_key-functionality features-storage-tests-kvstore-static_tests features-storage-tests-kvstore-general_tests_phase_1 features-storage-tests-kvstore-securestore_whitebox tests-psa-prot_internal_storage Additional investigation is required to find the reason of the failures.
1 parent b99c884 commit 9b1ccaa

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

targets/targets.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1353,7 +1353,7 @@
13531353
},
13541354
"K64F": {
13551355
"supported_form_factors": ["ARDUINO"],
1356-
"components_add": ["FLASHIAP"],
1356+
"components_add": [],
13571357
"core": "Cortex-M4F",
13581358
"supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
13591359
"extra_labels": [
@@ -1364,8 +1364,7 @@
13641364
"KPSDK_MCUS",
13651365
"KPSDK_CODE",
13661366
"MCU_K64F",
1367-
"Freescale_EMAC",
1368-
"PSA"
1367+
"Freescale_EMAC"
13691368
],
13701369
"is_disk_virtual": true,
13711370
"macros": ["CPU_MK64FN1M0VMD12", "FSL_RTOS_MBED", "MBEDTLS_PSA_CRYPTO_C"],
@@ -1676,7 +1675,7 @@
16761675
},
16771676
"K82F": {
16781677
"supported_form_factors": ["ARDUINO"],
1679-
"components_add": ["FLASHIAP"],
1678+
"components_add": [],
16801679
"core": "Cortex-M4F",
16811680
"supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
16821681
"extra_labels": ["Freescale", "MCUXpresso_MCUS", "KSDK2_MCUS", "FRDM"],

0 commit comments

Comments
 (0)