-
Notifications
You must be signed in to change notification settings - Fork 736
Enable RTT on nrf54h20 and add support for STM logging via RTT #3615
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
nordic-krch
wants to merge
7
commits into
nrfconnect:main
Choose a base branch
from
nordic-krch:ncs/stm_rtt
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or 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
Move to dtcm.bss to reduce flash usage. When increasing SEGGER_SYSVIEW_RTT_BUFFER_SIZE, it will waste a large amount of flash space. Signed-off-by: WenBin Zhang <[email protected]> (cherry picked from commit 345121a)
Update segger with a change in SEGGER_RTT_Conf.h that allows to use DT memory section for RTT data. Added help section to SEGGER_RTT_SECTION_CUSTOM_DTS_REGION Kconfig explaining what alias need to be added to DTS. Upstream PR #: 100503 Signed-off-by: Krzysztof Chruściński <[email protected]>
Add memory section which is placed in cpuapp TCM (Tightly Coupled Memory) RAM0 which is fast, non-cacheable. Upstream PR #: 100505 Currently does not apply clearly. Upmerge is needed. Signed-off-by: Krzysztof Chruściński <[email protected]>
…ptimization When CONFIG_NO_OPTIMIZATIONS=n then kobject area can get inflated. Some targets are currently fail to compile due to that. Upstream PR #: 100564 Signed-off-by: Krzysztof Chruściński <[email protected]>
RTT need to use RAM which is not cacheable as RTT does not support data cache. Using cpuapp TCM RAM memory section for RTT. Upstream PR #: 100570 Signed-off-by: Krzysztof Chruściński <[email protected]>
Add option to output STM logging on RTT. Upstream PR #: 100570 Signed-off-by: Krzysztof Chruściński <[email protected]>
…uration Add sample configuration that uses RTT backend for STM logging. Upstream PR #: 100570 Signed-off-by: Krzysztof Chruściński <[email protected]>
NordicBuilder
added a commit
to NordicBuilder/sdk-nrf
that referenced
this pull request
Dec 8, 2025
Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-zephyr#3615 Signed-off-by: Nordic Builder <[email protected]>
|
The following west manifest projects have changed revision in this Pull Request:
✅ All manifest checks OK Note: This message is automatically posted and updated by the Manifest GitHub Action. |
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.
Commits do not apply clearly and they won't until upmerge is done due to zephyrproject-rtos/zephyr@2d22884 which touches a lot of files and cannot be easily cherry-picked.
DNMuntil upmerge.