Skip to content

Commit

Permalink
Segger RTT conf: support CONFIG_SEGGER_RTT_SECTION_FIXED_ADDR
Browse files Browse the repository at this point in the history
Support new CONFIG_SEGGER_RTT_SECTION_FIXED_ADDR in addition to
CONFIG_SEGGER_RTT_SECTION_DTCM.

Signed-off-by: Giancarlo Stasi <[email protected]>
  • Loading branch information
giansta committed Apr 14, 2023
1 parent 76a9690 commit fc79836
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Config/SEGGER_RTT_Conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@ Revision: $Rev: 21386 $
#define SEGGER_RTT_SECTION ".dtcm_data"
#endif

#if defined(CONFIG_SEGGER_RTT_SECTION_FIXED_ADDR)
#define SEGGER_RTT_SECTION ".rtt_buff_data"
#endif

/*********************************************************************
*
* RTT memcpy configuration
Expand Down

0 comments on commit fc79836

Please sign in to comment.