mirror of https://github.com/ARMmbed/mbed-os.git
M487: Enable FLASHIAP for custom targets
This is to support custom targets based on M480 series chips.pull/12576/head
parent
6f30d4fdc7
commit
58e0048c50
|
@ -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"
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue