comparison packages/ecos.db @ 78:59d97b6ba612 ecos-sw-2000-03-28

Merge from eCos master repository on 2000-03-28-19:50:47-BST
author jlarmour
date Tue, 28 Mar 2000 20:13:29 +0000
parents 435cced73e2f
children 2085233a121a
comparison
equal deleted inserted replaced
77:abb6bd809e81 78:59d97b6ba612
624 624
625 # -------------------------------------------------------------------------- 625 # --------------------------------------------------------------------------
626 # SH targets 626 # SH targets
627 627
628 target sh7708 { 628 target sh7708 {
629 alias { "Hitachi SH7708 board" edk7708 } 629 alias { "Hitachi EDK/SH7708 board" edk7708 }
630 packages { CYGPKG_HAL_SH CYGPKG_HAL_SH_EDK7708 CYGPKG_IO_SERIAL } 630 packages { CYGPKG_HAL_SH CYGPKG_HAL_SH_EDK7708 CYGPKG_IO_SERIAL }
631 enable { CYGPKG_HAL_SH_7708 }
631 description " 632 description "
632 The sh7708 target provides the packages needed to run 633 The sh7708 target provides the packages needed to run
633 eCos on a Hitachi SH7708 board." 634 eCos on a Hitachi EDK/SH7708 board."
634 } 635 }
635 636
636 # -------------------------------------------------------------------------- 637 # --------------------------------------------------------------------------
637 # i386 targets 638 # i386 targets
638 target linux { 639 target linux {
664 on a Fujitsu MB86800-MA01 board." 665 on a Fujitsu MB86800-MA01 board."
665 } 666 }
666 667
667 target sparclite_sim { 668 target sparclite_sim {
668 alias { "SPARClite simulator" sl_sim sparcl_sim } 669 alias { "SPARClite simulator" sl_sim sparcl_sim }
669 packages { CYGPKG_HAL_SPARCLITE CYGPKG_HAL_SPARCLITE_SIM } 670 packages { CYGPKG_HAL_SPARCLITE CYGPKG_HAL_SPARCLITE_SIM CYGPKG_IO_SERIAL }
670 description " 671 description "
671 The sparclite_sim target provides the packages need to run eCos 672 The sparclite_sim target provides the packages need to run eCos
672 on the SPARClite simulator." 673 on the SPARClite simulator."
673 } 674 }
674 675