Skip to content

Commit 9b06a99

Browse files
Augh fix memap, fix referencing nonexistent target
1 parent 4006fca commit 9b06a99

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

targets/targets.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3594,7 +3594,7 @@ mode is recommended for target MCUs with small amounts of flash and RAM.",
35943594
// DISCO_H747I's attributes.
35953595
"inherits": [
35963596
"MCU_STM32H747xI_CM7",
3597-
"DISCO_H747"
3597+
"DISCO_H747I"
35983598
]
35993599
},
36003600
"DISCO_H747I_CM4": {

tools/cmake/mbed_target_functions.cmake

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,7 @@ function(mbed_set_post_build target)
187187
mbed_post_build_function(${target})
188188
endif()
189189

190-
if(HAVE_MEMAP_DEPS)
191-
mbed_generate_map_file(${target})
192-
endif()
190+
mbed_generate_map_file(${target})
193191

194192
# Give chance to adjust MBED_UPLOAD_LAUNCH_COMMANDS or MBED_UPLOAD_RESTART_COMMANDS
195193
# for debug launch

0 commit comments

Comments
 (0)