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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [ecos-3.0/] [packages/] [hal/] [cortexm/] [a2fxxx/] [var/] [current/] [include/] [plf_stub.h] - Blame information for rev 786

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 786 skrzyp
#ifndef CYGONCE_HAL_PLF_STUB_H
2
#define CYGONCE_HAL_PLF_STUB_H
3
 
4
//=============================================================================
5
//
6
//      plf_stub.h
7
//
8
//      Platform header for GDB stub support.
9
//
10
//=============================================================================
11
// ####ECOSGPLCOPYRIGHTBEGIN####                                            
12
// -------------------------------------------                              
13
// This file is part of eCos, the Embedded Configurable Operating System.   
14
// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004, 2005, 2006, 2008
15
// Free Software Foundation, Inc.
16
//
17
// eCos is free software; you can redistribute it and/or modify it under    
18
// the terms of the GNU General Public License as published by the Free     
19
// Software Foundation; either version 2 or (at your option) any later      
20
// version.                                                                 
21
//
22
// eCos is distributed in the hope that it will be useful, but WITHOUT      
23
// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or    
24
// FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License    
25
// for more details.                                                        
26
//
27
// You should have received a copy of the GNU General Public License        
28
// along with eCos; if not, write to the Free Software Foundation, Inc.,    
29
// 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.            
30
//
31
// As a special exception, if other files instantiate templates or use      
32
// macros or inline functions from this file, or you compile this file      
33
// and link it with other works to produce a work based on this file,       
34
// this file does not by itself cause the resulting work to be covered by   
35
// the GNU General Public License. However the source code for this file    
36
// must still be made available in accordance with section (3) of the GNU   
37
// General Public License v2.                                               
38
//
39
// This exception does not invalidate any other reasons why a work based    
40
// on this file might be covered by the GNU General Public License.         
41
// -------------------------------------------                              
42
// ####ECOSGPLCOPYRIGHTEND####                                              
43
//=============================================================================
44
//#####DESCRIPTIONBEGIN####
45
//
46
// Author(s):   nickg
47
// Contributors:jskov, gthomas, jlarmour
48
// Date:        2008-07-30
49
// Purpose:     Platform HAL stub support for STM32 variant boards.
50
// Usage:       #include <cyg/hal/plf_stub.h>
51
//              
52
//####DESCRIPTIONEND####
53
//
54
//=============================================================================
55
 
56
#include <pkgconf/hal.h>
57
#include CYGBLD_HAL_PLATFORM_H
58
 
59
#ifdef CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
60
 
61
#include <cyg/infra/cyg_type.h>         // CYG_UNUSED_PARAM
62
 
63
#include <cyg/hal/cortexm_stub.h>           // architecture stub support
64
 
65
#include <cyg/hal/hal_io.h>
66
 
67
//----------------------------------------------------------------------------
68
// Define some platform specific communication details. This is mostly
69
// handled by hal_if now, but we need to make sure the comms tables are
70
// properly initialized.
71
 
72
__externC void cyg_hal_plf_comms_init(void);
73
 
74
#define HAL_STUB_PLATFORM_INIT_SERIAL()       cyg_hal_plf_comms_init()
75
 
76
#define HAL_STUB_PLATFORM_SET_BAUD_RATE(baud) CYG_UNUSED_PARAM(int, (baud))
77
#define HAL_STUB_PLATFORM_INTERRUPTIBLE       0
78
#define HAL_STUB_PLATFORM_INIT_BREAK_IRQ()    CYG_EMPTY_STATEMENT
79
 
80
//----------------------------------------------------------------------------
81
// Stub initializer.
82
 
83
#define HAL_STUB_PLATFORM_INIT()              CYG_EMPTY_STATEMENT
84
 
85
#endif // ifdef CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS
86
 
87
//-----------------------------------------------------------------------------
88
#endif // CYGONCE_HAL_PLF_STUB_H
89
// End of plf_stub.h

powered by: WebSVN 2.1.0

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