-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e9c6f29
commit 0529923
Showing
6 changed files
with
23 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,8 +23,8 @@ | |
* <[email protected]> | ||
============================================================================*/ | ||
/*! | ||
* @date Last updated on: 2022-08-22 | ||
* @version Last updated for version: 7.1.0 | ||
* @date Last updated on: 2022-08-29 | ||
* @version Last updated for version: 7.1.1 | ||
* | ||
* @file | ||
* @brief Host API | ||
|
@@ -33,7 +33,7 @@ | |
#ifndef QSPY_H | ||
#define QSPY_H | ||
|
||
#define QSPY_VER "7.1.0" | ||
#define QSPY_VER "7.1.1" | ||
|
||
#ifdef __cplusplus | ||
extern "C" { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,8 +23,8 @@ | |
* <[email protected]> | ||
============================================================================*/ | ||
/*! | ||
* @date Last updated on: 2022-08-22 | ||
* @version Last updated for version: 7.1.0 | ||
* @date Last updated on: 2022-08-29 | ||
* @version Last updated for version: 7.1.1 | ||
* | ||
* @file | ||
* @brief QSPY host utility: main parser | ||
|
@@ -282,6 +282,10 @@ void QSPY_config(QSpyConfig const *config, | |
l_userRec = ((QSPY_conf.version < 660U) ? OLD_QS_USER : QS_USER); | ||
} | ||
/*..........................................................................*/ | ||
void QSPY_cleanup(void) { | ||
QSPY_configMatFile((void*)0); | ||
} | ||
/*..........................................................................*/ | ||
void QSPY_configTxReset(QSPY_resetFun txResetFun) { | ||
l_txResetFun = txResetFun; | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters