Skip to content

Commit

Permalink
* Release v4.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eriktamlin committed Jul 11, 2024
1 parent 2046d6c commit 3e42ae6
Show file tree
Hide file tree
Showing 390 changed files with 6,213 additions and 4,060 deletions.
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ PROJECT_NAME = "Percepio Trace Recorder"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = v4.9.0
PROJECT_NUMBER = v4.9.2

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
5 changes: 4 additions & 1 deletion config/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ config PERCEPIO_TRC_START_MODE_START_AWAIT_HOST

config PERCEPIO_TRC_START_MODE_START_FROM_HOST
bool "Start From Host"
depends on PERCEPIO_TRC_RECORDER_MODE_STREAMING && !PERCEPIO_TRC_CFG_STREAM_PORT_RINGBUFFER
endchoice

choice PERCEPIO_TRC_CFG_STREAM_PORT
Expand All @@ -71,7 +72,6 @@ config PERCEPIO_TRC_CFG_STREAM_PORT_RINGBUFFER

config PERCEPIO_TRC_CFG_STREAM_PORT_FILE
bool "File"
depends on !PERCEPIO_TRC_CFG_RECORDER_RTOS_ZEPHYR

config PERCEPIO_TRC_CFG_STREAM_PORT_TCPIP
bool "TCP/IP"
Expand All @@ -97,6 +97,9 @@ endif
if PERCEPIO_TRC_CFG_STREAM_PORT_RINGBUFFER
rsource "../streamports/RingBuffer/Kconfig"
endif
if PERCEPIO_TRC_CFG_STREAM_PORT_FILE
rsource "../streamports/File/Kconfig"
endif
if PERCEPIO_TRC_CFG_STREAM_PORT_ZEPHYR_SEMIHOST
rsource "../kernelports/Zephyr/streamports/Semihost/Kconfig"
endif
Expand Down
2 changes: 1 addition & 1 deletion config/trcConfig.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Trace Recorder for Tracealyzer v4.9.0
* Trace Recorder for Tracealyzer v4.9.2
* Copyright 2023 Percepio AB
* www.percepio.com
*
Expand Down
2 changes: 1 addition & 1 deletion config/trcSnapshotConfig.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Trace Recorder for Tracealyzer v4.9.0
* Trace Recorder for Tracealyzer v4.9.2
* Copyright 2023 Percepio AB
* www.percepio.com
*
Expand Down
2 changes: 1 addition & 1 deletion config/trcStreamingConfig.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Trace Recorder for Tracealyzer v4.9.0
* Trace Recorder for Tracealyzer v4.9.2
* Copyright 2023 Percepio AB
* www.percepio.com
*
Expand Down
4 changes: 2 additions & 2 deletions docs/BareMetal_2config_2trcKernelPortConfig_8h_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<tbody>
<tr id="projectrow">
<td id="projectalign">
<div id="projectname">Percepio Trace Recorder<span id="projectnumber">&#160;v4.9.0</span>
<div id="projectname">Percepio Trace Recorder<span id="projectnumber">&#160;v4.9.2</span>
</div>
</td>
</tr>
Expand Down Expand Up @@ -93,7 +93,7 @@
</div><!--header-->
<div class="contents">
<div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span><span class="comment">/*</span></div>
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="comment"> * Trace Recorder for Tracealyzer v4.9.0</span></div>
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="comment"> * Trace Recorder for Tracealyzer v4.9.2</span></div>
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span><span class="comment"> * Copyright 2023 Percepio AB</span></div>
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span><span class="comment"> * www.percepio.com</span></div>
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span><span class="comment"> *</span></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<tbody>
<tr id="projectrow">
<td id="projectalign">
<div id="projectname">Percepio Trace Recorder<span id="projectnumber">&#160;v4.9.0</span>
<div id="projectname">Percepio Trace Recorder<span id="projectnumber">&#160;v4.9.2</span>
</div>
</td>
</tr>
Expand Down Expand Up @@ -93,7 +93,7 @@
</div><!--header-->
<div class="contents">
<div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span><span class="comment">/*</span></div>
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="comment"> * Trace Recorder for Tracealyzer v4.9.0</span></div>
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="comment"> * Trace Recorder for Tracealyzer v4.9.2</span></div>
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span><span class="comment"> * Copyright 2023 Percepio AB</span></div>
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span><span class="comment"> * www.percepio.com</span></div>
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span><span class="comment"> *</span></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<tbody>
<tr id="projectrow">
<td id="projectalign">
<div id="projectname">Percepio Trace Recorder<span id="projectnumber">&#160;v4.9.0</span>
<div id="projectname">Percepio Trace Recorder<span id="projectnumber">&#160;v4.9.2</span>
</div>
</td>
</tr>
Expand Down Expand Up @@ -93,7 +93,7 @@
</div><!--header-->
<div class="contents">
<div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span><span class="comment">/*</span></div>
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="comment"> * Trace Recorder for Tracealyzer v4.9.0</span></div>
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="comment"> * Trace Recorder for Tracealyzer v4.9.2</span></div>
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span><span class="comment"> * Copyright 2023 Percepio AB</span></div>
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span><span class="comment"> * www.percepio.com</span></div>
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span><span class="comment"> *</span></div>
Expand Down
4 changes: 2 additions & 2 deletions docs/BareMetal_2include_2trcKernelPort_8h_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<tbody>
<tr id="projectrow">
<td id="projectalign">
<div id="projectname">Percepio Trace Recorder<span id="projectnumber">&#160;v4.9.0</span>
<div id="projectname">Percepio Trace Recorder<span id="projectnumber">&#160;v4.9.2</span>
</div>
</td>
</tr>
Expand Down Expand Up @@ -93,7 +93,7 @@
</div><!--header-->
<div class="contents">
<div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span><span class="comment">/*</span></div>
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="comment"> * Trace Recorder for Tracealyzer v4.9.0</span></div>
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="comment"> * Trace Recorder for Tracealyzer v4.9.2</span></div>
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span><span class="comment"> * Copyright 2023 Percepio AB</span></div>
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span><span class="comment"> * www.percepio.com</span></div>
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span><span class="comment"> *</span></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<tbody>
<tr id="projectrow">
<td id="projectalign">
<div id="projectname">Percepio Trace Recorder<span id="projectnumber">&#160;v4.9.0</span>
<div id="projectname">Percepio Trace Recorder<span id="projectnumber">&#160;v4.9.2</span>
</div>
</td>
</tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<tbody>
<tr id="projectrow">
<td id="projectalign">
<div id="projectname">Percepio Trace Recorder<span id="projectnumber">&#160;v4.9.0</span>
<div id="projectname">Percepio Trace Recorder<span id="projectnumber">&#160;v4.9.2</span>
</div>
</td>
</tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<tbody>
<tr id="projectrow">
<td id="projectalign">
<div id="projectname">Percepio Trace Recorder<span id="projectnumber">&#160;v4.9.0</span>
<div id="projectname">Percepio Trace Recorder<span id="projectnumber">&#160;v4.9.2</span>
</div>
</td>
</tr>
Expand Down
4 changes: 2 additions & 2 deletions docs/ESP-IDF__FreeRTOS_2include_2trcKernelPort_8h_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<tbody>
<tr id="projectrow">
<td id="projectalign">
<div id="projectname">Percepio Trace Recorder<span id="projectnumber">&#160;v4.9.0</span>
<div id="projectname">Percepio Trace Recorder<span id="projectnumber">&#160;v4.9.2</span>
</div>
</td>
</tr>
Expand Down Expand Up @@ -93,7 +93,7 @@
</div><!--header-->
<div class="contents">
<div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span><span class="comment">/*</span></div>
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="comment"> * Trace Recorder for Tracealyzer v4.9.0</span></div>
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="comment"> * Trace Recorder for Tracealyzer v4.9.2</span></div>
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span><span class="comment"> * Copyright 2023 Percepio AB</span></div>
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span><span class="comment"> * www.percepio.com</span></div>
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span><span class="comment"> *</span></div>
Expand Down
4 changes: 2 additions & 2 deletions docs/FreeRTOS_2config_2trcKernelPortConfig_8h_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<tbody>
<tr id="projectrow">
<td id="projectalign">
<div id="projectname">Percepio Trace Recorder<span id="projectnumber">&#160;v4.9.0</span>
<div id="projectname">Percepio Trace Recorder<span id="projectnumber">&#160;v4.9.2</span>
</div>
</td>
</tr>
Expand Down Expand Up @@ -93,7 +93,7 @@
</div><!--header-->
<div class="contents">
<div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span><span class="comment">/*</span></div>
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="comment"> * Trace Recorder for Tracealyzer v4.9.0</span></div>
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="comment"> * Trace Recorder for Tracealyzer v4.9.2</span></div>
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span><span class="comment"> * Copyright 2023 Percepio AB</span></div>
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span><span class="comment"> * www.percepio.com</span></div>
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span><span class="comment"> *</span></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<tbody>
<tr id="projectrow">
<td id="projectalign">
<div id="projectname">Percepio Trace Recorder<span id="projectnumber">&#160;v4.9.0</span>
<div id="projectname">Percepio Trace Recorder<span id="projectnumber">&#160;v4.9.2</span>
</div>
</td>
</tr>
Expand Down Expand Up @@ -93,7 +93,7 @@
</div><!--header-->
<div class="contents">
<div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span><span class="comment">/*</span></div>
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="comment"> * Trace Recorder for Tracealyzer v4.9.0</span></div>
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="comment"> * Trace Recorder for Tracealyzer v4.9.2</span></div>
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span><span class="comment"> * Copyright 2023 Percepio AB</span></div>
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span><span class="comment"> * www.percepio.com</span></div>
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span><span class="comment"> *</span></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<tbody>
<tr id="projectrow">
<td id="projectalign">
<div id="projectname">Percepio Trace Recorder<span id="projectnumber">&#160;v4.9.0</span>
<div id="projectname">Percepio Trace Recorder<span id="projectnumber">&#160;v4.9.2</span>
</div>
</td>
</tr>
Expand Down Expand Up @@ -93,7 +93,7 @@
</div><!--header-->
<div class="contents">
<div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span><span class="comment">/*</span></div>
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="comment"> * Trace Recorder for Tracealyzer v4.9.0</span></div>
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="comment"> * Trace Recorder for Tracealyzer v4.9.2</span></div>
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span><span class="comment"> * Copyright 2023 Percepio AB</span></div>
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span><span class="comment"> * www.percepio.com</span></div>
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span><span class="comment"> *</span></div>
Expand Down
Loading

0 comments on commit 3e42ae6

Please sign in to comment.