Skip to content

[nrf fromlist] Bluetooth: Controller: Only select BT_TICKER_LAZY_GET … #4

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

Open
wants to merge 1,039 commits into
base: meta-upmerge
Choose a base branch
from

Conversation

weeTike
Copy link

@weeTike weeTike commented May 2, 2025

…for ZLL

BT_TICKER_LAZY_GET is a ZLL only kconfig and should not be selected for other controllers.

Signed-off-by: Timothy Keys [email protected]
(cherry picked from commit d82bf446937522690e02ae9a9ce4e652db0b8bb0)

This reverts commit 084ca19.

Signed-off-by: Johann Fischer <[email protected]>
…IR_BASIC"

This reverts commit d368caa.

Signed-off-by: Johann Fischer <[email protected]>
…type derive"

This reverts commit a720708.

Signed-off-by: Johann Fischer <[email protected]>
…gurations"

This reverts commit 843a837.

Signed-off-by: Johann Fischer <[email protected]>
…g.tls-generic"

This reverts commit fe0996c.

Signed-off-by: Johann Fischer <[email protected]>
… XIP"

This reverts commit d881337.

Signed-off-by: Johann Fischer <[email protected]>
… TX is done"

This reverts commit fa30d05.

Signed-off-by: Johann Fischer <[email protected]>
This reverts commit 4eb8d62.

Signed-off-by: Johann Fischer <[email protected]>
…ction"

This reverts commit d2c110b.

Signed-off-by: Johann Fischer <[email protected]>
…overlay"

This reverts commit 7394753.

Signed-off-by: Johann Fischer <[email protected]>
…Uboot type"

This reverts commit ea97683.

Signed-off-by: Johann Fischer <[email protected]>
…enabled"

This reverts commit 04625c4.

Signed-off-by: Johann Fischer <[email protected]>
…nitions"

This reverts commit a276b18.

Signed-off-by: Johann Fischer <[email protected]>
This reverts commit bdfeb85.

Signed-off-by: Johann Fischer <[email protected]>
…R injection"

This reverts commit dd9226b.

Signed-off-by: Johann Fischer <[email protected]>
… sysbuild"

This reverts commit 142532e.

Signed-off-by: Johann Fischer <[email protected]>
…n NCS dir"

This reverts commit 95f5086.

Signed-off-by: Johann Fischer <[email protected]>
adamkondraciuk and others added 12 commits April 30, 2025 17:57
Some of nRF54's has TDM peripheral instead of I2S.

Upstream PR #: 82144

Signed-off-by: Adam Kondraciuk <[email protected]>
(cherry picked from commit 7221211)
Same as commit 6ec9d10 but with the REQUIRED keyword on its own
line to attempt to avoid a merge conflict when reverting/reapplying
this patch.

Signed-off-by: Jonathan Nilsen <[email protected]>
(cherry picked from commit 4e9869f)
…o Kconfig

Moved target dependent startup time from header file to
Kconfig option to allow adding new targets with new .conf
file rather that modyfing source of the test. Adjusted
startup time for nRF54L09 and nRF54L20.

Upstream PR #: 88956

Signed-off-by: Michał Stasiak <[email protected]>
(cherry picked from commit 0955031)
Also update memory map to leverage unused MRAM and
move sysctrl IPC to RAM20 to free global RAM.

Upstream PR #: 88932

Signed-off-by: Håkon Amundsen <[email protected]>
(cherry picked from commit 246cb42)
For reasons other than system off, the retained data should be cleared.

Upstream PR #: 89044

Signed-off-by: Adam Kondraciuk <[email protected]>
(cherry picked from commit 128319d)
SoftAP operation needs around 5700 bytes of stack. With a
buffer of 100 bytes, set the supplicant stack size to 5800.
Fixes SHEL-3604.

Upstream PR #: 89116

Signed-off-by: Ravi Dondaputi <[email protected]>
(cherry picked from commit 5db46db)
The parameter length for this command was missing the additional
length from the arrayed parameters.

Upstream PR #: 89092

Signed-off-by: Olivier Lesage <[email protected]>
(cherry picked from commit 59d05a4)
Initial implementation of nRF54L quirks necessary for nRF54LM20A.
To be upstreamed after TODO comments are resolved.

Signed-off-by: Tomasz Moń <[email protected]>
(cherry picked from commit d32cb3c)
…, not select

Turn the MBEDTLS_RSA_FULL selects into depends on.
This is how the other MBEDTLS_KEY_EXCHANGE_* Kconfig options are defined.

This is done to avoid circular dependencies.

At the same time update uses of the affected MBEDTLS_KEY_EXCHANGE_*
Kconfig options to enable/disable the dependencies which used to be
automatically handled.

Upstream PR #: 89200

Signed-off-by: Tomi Fontanilles <[email protected]>
(cherry picked from commit deacfa35eb7bd9d2731ef7f16aedc9b14d1cc3b7)
Update the casting of the 'attr' parameter in pthread_cond_init to use
the correct variable name 'att'. Thanks clang for spotting the typo.

Signed-off-by: Benjamin Cabé <[email protected]>
(cherry picked from commit f412cc6)
Fix ethernet_hw_caps initialization in ethernet.h for
strict type checking.

g++-12: include/zephyr/net/ethernet.h:957:38: error: invalid \
 conversion from 'int' to 'ethernet_hw_caps' [-fpermissive]

Signed-off-by: Daniel Nicoletti <[email protected]>
(cherry picked from commit b4f940d)
…for ZLL

BT_TICKER_LAZY_GET is a ZLL only kconfig and should not be selected for
other controllers.

Signed-off-by: Timothy Keys <[email protected]>
(cherry picked from commit d82bf446937522690e02ae9a9ce4e652db0b8bb0)
@jfischer-no
Copy link
Owner

cherry-picked to sdk-zephyr

@jfischer-no jfischer-no force-pushed the meta-upmerge branch 10 times, most recently from 9f671bb to 9e9762b Compare May 9, 2025 17:10
@jfischer-no jfischer-no force-pushed the meta-upmerge branch 6 times, most recently from b1d8ebe to 9999e1c Compare May 13, 2025 09:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.