forked from nrfconnect/sdk-nrf
-
Notifications
You must be signed in to change notification settings - Fork 0
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
MarekPieta
wants to merge
13
commits into
rlubos:upmerge-16-05-2024
from
MarekPieta:boot_banner_disable
Closed
applications: nrf_desktop: Disable NCS boot banner #22
MarekPieta
wants to merge
13
commits into
rlubos:upmerge-16-05-2024
from
MarekPieta:boot_banner_disable
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Pull upmerged sdk-zephyr and sdk-mcuboot repositories. Pull fixes in matter. Signed-off-by: Robert Lubos <[email protected]>
PORTING.md is now referenced by other docs, hence make sure it's visible during doc build. Signed-off-by: Robert Lubos <[email protected]>
Specifically NET_L2_BT and NET_L2_BT_SHELL. Signed-off-by: Robert Lubos <[email protected]>
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]>
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]>
lwm2m_engine_set_data_cb_t callback signaure now has an additional offset parameter. Signed-off-by: Robert Lubos <[email protected]>
NCS boot banner has to be standalone entity from Zephyr boot banner. Signed-off-by: Robert Lubos <[email protected]>
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]>
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]>
Align code after 484fe3f was added to Zephyr. Jira: NCSDK-27508 Signed-off-by: Marek Pieta <[email protected]>
18c23da removes CONFIG_BT_HCI_VS_EXT. Align BLE controller configuration with the changes. Jira: NCSDK-27508 Signed-off-by: Marek Pieta <[email protected]>
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]>
nRF Desktop application does not use boot banners provided by Zephyr and NCS. Jira: NCSDK-27508 Signed-off-by: Marek Pieta <[email protected]>
mkapala-nordic
approved these changes
May 20, 2024
kapi-no
approved these changes
May 20, 2024
rlubos
force-pushed
the
upmerge-16-05-2024
branch
from
May 20, 2024 15:01
d1ba9b2
to
c9681c1
Compare
cherry-picked to the upmerge branch. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
nRF Desktop application does not use boot banners provided by Zephyr and NCS.
Jira: NCSDK-27508