Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[image_generator, makefile] Update "raw" executable formats #360

Merged
merged 5 commits into from
Jul 8, 2022

Conversation

stnolting
Copy link
Owner

This PR adds/reworks two targets of the image generator / makefile for generating raw executables.

  • make hex will generate a neorv32_raw_exe.hex file: ASCII hex char file; no header; can be used to initialize custom memories for direct execution (for example custom VHDL memories)
  • make bin will generate a neorv32_raw_exe.bin file: binary file; no header; can be used to initialize custom memories for direct execution (for example to program flash for using XIP)

-> @betocool-prog 😉

@stnolting stnolting added the SW software-related label Jul 8, 2022
@stnolting stnolting self-assigned this Jul 8, 2022
@stnolting stnolting changed the title [image_generator, makefile] Update exe generation [image_generator, makefile] Update available executable formats Jul 8, 2022
@stnolting stnolting changed the title [image_generator, makefile] Update available executable formats [image_generator, makefile] Update available "raw" executable formats Jul 8, 2022
@stnolting stnolting changed the title [image_generator, makefile] Update available "raw" executable formats [image_generator, makefile] Update "raw" executable formats Jul 8, 2022
@stnolting stnolting marked this pull request as ready for review July 8, 2022 11:14
@stnolting stnolting added the enhancement New feature or request label Jul 8, 2022
@stnolting stnolting merged commit 11b5385 into main Jul 8, 2022
@stnolting stnolting deleted the update_exe_generation branch July 8, 2022 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request SW software-related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant