Updated to Percepio Tracealyzer Recorder v4.4.0 (#330)

* Updated to Tracealyzer Recorder v4.4.0
Added support for FreeRTOS v10.4.1

* Fixed version numbers in USB stream port
This commit is contained in:
Erik Tamlin 2020-10-29 03:43:59 +01:00 committed by GitHub
parent 832a797c69
commit 015536f35d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
29 changed files with 373 additions and 26 deletions

View file

@ -1,5 +1,5 @@
/*******************************************************************************
* Trace Recorder Library for Tracealyzer v4.3.11
* Trace Recorder Library for Tracealyzer v4.4.0
* Percepio AB, www.percepio.com
*
* Terms of Use
@ -73,6 +73,7 @@ extern "C" {
#define TRC_FREERTOS_VERSION_10_3_0 9
#define TRC_FREERTOS_VERSION_10_3_1 TRC_FREERTOS_VERSION_10_3_0
#define TRC_FREERTOS_VERSION_10_4_0 10
#define TRC_FREERTOS_VERSION_10_4_1 TRC_FREERTOS_VERSION_10_4_0
/* Legacy FreeRTOS version codes for backwards compatibility with old trace configurations */
#define TRC_FREERTOS_VERSION_7_3 TRC_FREERTOS_VERSION_7_3_X