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

code_relocation: Add option to specify load memory segment #76513

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Jul 30, 2024

  1. code_relocation: Add option to specify load memory segment

    Currently there is no way to select a load memory segment
    other than ROMABLE_REGION. This introduces an optional
    argument to zephyr_code_relocate()
    
    Signed-off-by: Dennis Grijalva <dennisgrijalva@meta.com>
    dennisgr102 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    2a0e6d5 View commit details
    Browse the repository at this point in the history
  2. samples: code_relocation: Provide example of loading code from EXTFLASH

    Provide an example of loading code from a region other than ROMABLE_REGION
    
    Signed-off-by: Dennis Grijalva <dennisgrijalva@meta.com>
    dennisgr102 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    6dc8555 View commit details
    Browse the repository at this point in the history