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
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue