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:
parent
e58dfac374
commit
1cfdba997b
2 changed files with 4 additions and 1 deletions
|
|
@ -79,6 +79,9 @@ config SEGGER_RTT_SECTION_NONE
|
|||
config SEGGER_RTT_SECTION_DTCM
|
||||
bool "Place RTT data in the DTCM linker section"
|
||||
|
||||
config SEGGER_RTT_SECTION_CCM
|
||||
bool "Place RTT data in the CCM linker section"
|
||||
|
||||
endchoice
|
||||
|
||||
endif
|
||||
|
|
|
|||
2
west.yml
2
west.yml
|
|
@ -312,7 +312,7 @@ manifest:
|
|||
path: modules/lib/picolibc
|
||||
revision: 764ef4e401a8f4c6a86ab723533841f072885a5b
|
||||
- name: segger
|
||||
revision: 9d0191285956cef43daf411edc2f1a7788346def
|
||||
revision: b011c45b585e097d95d9cf93edf4f2e01588d3cd
|
||||
path: modules/debug/segger
|
||||
groups:
|
||||
- debug
|
||||
|
|
|
|||
Loading…
Reference in a new issue