Skip to content

Commit 8ce0d9a

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 47ca9a6 commit 8ce0d9a

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
@@ -1359,7 +1359,7 @@
13591359
},
13601360
"K64F": {
13611361
"supported_form_factors": ["ARDUINO"],
1362-
"components_add": ["FLASHIAP"],
1362+
"components_add": [],
13631363
"core": "Cortex-M4F",
13641364
"supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
13651365
"extra_labels": [
@@ -1370,8 +1370,7 @@
13701370
"KPSDK_MCUS",
13711371
"KPSDK_CODE",
13721372
"MCU_K64F",
1373-
"Freescale_EMAC",
1374-
"PSA"
1373+
"Freescale_EMAC"
13751374
],
13761375
"is_disk_virtual": true,
13771376
"macros": ["CPU_MK64FN1M0VMD12", "FSL_RTOS_MBED", "MBEDTLS_PSA_CRYPTO_C"],
@@ -1681,7 +1680,7 @@
16811680
},
16821681
"K82F": {
16831682
"supported_form_factors": ["ARDUINO"],
1684-
"components_add": ["FLASHIAP"],
1683+
"components_add": [],
16851684
"core": "Cortex-M4F",
16861685
"supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
16871686
"extra_labels": ["Freescale", "MCUXpresso_MCUS", "KSDK2_MCUS", "FRDM"],

0 commit comments

Comments
 (0)