Skip to content

Commit 5f8c1ec

Browse files
author
Janne Kiiskila
committed
Add FLASHIAP component to DISCO_H747
FLASHIAP component/capability is needed for DeviceKey functionality and also for Pelion enablement - firmware update uses this feature, too.
1 parent 31114ba commit 5f8c1ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

targets/targets.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3330,6 +3330,7 @@
33303330
"DISCO_H747I": {
33313331
"inherits": ["FAMILY_STM32"],
33323332
"core": "Cortex-M7FD",
3333+
"components_add": ["FLASHIAP"],
33333334
"extra_labels_add": [
33343335
"STM32H7",
33353336
"STM32H747xI",
@@ -3364,7 +3365,7 @@
33643365
"MPU"
33653366
],
33663367
"release_versions": ["2", "5"],
3367-
"bootloader_supported": true
3368+
"bootloader_supported": false
33683369
},
33693370
"DISCO_H747I_CM7": {
33703371
"inherits": ["DISCO_H747I"]

0 commit comments

Comments
 (0)