]> granicus.if.org Git - esp-idf/commit
cmake: Change data_file_to_c to data_file_embed_asm for objcopy compatibility
authorAngus Gratton <angus@espressif.com>
Thu, 1 Mar 2018 07:41:15 +0000 (18:41 +1100)
committerAngus Gratton <gus@projectgus.com>
Sun, 29 Apr 2018 23:59:20 +0000 (09:59 +1000)
commit2816cf1d67b4f3bd4df50dfbacda33ec54d4958e
treeca611416fa34d1cc02854629fee78b74ddbe6de5
parentb57843b66aa15033f143c40f54c73440f21d8735
cmake: Change data_file_to_c to data_file_embed_asm for objcopy compatibility

Now generates _binary_filename_start / _binary_filename_end as well as more useful naming.
tools/cmake/scripts/data_file_embed_asm.cmake [new file with mode: 0644]
tools/cmake/scripts/data_file_to_c.cmake [deleted file]
tools/cmake/utilities.cmake