Skip to content

Conversation

@edmont
Copy link
Collaborator

@edmont edmont commented Aug 7, 2025

No description provided.

edmont added 4 commits August 7, 2025 09:29
Set NRF_802154_CCA_ED_THRESHOLD default value to 17 for currently
supported platforms.

This addresses known issue KRKNWK-19974 by providing a more
suitable Clear Channel Assessment Energy Detection threshold
for these specific SoC variants.

Signed-off-by: Eduardo Montoya <[email protected]>
Remove `EXPERIMENTAL` from `ZIGBEE_ADD_ON`.

Signed-off-by: Eduardo Montoya <[email protected]>
Enable `SOC_FLASH_NRF_PARTIAL_ERASE` for nRF52840.

ZBOSS performs erasure of Flash pages when migration from one to another
logical NVRAM page occurs. This erasure can take tens of milliseconds,
period during which radio operations are blocked, which could lead to
frame reception loses.

By making use of the partial erase feature we allow for some radio
reception slots during the erasure.

Testing shows that the most suitable value for Zigbee use cases is 6 ms.

Signed-off-by: Eduardo Montoya <[email protected]>
After ZBOSS trace subsystem refactoring.

Signed-off-by: Eduardo Montoya <[email protected]>
@edmont edmont requested a review from a team August 7, 2025 07:37
@edmont edmont merged commit 06fcd30 into nrfconnect:main Aug 7, 2025
1 check passed
You can customize the buffer size with the ``CONFIG_ZBOSS_TRACE_LOGGER_BUFFER_SIZE`` Kconfig option.
The buffer size must be larger than ``256`` and smaller than ``2147483648``
..
Stack logs are stored in the internal buffer if they are printed using Zephyr's `Logging`_ API or the independent serial backend.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this part up to date? The first sentence may still be correct, but I see the ZBOSS_TRACE_LOGGER_BUFFER_SIZE option has been removed
(this also applies to the other .pdf files)

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Notice the .. line before, this removes these lines from docs output.

@edmont edmont deleted the pr/subsys-fixes branch August 7, 2025 10:34
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.

3 participants