-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Chuck Cannon <[email protected]>
- Loading branch information
Showing
58 changed files
with
90,140 additions
and
56 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
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 |
---|---|---|
@@ -0,0 +1,46 @@ | ||
/** | ||
* @file MIMX_SAF_Version.h | ||
* @version 0.4.0 | ||
* | ||
* @brief MIMX_SAF SafetyBase - Defines the software version of the MIMX_SAF. | ||
* @details The software version defined in this module is used as a reference value for | ||
* file version checks within the MIMX_SAF. | ||
* | ||
* @addtogroup SAFETY_BASE_COMPONENT | ||
* @{ | ||
*/ | ||
/*================================================================================================== | ||
* Project : MIMX_SAF | ||
* Platform : CORTEXM | ||
* | ||
* SW Version : 0.4.0 | ||
* Build Version : IMX95_SAF_0_4_0_CD01_20231113 | ||
* | ||
* Copyright 2023 NXP | ||
* Detailed license terms of software usage can be found in the license.txt | ||
* file located in the root folder of this package. | ||
==================================================================================================*/ | ||
|
||
#ifndef MIMX_SAF_VERSION_H | ||
#define MIMX_SAF_VERSION_H | ||
|
||
#ifdef __cplusplus | ||
extern "C"{ | ||
#endif | ||
|
||
|
||
/*================================================================================================== | ||
* MIMX_SAF SOFTWARE VERSION INFORMATION | ||
==================================================================================================*/ | ||
#define MIMX_SAF_SW_MAJOR_VERSION 0 | ||
#define MIMX_SAF_SW_MINOR_VERSION 4 | ||
#define MIMX_SAF_SW_PATCH_VERSION 0 | ||
|
||
|
||
#ifdef __cplusplus | ||
} | ||
#endif | ||
|
||
#endif /*MIMX_SAF_VERSION_H*/ | ||
|
||
/** @} */ |
Oops, something went wrong.