]> git.sur5r.net Git - freertos/blob - FreeRTOS/Demo/CORTEX_EFM32_Gecko_Starter_Kit_Simplicity_Studio/Source/SilLabs_Code/emlib/inc/em_version.h
Add EFM32 Giant Gecko Starter Kit demo - still a work in progress as the low power...
[freertos] / FreeRTOS / Demo / CORTEX_EFM32_Gecko_Starter_Kit_Simplicity_Studio / Source / SilLabs_Code / emlib / inc / em_version.h
1 /***************************************************************************//**\r
2  * @file em_version.h\r
3  * @brief Assign correct part number for include file\r
4  * @version 4.0.0\r
5  *******************************************************************************\r
6  * @section License\r
7  * <b>(C) Copyright 2014 Silicon Labs, http://www.silabs.com</b>\r
8  *******************************************************************************\r
9  *\r
10  * Permission is granted to anyone to use this software for any purpose,\r
11  * including commercial applications, and to alter it and redistribute it\r
12  * freely, subject to the following restrictions:\r
13  *\r
14  * 1. The origin of this software must not be misrepresented; you must not\r
15  *    claim that you wrote the original software.\r
16  * 2. Altered source versions must be plainly marked as such, and must not be\r
17  *    misrepresented as being the original software.\r
18  * 3. This notice may not be removed or altered from any source distribution.\r
19  *\r
20  * DISCLAIMER OF WARRANTY/LIMITATION OF REMEDIES: Silicon Labs has no\r
21  * obligation to support this Software. Silicon Labs is providing the\r
22  * Software "AS IS", with no express or implied warranties of any kind,\r
23  * including, but not limited to, any implied warranties of merchantability\r
24  * or fitness for any particular purpose or warranties against infringement\r
25  * of any proprietary rights of a third party.\r
26  *\r
27  * Silicon Labs will not be liable for any consequential, incidental, or\r
28  * special damages, or any other relief, or for any claim by any third party,\r
29  * arising from your use of this Software.\r
30  *\r
31  ******************************************************************************/\r
32 \r
33 \r
34 #ifndef __SILICON_LABS_EM_VERSION_H_\r
35 #define __SILICON_LABS_EM_VERSION_H_\r
36 \r
37 #include "em_device.h"\r
38 \r
39 #ifdef __cplusplus\r
40 extern "C" {\r
41 #endif\r
42 \r
43 /***************************************************************************//**\r
44  * @addtogroup EM_Library\r
45  * @{\r
46  ******************************************************************************/\r
47 \r
48 /***************************************************************************//**\r
49  * @addtogroup Version\r
50  * @{\r
51  ******************************************************************************/\r
52 \r
53 /** Version number of emlib peripheral API. */\r
54 #define _EMLIB_VERSION 4.0.0\r
55 \r
56 /** Major version of emlib. Bumped when incompatible API changes introduced. */\r
57 #define _EMLIB_VERSION_MAJOR 4\r
58 \r
59 /** Minor version of emlib. Bumped when functionality is added in a backwards-\r
60     compatible manner. */\r
61 #define _EMLIB_VERSION_MINOR 0\r
62 \r
63 /** Patch revision of emlib. Bumped when adding backwards-compatible bug\r
64     fixes.*/\r
65 #define _EMLIB_VERSION_PATCH 0\r
66 \r
67 \r
68 /** Version number of targeted CMSIS package. */\r
69 #define _CMSIS_VERSION 4.2.0\r
70 \r
71 /** Major version of CMSIS. */\r
72 #define _CMSIS_VERSION_MAJOR 4\r
73 \r
74 /** Minor version of CMSIS. */\r
75 #define _CMSIS_VERSION_MINOR 2\r
76 \r
77 /** Patch revision of CMSIS. */\r
78 #define _CMSIS_VERSION_PATCH 0\r
79 \r
80 /** @} (end addtogroup Version) */\r
81 /** @} (end addtogroup EM_Library) */\r
82 \r
83 #ifdef __cplusplus\r
84 }\r
85 #endif\r
86 \r
87 #endif /* __SILICON_LABS_EM_VERSION_H_ */\r