OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [ucos-ii/] [2.91/] [include/] [includes.h] - Blame information for rev 471

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 471 julius
/*
2
----------------------------------------------------------------------
3
    CHiPES Embedded RTR Systems Copyright (c) Tim Oliver 2002-2004
4
----------------------------------------------------------------------
5
 File   : includes.h
6
 Author : Tim Oliver
7
 Email  : timtimoliver@yahoo.co.uk
8
---------------------------[Description]------------------------------
9
 
10
                Top level include file for MicroC/OS-II
11
                on the OpenRISC Reference Platfrom
12
*/
13
 
14
/*
15
This program is free software; you can redistribute it and/or modify
16
it under the terms of the GNU General Public License as published by
17
the Free Software Foundation; either version 2 of the License, or
18
(at your option) any later version.
19
 
20
This program is distributed in the hope that it will be useful,
21
but WITHOUT ANY WARRANTY; without even the implied warranty of
22
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
23
GNU General Public License for more details.
24
 
25
You should have received a copy of the GNU General Public License
26
along with this program; if not, write to the Free Software
27
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
28
*/
29
 
30
#include "spr-defs.h"
31
#include "board.h"
32
#include "uart.h"
33
 
34
#include "console.h"
35
 
36
#include "cprintf_r.h"
37
 
38
#include <stdarg.h>
39
#include <stddef.h>
40
#include <limits.h>
41
 
42
#ifdef FLOATING_POINT
43
#include <locale.h>
44
#include <math.h>
45
#include "floatio.h"
46
#endif /* FLOATING_POINT */
47
 
48
#include "ctype.h"
49
#include "string.h"
50
 
51
#include "os_cpu.h"
52
#include "os_cfg.h"
53
#include "ucos_ii.h"

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.