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

[nrf toup] Removed setting BT_HCI_RAW_RESERVE config to 1 #442

Merged
merged 4 commits into from
May 28, 2024

Commits on May 23, 2024

  1. [nrf toup] Removed setting BT_HCI_RAW_RESERVE config to 1

    Aligning configuration to the one introduced in the Zephyr
    upmerge.
    
    Signed-off-by: Kamil Kasperczyk <kamil.kasperczyk@nordicsemi.no>
    kkasperczyk-no committed May 23, 2024
    Configuration menu
    Copy the full SHA
    c0c2266 View commit details
    Browse the repository at this point in the history
  2. [nrf toup][nrfconnect] Removed setting mbedtls external rng config

    Removed settings default value for the
    MBEDTLS_PSA_CRYPTO_EXTERNAL_RNG Kconfig, as it's handled by the
    mbedtls module.
    kkasperczyk-no committed May 23, 2024
    Configuration menu
    Copy the full SHA
    55e6ad4 View commit details
    Browse the repository at this point in the history
  3. [nrf toup][nrfconnect] Disabled boot banner in mcuboot config

    With the recent Zephyr upmerge a new boot banner configs were
    enabled by default, what results in flash increase and memory
    partition overflow. This commit disables newly introduced
    configs.
    kkasperczyk-no committed May 23, 2024
    Configuration menu
    Copy the full SHA
    2b49c9e View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. [nrf toup][platform] Added missing net_if.h include

    With the recent Zephyr upmerge additional net_if.h includes
    are needed for the nrfconnect and Zephyr platforms.
    kkasperczyk-no committed May 24, 2024
    Configuration menu
    Copy the full SHA
    9f7484e View commit details
    Browse the repository at this point in the history