Skip to content

Commit 26f3e04

Browse files
committed
manifest: Update segger with enabling DT sections
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. Signed-off-by: Krzysztof Chruściński <[email protected]>
1 parent d14a547 commit 26f3e04

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

modules/segger/Kconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ config SEGGER_RTT_SECTION_CUSTOM
9797

9898
config SEGGER_RTT_SECTION_CUSTOM_DTS_REGION
9999
bool "Place RTT data in custom linker section defined by a memory region in DTS"
100+
help
101+
DTS memory section need to have "rtt_custom_section" alias.
100102

101103
endif
102104

west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ manifest:
365365
- testing
366366
- tee
367367
- name: segger
368-
revision: 9f08435a79d41133d7046b7c59d1b25929eda450
368+
revision: 7c843ea24b9b4f100c226bce0b4eb807e50a42ac
369369
path: modules/debug/segger
370370
groups:
371371
- debug

0 commit comments

Comments
 (0)