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

boot: zephyr: boards: Add nrf54l15dk configuration #2054

Merged
merged 2 commits into from
Sep 4, 2024

Commits on Sep 4, 2024

  1. boot: zephyr: board: Fix nrf54l15pdk Kconfig fragment

    Fixes an issue with this file as it was wrongly disabling QSPI
    NOR, which the hardware does not support, when it should have been
    disabling SPI NOR
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    7532189 View commit details
    Browse the repository at this point in the history
  2. boot: zephyr: boards: Add nrf54l15dk configuration

    Adds the configuration for this board
    
    Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
    nordicjm committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    3796204 View commit details
    Browse the repository at this point in the history