Mercurial > ecos
changeset 2311:750c1f65057b
* cdl/uitron.cdl: Add reqirement for UITRON conformant mailbox
implementation to CYGIMP_UITRON_STRICT_CONFORMANCE.
| author | nickg |
|---|---|
| date | Thu, 12 Oct 2006 15:42:19 +0000 |
| parents | 4be03fe7814d |
| children | add057b8af25 |
| files | packages/compat/uitron/current/ChangeLog packages/compat/uitron/current/cdl/uitron.cdl |
| diffstat | 2 files changed, 8 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/compat/uitron/current/ChangeLog +++ b/packages/compat/uitron/current/ChangeLog @@ -1,3 +1,8 @@ +2006-10-12 Nick Garnett <nickg@ecoscentric.com> + + * cdl/uitron.cdl: Add reqirement for UITRON conformant mailbox + implementation to CYGIMP_UITRON_STRICT_CONFORMANCE. + 2005-08-02 Andrew Lunn <andrew.lunn@ascom.ch> * tests/test2.c (task1): Cast to fix compiler warning. @@ -846,6 +851,7 @@ Fri Jul 24 13:02:46 1998 Hugo Tyson <h // ------------------------------------------- // This file is part of eCos, the Embedded Configurable Operating System. // Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc. +// Copyright (C) 2006 eCosCentric Ltd. // // eCos is free software; you can redistribute it and/or modify it under // the terms of the GNU General Public License as published by the Free @@ -869,9 +875,6 @@ Fri Jul 24 13:02:46 1998 Hugo Tyson <h // // This exception does not invalidate any other reasons why a work based on // this file might be covered by the GNU General Public License. -// -// Alternative licenses for eCos may be arranged by contacting Red Hat, Inc. -// at http://sources.redhat.com/ecos/ecos-license/ // ------------------------------------------- //####ECOSGPLCOPYRIGHTEND#### //===========================================================================
--- a/packages/compat/uitron/current/cdl/uitron.cdl +++ b/packages/compat/uitron/current/cdl/uitron.cdl @@ -9,6 +9,7 @@ ## ------------------------------------------- ## This file is part of eCos, the Embedded Configurable Operating System. ## Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc. +## Copyright (C) 2006 eCosCentric Ltd. ## ## eCos is free software; you can redistribute it and/or modify it under ## the terms of the GNU General Public License as published by the Free @@ -32,9 +33,6 @@ ## ## This exception does not invalidate any other reasons why a work based on ## this file might be covered by the GNU General Public License. -## -## Alternative licenses for eCos may be arranged by contacting Red Hat, Inc. -## at http://sources.redhat.com/ecos/ecos-license/ ## ------------------------------------------- #####ECOSGPLCOPYRIGHTEND#### # ==================================================================== @@ -76,6 +74,7 @@ cdl_package CYGPKG_UITRON { requires CYGSEM_KERNEL_SCHED_MLQUEUE requires !CYGSEM_KERNEL_SCHED_TIMESLICE requires CYGFUN_KERNEL_THREADS_TIMER + requires !CYGIMP_MBOX_USE_MBOXT_PLAIN implements CYGINT_UITRON_CONFORMANCE description " Require the rest of the system configuration
