Mercurial > ecos
comparison packages/compat/uitron/current/ChangeLog @ 208:e0c0827131d1 ecos
Merge from eCos master repository on 2002-05-20-20:11:54-BST
| author | jlarmour |
|---|---|
| date | Mon, 20 May 2002 22:19:26 +0000 |
| parents | ac086aa3217e |
| children | d2c90368aeef |
comparison
equal
deleted
inserted
replaced
| 207:74c807ddde34 | 208:e0c0827131d1 |
|---|---|
| 1 2002-02-19 Mark Salter <msalter@redhat.com> | |
| 2 | |
| 3 * doc/uitron.sgml: Fixed typos and such. | |
| 4 | |
| 5 2002-02-14 Hugo Tyson <hmt@redhat.com> | |
| 6 | |
| 7 * doc/uitron.sgml: General polishing... Tidied up broken emPHAsis | |
| 8 on closing parentheses of function lists. Reduced line length of | |
| 9 same to fit real paper, I hope. Added LITERAL tags all over | |
| 10 config option mentions. | |
| 11 | |
| 12 New stuff... Added a whole new section "[u]ITRON Configuration | |
| 13 FAQ" based on some email answers I have given in the past in | |
| 14 support of customers. | |
| 15 | |
| 16 2002-02-13 Hugo Tyson <hmt@redhat.com> | |
| 17 | |
| 18 * doc/uitron.sgml: NEW FILE: Make id tags qualified with | |
| 19 compat-uitron- and add a couple of tags; tidy up formatting of | |
| 20 some function listings; correct comment on using functions in your | |
| 21 own DSRs and ISRs. | |
| 22 | |
| 23 2002-01-24 Jesper Skov <jskov@redhat.com> | |
| 24 | |
| 25 * include/uit_func.inl (ena_int, dis_int): Wrap | |
| 26 HAL_MASK_INTERRUPT/HAL_UNMASK_INTERRUPT in interrupt | |
| 27 disable/restore pairs. | |
| 28 * tests/testintr.cxx (detach_isr, attach_isr): Change order of | |
| 29 mask/unmask and disable/restore. | |
| 30 | |
| 1 2001-04-30 Jonathan Larmour <jlarmour@redhat.com> | 31 2001-04-30 Jonathan Larmour <jlarmour@redhat.com> |
| 2 | 32 |
| 3 * src/uit_objs.cxx: Workaround xscale tools preprocessor bug | 33 * src/uit_objs.cxx: Workaround xscale tools preprocessor bug |
| 4 by avoiding determining the stack size with the preprocessor. | 34 by avoiding determining the stack size with the preprocessor. |
| 5 * cdl/tasks.cdl (CYGDAT_UITRON_TASK_EXTERNS and | 35 * cdl/tasks.cdl (CYGDAT_UITRON_TASK_EXTERNS and |
| 794 | 824 |
| 795 * Changelog: Initial ChangeLog entry. | 825 * Changelog: Initial ChangeLog entry. |
| 796 | 826 |
| 797 | 827 |
| 798 //=========================================================================== | 828 //=========================================================================== |
| 799 //####COPYRIGHTBEGIN#### | 829 //####ECOSGPLCOPYRIGHTBEGIN#### |
| 800 // | 830 // ------------------------------------------- |
| 801 // ------------------------------------------- | 831 // This file is part of eCos, the Embedded Configurable Operating System. |
| 802 // The contents of this file are subject to the Red Hat eCos Public License | 832 // Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc. |
| 803 // Version 1.1 (the "License"); you may not use this file except in | 833 // |
| 804 // compliance with the License. You may obtain a copy of the License at | 834 // eCos is free software; you can redistribute it and/or modify it under |
| 805 // http://www.redhat.com/ | 835 // the terms of the GNU General Public License as published by the Free |
| 806 // | 836 // Software Foundation; either version 2 or (at your option) any later version. |
| 807 // Software distributed under the License is distributed on an "AS IS" | 837 // |
| 808 // basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the | 838 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY |
| 809 // License for the specific language governing rights and limitations under | 839 // WARRANTY; without even the implied warranty of MERCHANTABILITY or |
| 810 // the License. | 840 // FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
| 811 // | 841 // for more details. |
| 812 // The Original Code is eCos - Embedded Configurable Operating System, | 842 // |
| 813 // released September 30, 1998. | 843 // You should have received a copy of the GNU General Public License along |
| 814 // | 844 // with eCos; if not, write to the Free Software Foundation, Inc., |
| 815 // The Initial Developer of the Original Code is Red Hat. | 845 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. |
| 816 // Portions created by Red Hat are | 846 // |
| 817 // Copyright (C) 1998, 1999, 2000 Red Hat, Inc. | 847 // As a special exception, if other files instantiate templates or use macros |
| 818 // All Rights Reserved. | 848 // or inline functions from this file, or you compile this file and link it |
| 819 // ------------------------------------------- | 849 // with other works to produce a work based on this file, this file does not |
| 820 // | 850 // by itself cause the resulting work to be covered by the GNU General Public |
| 821 //####COPYRIGHTEND#### | 851 // License. However the source code for this file must still be made available |
| 852 // in accordance with section (3) of the GNU General Public License. | |
| 853 // | |
| 854 // This exception does not invalidate any other reasons why a work based on | |
| 855 // this file might be covered by the GNU General Public License. | |
| 856 // | |
| 857 // Alternative licenses for eCos may be arranged by contacting Red Hat, Inc. | |
| 858 // at http://sources.redhat.com/ecos/ecos-license | |
| 859 // ------------------------------------------- | |
| 860 //####ECOSGPLCOPYRIGHTEND#### | |
| 822 //=========================================================================== | 861 //=========================================================================== |
