source: rtems/bsps/arm/altera-cyclone-v/include/bsp/alt_hwlibs_ver.h @ 9d41fca

5
Last change on this file since 9d41fca was 9d41fca, checked in by Sebastian Huber <sebastian.huber@…>, on 02/27/19 at 10:39:29

bsp/altera-cyclone-v: Adjust Doxygen file groups

Update #3707.

  • Property mode set to 100644
File size: 2.5 KB
Line 
1/**
2 * @file
3 *
4 * @ingroup RTEMSBSPsARMCycVContrib
5 */
6
7/******************************************************************************
8*
9* Copyright 2013 Altera Corporation. All Rights Reserved.
10*
11* Redistribution and use in source and binary forms, with or without
12* modification, are permitted provided that the following conditions are met:
13*
14* 1. Redistributions of source code must retain the above copyright notice,
15* this list of conditions and the following disclaimer.
16*
17* 2. Redistributions in binary form must reproduce the above copyright notice,
18* this list of conditions and the following disclaimer in the documentation
19* and/or other materials provided with the distribution.
20*
21* 3. The name of the author may not be used to endorse or promote products
22* derived from this software without specific prior written permission.
23*
24* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER "AS IS" AND ANY EXPRESS OR
25* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
26* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, ARE DISCLAIMED. IN NO
27* EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
28* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
29* OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
30* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
31* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
32* IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
33* OF SUCH DAMAGE.
34*
35******************************************************************************/
36
37#ifndef __ALT_HWLIBS_VER_H__
38
39/***********************************************************************
40 *
41 * Set of macros to provide version information
42 *
43 ***********************************************************************/
44
45/* This is the major revision of the Altera ACDS Release        */
46#define ALTERA_ACDS_MAJOR_REV           13
47
48/* This is the minor revision of the Altera ACDS Release        */
49#define ALTERA_ACDS_MINOR_REV            1
50
51/* This is an internal HwLibs revision/feature control code.    */
52/* End-users should NOT depend upon the value of this field     */
53#define ALTERA_HWLIBS_REV                0
54
55/* This is a text string containing the current release and service pack IDs */
56#define ALTERA_ACDS_REV_STR             "13.1"
57
58/* This is a text string containing the current SoC EDS ID              */
59#define ALTERA_SOCEDS_REV_STR           "Altera SoC Embedded Design Suite v13.1"
60
61
62#endif   /* __ALT_HWLIBS_VER_H__ */
Note: See TracBrowser for help on using the repository browser.