Skip to content

Commit

Permalink
Add FLASHIAP component to DISCO_H747
Browse files Browse the repository at this point in the history
FLASHIAP component/capability is needed for DeviceKey functionality
and also for Pelion enablement - firmware update uses this feature, too.
  • Loading branch information
Janne Kiiskila committed Oct 3, 2019
1 parent 31114ba commit 5f8c1ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion targets/targets.json
Expand Up @@ -3330,6 +3330,7 @@
"DISCO_H747I": {
"inherits": ["FAMILY_STM32"],
"core": "Cortex-M7FD",
"components_add": ["FLASHIAP"],
"extra_labels_add": [
"STM32H7",
"STM32H747xI",
Expand Down Expand Up @@ -3364,7 +3365,7 @@
"MPU"
],
"release_versions": ["2", "5"],
"bootloader_supported": true
"bootloader_supported": false
},
"DISCO_H747I_CM7": {
"inherits": ["DISCO_H747I"]
Expand Down

0 comments on commit 5f8c1ec

Please sign in to comment.