Skip to content

Commit 42bf777

Browse files
author
mean
committed
remove old memory usage
1 parent 64d3c40 commit 42bf777

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Platform/Core/Targets/ArduinoFirmwareTargetCreatorStm32.cmake

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -130,14 +130,14 @@ function(create_arduino_firmware_target TARGET_NAME BOARD_ID ALL_SRCS ALL_LIBS
130130
VERBATIM)
131131
#_get_board_property(${BOARD_ID} build.mcu MCU)
132132
# Display target size
133-
add_custom_command(TARGET ${TARGET_NAME} POST_BUILD
134-
COMMAND ${CMAKE_COMMAND}
135-
ARGS -DFIRMWARE_IMAGE=${TARGET_NAME}.elf
136-
-DMCU=atmega1280
133+
#add_custom_command(TARGET ${TARGET_NAME} POST_BUILD
134+
#COMMAND ${CMAKE_COMMAND}
135+
#ARGS -DFIRMWARE_IMAGE=${TARGET_NAME}.elf
136+
#-DMCU=atmega1280
137137
#-DEEPROM_IMAGE=${TARGET_PATH}.eep
138-
-P ${ARDUINO_SIZE_SCRIPT}
139-
COMMENT "Calculating image size"
140-
VERBATIM)
138+
#-P ${ARDUINO_SIZE_SCRIPT}
139+
#COMMENT "Calculating image size"
140+
#VERBATIM)
141141

142142

143143
endfunction()

0 commit comments

Comments
 (0)