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

mcu/nrf5340: Add scripts to export/import NSC code #3336

Merged
merged 2 commits into from
Nov 4, 2024

Commits on Oct 31, 2024

  1. mcu/nrf5340: Add scripts to export/import NSC code

    This modifies tfm package so it produces library that
    can be used to build non-secure code that will call
    tfm functions provided by secure code (mcuboot)
    
    Signed-off-by: Jerzy Kasenberg <[email protected]>
    kasjer committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    d1988f5 View commit details
    Browse the repository at this point in the history
  2. mcu/nrf5340: Enable NSC region

    Enable NSC region if sgstubs section is not empty
    
    Signed-off-by: Jerzy Kasenberg <[email protected]>
    kasjer committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    eb54191 View commit details
    Browse the repository at this point in the history