ISF
2.2 rev 5
Intelligent Sensing Framework for Kinetis with Processor Expert
Main Page
Modules
Data Structures
Files
File List
Globals
version.h
Go to the documentation of this file.
1
/*
2
*
3
* Copyright 2015, Freescale Semiconductor, Inc.
4
*
5
*/
6
7
/*!
8
* @file version.h
9
* @brief Device and ISF Version information
10
*
11
*/
12
13
#ifndef VERSION_H_
14
#define VERSION_H_
15
16
17
/* Defines for Device Information */
18
#define SYSTEM_DEVICE_ID 0x0000
19
20
/* Defines for ISF Information */
21
#define ISF_LIB_VERSION_MAJOR 2
22
#define ISF_LIB_VERSION_MINOR 2
23
#define ISF_BUILD_YEAR 15
24
#define ISF_BUILD_MONTH 10
25
#define ISF_BUILD_DAY 30
26
#define ISF_BUILD_HOURS 16
27
#define ISF_BUILD_MINUTES 40
28
#define ISF_BUILD_SECONDS 10
29
#define ISF_BUILD_COMMIT_ID_STR "01234567"
30
31
#endif
/* VERSION_H_ */
32
33
34
© Freescale Semiconductor, Inc. 2016. All Rights Reserved.