FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/nucleus/rld.c @ 143:afceeeb2cba1
Our nuc-fw is destined to become gsm-fw, so I went ahead and did the big hg mv
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Tue, 12 Nov 2013 05:35:48 +0000 |
parents | nuc-fw/nucleus/rld.c@947b1f473960 |
children |
comparison
equal
deleted
inserted
replaced
142:15d5977390c2 | 143:afceeeb2cba1 |
---|---|
1 /*************************************************************************/ | |
2 /* */ | |
3 /* Copyright Mentor Graphics Corporation 2002 */ | |
4 /* All Rights Reserved. */ | |
5 /* */ | |
6 /* THIS WORK CONTAINS TRADE SECRET AND PROPRIETARY INFORMATION WHICH IS */ | |
7 /* THE PROPERTY OF MENTOR GRAPHICS CORPORATION OR ITS LICENSORS AND IS */ | |
8 /* SUBJECT TO LICENSE TERMS. */ | |
9 /* */ | |
10 /*************************************************************************/ | |
11 | |
12 /*************************************************************************/ | |
13 /* */ | |
14 /* FILE NAME VERSION */ | |
15 /* */ | |
16 /* rld.c Nucleus PLUS\ARM925\Code Composer 1.14.1 */ | |
17 /* */ | |
18 /* COMPONENT */ | |
19 /* */ | |
20 /* RL - Release Information */ | |
21 /* */ | |
22 /* DESCRIPTION */ | |
23 /* */ | |
24 /* This file contains information about this release of Nucleus */ | |
25 /* PLUS. */ | |
26 /* */ | |
27 /* */ | |
28 /* DATA STRUCTURES */ | |
29 /* */ | |
30 /* RLD_Release_String Release information string */ | |
31 /* RLD_Special_String Special Nucleus PLUS string */ | |
32 /* */ | |
33 /* FUNCTIONS */ | |
34 /* */ | |
35 /* None */ | |
36 /* */ | |
37 /* DEPENDENCIES */ | |
38 /* */ | |
39 /* nucleus.h System definitions */ | |
40 /* */ | |
41 /* HISTORY */ | |
42 /* */ | |
43 /* NAME DATE REMARKS */ | |
44 /* */ | |
45 /* B. Ronquillo 08-28-2002 Released version 1.14.1 */ | |
46 /*************************************************************************/ | |
47 #define NU_SOURCE_FILE | |
48 | |
49 #include "nucleus.h" /* System definitions */ | |
50 | |
51 | |
52 /* RLD_Release_String contains a string describing this release of Nucleus | |
53 PLUS. */ | |
54 | |
55 const CHAR RLD_Release_String[] = | |
56 "FreeNucleus RTOS, based on Nucleus PLUS v. 1.14.1 by XVilka"; | |
57 | |
58 | |
59 /* RLD_Special_String contains information about the origins of the Nucleus | |
60 PLUS system. */ | |
61 | |
62 const CHAR RLD_Special_String[] = | |
63 "G,M,D,GB,GL,AG,KL,CR,HR,NH,DL,BH,LP,AP,HA,ME,KC,KH,GF,RG,HS,DS,KY,BC,LC,TD"; | |
64 | |
65 | |
66 | |
67 | |
68 | |
69 | |
70 | |
71 | |
72 | |
73 | |
74 | |
75 | |
76 | |
77 | |
78 | |
79 | |
80 |