Skip to content

Support dynamic pointer generation and free space utilization #3

Description

@danielburgess

This will be a feature in mbuild. Essentially, provide original pointer tables as well as instructions for determining data length. The app will dynamically allocate space in the rom based on explicit free space definitions as well as during the build, data will be rearranged to make the most of available space.

Provide:

  • original extracted data bins for the pointer table
  • changed data bins

Output: original data will be rearranged in the rom. Unchanged data will be shifted up in the rom and changed data will come after. No wasted space!

This will be crucial for supporting the gold edition of sbm5.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions