File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -130,14 +130,14 @@ function(create_arduino_firmware_target TARGET_NAME BOARD_ID ALL_SRCS ALL_LIBS
130
130
VERBATIM )
131
131
#_get_board_property(${BOARD_ID} build.mcu MCU)
132
132
# 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
137
137
#-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)
141
141
142
142
143
143
endfunction ()
You can’t perform that action at this time.
0 commit comments