Skip to content

Commit a4ffbc8

Browse files
committed
M487: Enable FLASHIAP for custom targets
This is to support custom targets based on M480 series chips.
1 parent a6bea20 commit a4ffbc8

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

targets/targets.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12823,6 +12823,9 @@
1282312823
"RESET_REASON",
1282412824
"USBDEVICE"
1282512825
],
12826+
"components_add": [
12827+
"FLASHIAP"
12828+
],
1282612829
"release_versions": [
1282712830
"5"
1282812831
],
@@ -12836,9 +12839,6 @@
1283612839
"inherits": [
1283712840
"MCU_M480"
1283812841
],
12839-
"components_add": [
12840-
"FLASHIAP"
12841-
],
1284212842
"macros_add": [
1284312843
"MBEDTLS_CONFIG_HW_SUPPORT"
1284412844
],
@@ -12855,9 +12855,6 @@
1285512855
"inherits": [
1285612856
"MCU_M480"
1285712857
],
12858-
"components_add": [
12859-
"FLASHIAP"
12860-
],
1286112858
"macros_add": [
1286212859
"MBEDTLS_CONFIG_HW_SUPPORT"
1286312860
],

0 commit comments

Comments
 (0)