K22F: Add FlashIAP for storage

Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
pull/11282/head
Mahesh Mahadevan 2019-08-21 12:10:00 -05:00
parent e4e6c645fa
commit 20aa1ecfd9
1 changed files with 3 additions and 2 deletions

View File

@ -1208,6 +1208,7 @@
"MCU_K22F512": {
"core": "Cortex-M4F",
"supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
"components_add": ["FLASHIAP"],
"extra_labels": [
"Freescale",
"MCUXpresso_MCUS",
@ -8574,7 +8575,7 @@
"bootloader_supported": true,
"mbed_rom_start": "0x10000000",
"mbed_rom_size": "0x100000",
"sectors": [[268435456, 512]],
"sectors": [[268435456, 512]],
"overrides": {
"network-default-interface-type": "WIFI"
},
@ -8589,7 +8590,7 @@
"bootloader_supported": true,
"mbed_rom_start": "0x10000000",
"mbed_rom_size": "0x200000",
"sectors": [[268435456, 512]]
"sectors": [[268435456, 512]]
},
"CY8CKIT_062S2_43012": {
"inherits": ["CY8CMOD_062S2_43012"],