This is the mail archive of the ecos-patches@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

CDL IO organisation (parent CYGPKG_IO)


Hi
 
I asked me why the can io and the serial io packages aren't in the "I/O sub-system" folder in the configuration tool!
 
What do you think.........
 
 
regards
Jochen
 
 
--- C:\cygwin\opt\ecos\ecos\packages\io\serial\current\cdl\io_serial.cdl 2006-05-11 16:32:39.000000000 +-0200
+++ C:\cygwin\opt\ecos\ecos-trunk-full\ecos\packages\io\serial\current\cdl\io_serial.cdl 2004-12-03 10:52:28.000000000 +-0200
@@ -48,13 +48,12 @@
 #####DESCRIPTIONEND####
 #
 # ====================================================================
 
 cdl_package CYGPKG_IO_SERIAL {
     display       "Serial device drivers"
+    parent       CYGPKG_IO
     active_if     CYGPKG_IO
     requires      CYGPKG_ERROR
     include_dir   cyg/io
     description   "
         This option enables drivers for basic I/O services on
         serial devices."

--- C:\cygwin\opt\ecos\ecos-trunk-full\ecos\packages\io\can\current\cdl\io_can.cdl 2005-08-25 15:40:36.000000000 +-0200
+++ C:\cygwin\opt\ecos\ecos\packages\io\can\current\cdl\io_can.cdl 2006-05-11 16:31:12.000000000 +-0200
@@ -48,12 +48,13 @@
 #####DESCRIPTIONEND####
 #
 # ====================================================================
 
 cdl_package CYGPKG_IO_CAN {
     display       "CAN device drivers"
+ parent    CYGPKG_IO
     active_if     CYGPKG_IO
     requires      CYGPKG_ERROR
     include_dir   cyg/io
     description   "
         This option enables drivers for basic I/O services on
         CAN devices."


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]