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

Options to emit "integrated" asserts on the generated linker script #55

Open
AngheloAlf opened this issue Feb 24, 2024 · 0 comments
Open
Labels
planned feature A new proposed feature
Milestone

Comments

@AngheloAlf
Copy link
Contributor

Stuff like "the rom end of segment boot can't be greater than 0x101000", which would emit something like this:

ASSERT ((boot_ROM_END <= 0x101000), "Error: boot_ROM_END is larger than 1 MB");

Not sure how the syntax on the input file would look like

@AngheloAlf AngheloAlf added this to the 1.0.0 milestone Apr 30, 2024
@AngheloAlf AngheloAlf added the planned feature A new proposed feature label Jul 14, 2024
@AngheloAlf AngheloAlf modified the milestones: 1.0.0, 0.3.0 Aug 13, 2024
@AngheloAlf AngheloAlf changed the title Options to emit asserts on the generated linker script Options to emit "integrated" asserts on the generated linker script Aug 14, 2024
@AngheloAlf AngheloAlf modified the milestones: 0.3.0, 1.0.0 Aug 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
planned feature A new proposed feature
Projects
Status: Todo
Development

No branches or pull requests

1 participant