Skip to content

Commit

Permalink
ext: debug: segger: Updating Segger RTT to 6.32d
Browse files Browse the repository at this point in the history
Segger RTT update includes alignment of SEGGER_RTT_Conf.h to use
KConfig configuration.

Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
  • Loading branch information
nordic-krch authored and MaureenHelm committed Jun 28, 2018
1 parent e1ff7ce commit e892ca0
Show file tree
Hide file tree
Showing 5 changed files with 465 additions and 88 deletions.
7 changes: 6 additions & 1 deletion ext/debug/segger/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,9 @@ config SEGGER_RTT_MODE
int
default 0 if SEGGER_RTT_MODE_NO_BLOCK_SKIP
default 1 if SEGGER_RTT_MODE_NO_BLOCK_TRIM
default 2
default 2

config SEGGER_RTT_MEMCPY_USE_BYTELOOP
bool "Use a simple byte-loop instead of standard memcpy"

endif
Loading

0 comments on commit e892ca0

Please sign in to comment.