mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-20 10:08:33 -04:00
Update trace recorder code to the latest.
Some minor changes to enable the configREMOVE_STATIC_QUALIFIER constant to be used by those debuggers that cannot cope with statics being used.
This commit is contained in:
parent
21a8ff35dd
commit
be9c0730c3
25 changed files with 370 additions and 270 deletions
|
@ -1,5 +1,5 @@
|
|||
-------------------------------------------------------------------------------
|
||||
Tracealyzer Recorder Library v4.1.0 for FreeRTOS
|
||||
Tracealyzer Recorder Library for FreeRTOS
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
Tracealyzer is a sophisticated tool for tracing and visualization
|
||||
|
@ -22,6 +22,26 @@ In case you have any questions, don't hesitate to contact support@percepio.com
|
|||
|
||||
Tracealyzer supports FreeRTOS v7.3 and newer, including Amazon FreeRTOS.
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
Changes, v4.1.4 -> v4.1.5
|
||||
|
||||
- Fixed a bug in the ITM stream port, that required Port 0 to be enabled.
|
||||
- Added missing include of stdio.h (needed by vTraceConsoleChannelPrintF).
|
||||
- Moved standard includes from trcRecorder.h into the .c files needing them.
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
Changes, v4.1.2 -> v4.1.4
|
||||
|
||||
- Fixed a compile error when certain FreeRTOS settings were used
|
||||
- Disabled filter support for FreeRTOS v7.3 since it uses "char" for object id
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
Changes, v4.1.0 -> v4.1.2
|
||||
|
||||
- Added vTraceConsoleChannelPrintF(...)
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
Changes, v4.0.3 -> v4.1.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue