Skip to content

Instantly share code, notes, and snippets.

@xidameng
Last active August 31, 2021 09:06
Show Gist options
  • Save xidameng/968ffdf3e6e04ce399d200857b3f5ad9 to your computer and use it in GitHub Desktop.
Save xidameng/968ffdf3e6e04ce399d200857b3f5ad9 to your computer and use it in GitHub Desktop.
## Export bin
recipe.hooks.objcopy.postobjcopy.1.pattern=xcopy {runtime.tools.ameba_d_tools.path}\km0_km4_image2.bin {build.path}
recipe.hooks.objcopy.postobjcopy.1.pattern.windows=xcopy {runtime.tools.ameba_d_tools.path}\km0_km4_image2.bin {build.path}
recipe.hooks.objcopy.postobjcopy.1.pattern.linux=cp {runtime.tools.ameba_d_tools.path}/km0_km4_image2.bin {build.path}
recipe.hooks.objcopy.postobjcopy.1.pattern.macosx=cp {runtime.tools.ameba_d_tools.path}/km0_km4_image2.bin {build.path}
recipe.output.tmp_file=km0_km4_image2.bin
recipe.output.save_file=km0_km4_image2.bin
@xidameng
Copy link
Author

made public

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment