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: Disable NCS boot banner #22

Closed

Commits on May 20, 2024

  1. manifest: Pull upmerged repositories

    Pull upmerged sdk-zephyr and sdk-mcuboot repositories.
    Pull fixes in matter.
    
    Signed-off-by: Robert Lubos <[email protected]>
    rlubos committed May 20, 2024
    Configuration menu
    Copy the full SHA
    7207572 View commit details
    Browse the repository at this point in the history
  2. doc: mcuboot: Make sure PORTING.md is visible

    PORTING.md is now referenced by other docs, hence make sure it's visible
    during doc build.
    
    Signed-off-by: Robert Lubos <[email protected]>
    rlubos committed May 20, 2024
    Configuration menu
    Copy the full SHA
    7a234f9 View commit details
    Browse the repository at this point in the history
  3. bluetooth: Don't reference removed Kconfig symbols

    Specifically NET_L2_BT and NET_L2_BT_SHELL.
    
    Signed-off-by: Robert Lubos <[email protected]>
    rlubos committed May 20, 2024
    Configuration menu
    Copy the full SHA
    69630d2 View commit details
    Browse the repository at this point in the history
  4. bluetooth: Remove CONFIG_BT_HCI_RAW_RESERVE

    d590bcb removed the
    CONFIG_BT_HCI_RAW_RESERVE Kconfig option. Align NCS to the change.
    
    Jira: NCSDK-27508
    
    Signed-off-by: Marek Pieta <[email protected]>
    MarekPieta authored and rlubos committed May 20, 2024
    Configuration menu
    Copy the full SHA
    7301d56 View commit details
    Browse the repository at this point in the history
  5. sample: wifi: ble_coex: Ignore zperf periodic results

    A new calblack event (ZPERF_SESSION_PERIODIC_RESULT) has been added to
    zperf, just ignore it int the sample for now to prevent build warnings.
    
    Signed-off-by: Robert Lubos <[email protected]>
    rlubos committed May 20, 2024
    Configuration menu
    Copy the full SHA
    fdd73c6 View commit details
    Browse the repository at this point in the history
  6. net: lwm2m: Align with lwm2m_engine_set_data_cb_t API change

    lwm2m_engine_set_data_cb_t callback signaure now has an additional
    offset parameter.
    
    Signed-off-by: Robert Lubos <[email protected]>
    rlubos committed May 20, 2024
    Configuration menu
    Copy the full SHA
    7216d4c View commit details
    Browse the repository at this point in the history
  7. kernel: Remove NCS boot banner dependency

    NCS boot banner has to be standalone entity from Zephyr boot banner.
    
    Signed-off-by: Robert Lubos <[email protected]>
    rlubos committed May 20, 2024
    Configuration menu
    Copy the full SHA
    bdf0a28 View commit details
    Browse the repository at this point in the history
  8. nrf_security: Fix incompatibility with MBEDTLS_PSA_CRYPTO_EXTERNAL_RNG

    MBEDTLS_PSA_CRYPTO_EXTERNAL_RNG symbol has been added as an choice
    option in upstream Zephyr, which is not compatible with how nrf_security
    interprets the symbol. Try to fix this on the nrf_security side.
    
    Signed-off-by: Robert Lubos <[email protected]>
    rlubos committed May 20, 2024
    Configuration menu
    Copy the full SHA
    b467eb9 View commit details
    Browse the repository at this point in the history
  9. samples: net: mqtt: Align with SFM_CREATE_STATE API changes

    From the upstream migration guide:
    
    The SMF_CREATE_STATE macro now always takes 5 arguments. The amount
    of arguments is now independent of the values of
    CONFIG_SMF_ANCESTOR_SUPPORT and CONFIG_SMF_INITIAL_TRANSITION.
    If the additional arguments are not used, they have to be set to NULL
    
    Signed-off-by: Robert Lubos <[email protected]>
    rlubos committed May 20, 2024
    Configuration menu
    Copy the full SHA
    1514f2e View commit details
    Browse the repository at this point in the history
  10. bluetooth: Remove bt_read_static_addr() "hack"

    Align code after 484fe3f was added to
    Zephyr.
    
    Jira: NCSDK-27508
    
    Signed-off-by: Marek Pieta <[email protected]>
    MarekPieta authored and rlubos committed May 20, 2024
    Configuration menu
    Copy the full SHA
    9bd11d7 View commit details
    Browse the repository at this point in the history
  11. bluetooth: controller: Merge BT_HCI_VS_EXT into BT_HCI_VS

    18c23da removes CONFIG_BT_HCI_VS_EXT.
    Align BLE controller configuration with the changes.
    
    Jira: NCSDK-27508
    
    Signed-off-by: Marek Pieta <[email protected]>
    MarekPieta authored and rlubos committed May 20, 2024
    Configuration menu
    Copy the full SHA
    eb6ef9b View commit details
    Browse the repository at this point in the history
  12. lib: fatal_error: Don't enable fatal handler by default globally

    Enabling custom fatal error handler globally can be problematic for
    sdk-zephyr samples built in NCS context, as they may define their own
    handlers, causing linker error. As there's no elegant way to handle that
    on the sample side, other than noup patches in sdk-zephyr, disable the
    RESET_ON_FATAL_ERROR config by default.
    
    As an alternative for NCS, the config will now be implied by
    NCS_SAMPLES_DEFAULTS config, which is exclusive for NCS samples only.
    
    Signed-off-by: Robert Lubos <[email protected]>
    rlubos committed May 20, 2024
    Configuration menu
    Copy the full SHA
    d1ba9b2 View commit details
    Browse the repository at this point in the history
  13. applications: nrf_desktop: Disable NCS boot banner

    nRF Desktop application does not use boot banners provided by Zephyr
    and NCS.
    
    Jira: NCSDK-27508
    
    Signed-off-by: Marek Pieta <[email protected]>
    MarekPieta committed May 20, 2024
    Configuration menu
    Copy the full SHA
    01862d3 View commit details
    Browse the repository at this point in the history