Skip to content

Conversation

@Grazfather
Copy link
Collaborator

@Grazfather Grazfather commented Nov 25, 2025

I found my old notes I was writing when I originally added support for flashless targets.

I cleaned it up and gave it a once over. Hopefully it's helpful.

@Grazfather Grazfather requested a review from tact1m4n3 November 25, 2025 00:34
Comment on lines +81 to +83
**`.ram_vectors` section** (NOLOAD):
- Space for runtime-modifiable vector table
- Not initialized from flash
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This section isn't used anymore. I changed the code to use .data or .rodata (on riscv) and on cortex_m it is placed in data because ram_vector_table is declared using var. We can probably take it out. Is there a good reason to use a custom section?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Collaborator

@tact1m4n3 tact1m4n3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should also put stuff like this on the website

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants