modules: segger: Add Kconfig option to use CCM for data

SEGGER RTT module supports to use CCM for output data. This add the
necessary Kconfig option (choice).

Signed-off-by: Caspar Friedrich <c.s.w.friedrich@gmail.com>
This commit is contained in:
Caspar Friedrich 2024-01-17 16:14:10 +01:00 committed by Alberto Escolar
parent e58dfac374
commit 1cfdba997b
2 changed files with 4 additions and 1 deletions

View file

@ -79,6 +79,9 @@ config SEGGER_RTT_SECTION_NONE
config SEGGER_RTT_SECTION_DTCM config SEGGER_RTT_SECTION_DTCM
bool "Place RTT data in the DTCM linker section" bool "Place RTT data in the DTCM linker section"
config SEGGER_RTT_SECTION_CCM
bool "Place RTT data in the CCM linker section"
endchoice endchoice
endif endif

View file

@ -312,7 +312,7 @@ manifest:
path: modules/lib/picolibc path: modules/lib/picolibc
revision: 764ef4e401a8f4c6a86ab723533841f072885a5b revision: 764ef4e401a8f4c6a86ab723533841f072885a5b
- name: segger - name: segger
revision: 9d0191285956cef43daf411edc2f1a7788346def revision: b011c45b585e097d95d9cf93edf4f2e01588d3cd
path: modules/debug/segger path: modules/debug/segger
groups: groups:
- debug - debug