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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [ecos-3.0/] [packages/] [devs/] [touch/] [arm/] [aaed2000/] [current/] [touch_aaed2000.cdl] - Blame information for rev 810

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 786 skrzyp
#==========================================================================
2
#
3
#       touch_aaed2000.cdl
4
#
5
#       eCos configuration data for the Agilent AAED2000 touchscreen
6
#
7
#==========================================================================
8
## ####ECOSGPLCOPYRIGHTBEGIN####
9
## -------------------------------------------
10
## This file is part of eCos, the Embedded Configurable Operating System.
11
## Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
12
##
13
## eCos is free software; you can redistribute it and/or modify it under
14
## the terms of the GNU General Public License as published by the Free
15
## Software Foundation; either version 2 or (at your option) any later
16
## version.
17
##
18
## eCos is distributed in the hope that it will be useful, but WITHOUT
19
## ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
20
## FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
21
## for more details.
22
##
23
## You should have received a copy of the GNU General Public License
24
## along with eCos; if not, write to the Free Software Foundation, Inc.,
25
## 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
26
##
27
## As a special exception, if other files instantiate templates or use
28
## macros or inline functions from this file, or you compile this file
29
## and link it with other works to produce a work based on this file,
30
## this file does not by itself cause the resulting work to be covered by
31
## the GNU General Public License. However the source code for this file
32
## must still be made available in accordance with section (3) of the GNU
33
## General Public License v2.
34
##
35
## This exception does not invalidate any other reasons why a work based
36
## on this file might be covered by the GNU General Public License.
37
## -------------------------------------------
38
## ####ECOSGPLCOPYRIGHTEND####
39
#==========================================================================
40
######DESCRIPTIONBEGIN####
41
#
42
# Author(s):    gthomas
43
# Contributors: gthomas
44
# Date:         2002-03-03
45
# Purpose:
46
# Description:  Touchscreen drivers for Agilent AAED2000
47
#
48
#####DESCRIPTIONEND####
49
#
50
#==========================================================================
51
 
52
cdl_package CYGPKG_DEVS_TOUCH_AAED2000 {
53
    display     "Touch screen driver for aaed2000"
54
    include_dir cyg/io
55
 
56
    active_if   CYGPKG_IO_FILEIO
57
    requires    CYGPKG_IO
58
    requires    CYGFUN_KERNEL_API_C
59
    requires    CYGPKG_HAL_ARM_ARM9_AAED2000
60
    active_if   !CYGSEM_AAED2000_LCD_COMM
61
 
62
    compile       -library=libextras.a aaed2000_ts.c
63
 
64
    description "Touch screen driver for the AAED2000"
65
 
66
    cdl_component CYGPKG_DEVS_TOUCH_AAED2000_OPTIONS {
67
        display "options"
68
        flavor  none
69
        no_define
70
 
71
        cdl_option CYGPKG_DEVS_TOUCH_AAED2000_CFLAGS {
72
            display       "Additional compiler flags"
73
            flavor        data
74
            no_define
75
            default_value { "" }
76
            description "
77
               This option modifies the set of compiler flags for
78
               building the touchscreen driver package. These flags
79
               are used in addition to the set of global flags."
80
        }
81
 
82
        cdl_option CYGDAT_DEVS_TOUCH_AAED2000_NAME {
83
            display "Device name for the touch screen driver"
84
            flavor data
85
            default_value {"\"/dev/ts\""}
86
            description " This option specifies the name of the touch screen device"
87
        }
88
 
89
        cdl_option CYGNUM_DEVS_TOUCH_AAED2000_EVENT_BUFFER_SIZE {
90
            display "Number of events the driver can buffer"
91
            flavor data
92
            default_value { 32 }
93
            description "
94
                This option defines the size of the touchscreen device internal
95
            buffer. The cyg_io_read() function will return as many of these
96
            as there is space for in the buffer passed."
97
        }
98
    }
99
}

powered by: WebSVN 2.1.0

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