M487: Enable FLASHIAP for custom targets

This is to support custom targets based on M480 series chips.
pull/12576/head
Chun-Chieh Li 2020-03-03 09:44:29 +08:00
parent 6f30d4fdc7
commit 58e0048c50
1 changed files with 3 additions and 6 deletions

View File

@ -12823,6 +12823,9 @@
"RESET_REASON", "RESET_REASON",
"USBDEVICE" "USBDEVICE"
], ],
"components_add": [
"FLASHIAP"
],
"release_versions": [ "release_versions": [
"5" "5"
], ],
@ -12836,9 +12839,6 @@
"inherits": [ "inherits": [
"MCU_M480" "MCU_M480"
], ],
"components_add": [
"FLASHIAP"
],
"macros_add": [ "macros_add": [
"MBEDTLS_CONFIG_HW_SUPPORT" "MBEDTLS_CONFIG_HW_SUPPORT"
], ],
@ -12855,9 +12855,6 @@
"inherits": [ "inherits": [
"MCU_M480" "MCU_M480"
], ],
"components_add": [
"FLASHIAP"
],
"macros_add": [ "macros_add": [
"MBEDTLS_CONFIG_HW_SUPPORT" "MBEDTLS_CONFIG_HW_SUPPORT"
], ],