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

applications: nrf_desktop: enable fprotect in mcuboot configurations #18322

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

Commits on Nov 29, 2024

  1. applications: nrf_desktop: optimize MCUboot QSPI build for nRF52840 DK

    Disabled the redundant Kconfig option (CONFIG_MULTITHREADING) in the
    MCUboot image configuration for the nRF52840 DK and the MCUboot QSPI
    build type.
    
    Signed-off-by: Kamil Piszczek <[email protected]>
    kapi-no committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    82b6f03 View commit details
    Browse the repository at this point in the history
  2. applications: nrf_desktop: enable fprotect in mcuboot configs

    Enabled the CONFIG_FPROTECT Kconfig option in the MCUboot
    configurations of the relevant nRF Desktop targets.
    
    Ref: NCSDK-26764
    
    Signed-off-by: Kamil Piszczek <[email protected]>
    kapi-no committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    8e35a6b View commit details
    Browse the repository at this point in the history
  3. applications: nrf_desktop: enable stack protection in mcuboot configs

    Enabled the CONFIG_HW_STACK_PROTECTION Kconfig option in the MCUboot
    configurations of the relevant nRF Desktop targets.
    
    Ref: NCSDK-26764
    
    Signed-off-by: Kamil Piszczek <[email protected]>
    kapi-no committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    e73c65d View commit details
    Browse the repository at this point in the history
  4. applications: nrf_desktop: enable MPU in MCUboot SMP config for gmouse

    Enabled the CONFIG_ARM_MPU Kconfig option in the MCUboot SMP
    configuration of the nRF52840 Gaming Mouse target.
    
    Signed-off-by: Kamil Piszczek <[email protected]>
    kapi-no committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    0d72d35 View commit details
    Browse the repository at this point in the history