Skip to content

Commit fc79836

Browse files
committed
Segger RTT conf: support CONFIG_SEGGER_RTT_SECTION_FIXED_ADDR
Support new CONFIG_SEGGER_RTT_SECTION_FIXED_ADDR in addition to CONFIG_SEGGER_RTT_SECTION_DTCM. Signed-off-by: Giancarlo Stasi <[email protected]>
1 parent 76a9690 commit fc79836

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Config/SEGGER_RTT_Conf.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,10 @@ Revision: $Rev: 21386 $
9898
#define SEGGER_RTT_SECTION ".dtcm_data"
9999
#endif
100100

101+
#if defined(CONFIG_SEGGER_RTT_SECTION_FIXED_ADDR)
102+
#define SEGGER_RTT_SECTION ".rtt_buff_data"
103+
#endif
104+
101105
/*********************************************************************
102106
*
103107
* RTT memcpy configuration

0 commit comments

Comments
 (0)