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

scripts: Add Nordic build dependency #79381

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Oct 3, 2024

  1. scripts: Add Nordic build dependency

    Without nrf-regtool, CMake fails for new Nordic boards (nrf54h20dk,
    nrf9280pdk) with errors like this:
    
    ```
    CMake Error at <snip>/zephyr/modules/hal_nordic/CMakeLists.txt:15
    (find_package):
      Could not find a configuration file for package "nrf-regtool" that is
      compatible with requested version "5.6.0".
    
      The following configuration files were considered but not accepted:
    
        <snip>/modules/hal_nordic/nrf-regtool/nrf-regtoolConfig.cmake,
        version: unknown
    ```
    
    Signed-off-by: Reto Schneider <[email protected]>
    rettichschnidi committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    5d155d9 View commit details
    Browse the repository at this point in the history