mirror of https://github.com/ARMmbed/mbed-os.git
K22F: Add FlashIAP for storage
Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>pull/11282/head
parent
e4e6c645fa
commit
20aa1ecfd9
|
|
@ -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"],
|
||||
|
|
|
|||
Loading…
Reference in New Issue