From 157c364f6e996397f30ccc02649231d16ef33a2d Mon Sep 17 00:00:00 2001 From: Erik Tamlin Date: Tue, 11 Jun 2024 15:38:33 +0200 Subject: [PATCH] manifest: update percepio Update the percepio module to use TraceRecorder v4.9.1.hotfix1 Signed-off-by: Erik Tamlin --- modules/percepio/CMakeLists.txt | 11 +++++++++++ west.yml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/modules/percepio/CMakeLists.txt b/modules/percepio/CMakeLists.txt index 62fe2b058f9..c02b669f0b3 100644 --- a/modules/percepio/CMakeLists.txt +++ b/modules/percepio/CMakeLists.txt @@ -73,6 +73,17 @@ if(CONFIG_PERCEPIO_TRACERECORDER) ) endif() + if(CONFIG_PERCEPIO_TRC_CFG_STREAM_PORT_FILE) + zephyr_library_sources( + ${TRACERECORDER_DIR}/streamports/File/trcStreamPort.c + ) + + zephyr_include_directories( + ${TRACERECORDER_DIR}/kernelports/Zephyr/streamports/File/config/ + ${TRACERECORDER_DIR}/streamports/File/include/ + ) + endif() + if (CONFIG_PERCEPIO_TRC_CFG_STREAM_PORT_ZEPHYR_SEMIHOST) zephyr_library_sources( ${TRACERECORDER_DIR}/kernelports/Zephyr/streamports/Semihost/trcStreamPort.c diff --git a/west.yml b/west.yml index be19844affa..fe563e3e30f 100644 --- a/west.yml +++ b/west.yml @@ -310,7 +310,7 @@ manifest: path: modules/lib/openthread - name: percepio path: modules/debug/percepio - revision: 7f6fb3f12ea1493a2f8ab6a876fb255a39db47c8 + revision: 99ffb4bbe87e3ef0866c51f9a7dcd8bccd36c8f3 groups: - debug - name: picolibc