Skip to content

K22F: Add FlashIAP for storage #11282

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 23, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions targets/targets.json
Original file line number Diff line number Diff line change
Expand Up @@ -1208,6 +1208,7 @@
"MCU_K22F512": {
"core": "Cortex-M4F",
"supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
"components_add": ["FLASHIAP"],
"extra_labels": [
"Freescale",
"MCUXpresso_MCUS",
Expand Down Expand Up @@ -8574,7 +8575,7 @@
"bootloader_supported": true,
"mbed_rom_start": "0x10000000",
"mbed_rom_size": "0x100000",
"sectors": [[268435456, 512]],
"sectors": [[268435456, 512]],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this will conflict in your other PR I guess, lets see once we merge

"overrides": {
"network-default-interface-type": "WIFI"
},
Expand All @@ -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"],
Expand Down