Skip to content

Commit

Permalink
[chore] add missing cmake file
Browse files Browse the repository at this point in the history
  • Loading branch information
sakumisue committed Feb 6, 2024
1 parent 2afd821 commit c037b71
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmake/footprint.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
add_custom_target(size_report
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
COMMAND python ${BL_SDK_BASE}/tools/footprint/size_report -k $<TARGET_FILE:${proj_name}.elf> -z ${build_dir} -o ${build_dir} --workspace=${build_dir} -d 99 all)

0 comments on commit c037b71

Please sign in to comment.