Mercurial > ecos
changeset 3012:6f3a55d82b7f
* ecos.db: Remove non-hardware package CYGPKG_IO_ADC from the ek-lm3s811
target definition and eliminate leading space in alias string for
correct sorting of targets by name.
| author | jld |
|---|---|
| date | Fri, 18 Feb 2011 15:20:59 +0000 |
| parents | 36c17db474c0 |
| children | 286a2ab55044 |
| files | packages/ChangeLog packages/ecos.db |
| diffstat | 2 files changed, 10 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/ChangeLog +++ b/packages/ChangeLog @@ -1,3 +1,9 @@ +2011-02-18 John Dallaway <john@dallaway.org.uk> + + * ecos.db: Remove non-hardware package CYGPKG_IO_ADC from the + ek-lm3s811 target definition and eliminate leading space in alias + string for correct sorting of targets by name. + 2011-02-09 Christophe Coutand <ccoutand@stmi.com> * NEWS, ecos.db: Add Stellaris Cortex M3 variant HAL, support for @@ -2794,7 +2800,7 @@ 1998-07-23 Bart Veer <bartv@cygnus.co. // ####GPLCOPYRIGHTBEGIN#### // ------------------------------------------- // This file is part of eCos, the Embedded Configurable Operating System. -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2009 Free Software Foundation, Inc. +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2009, 2010, 2011 Free Software Foundation, Inc. // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by
--- a/packages/ecos.db +++ b/packages/ecos.db @@ -10,7 +10,7 @@ ## ####ECOSGPLCOPYRIGHTBEGIN#### ## ------------------------------------------- ## This file is part of eCos, the Embedded Configurable Operating System. -## Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004, 2005, 2008, 2009, 2010 Free Software Foundation, Inc. +## Copyright (C) 1998, 1999, 2000, 2001, 2002, 2004, 2005, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ## ## 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 @@ -6994,7 +6994,7 @@ target stm3210e_eval { } target ek-lm3s811 { - alias { " Stellaris EK-LM3S811 board" ek-lm3s811 } + alias { "Stellaris EK-LM3S811 board" } packages { CYGPKG_HAL_CORTEXM CYGPKG_HAL_CORTEXM_LM3S CYGPKG_HAL_CORTEXM_LM3S8XX @@ -7002,10 +7002,9 @@ target ek-lm3s811 { CYGPKG_DEVS_I2C_CORTEXM_LM3S CYGPKG_DEVS_ADC_CORTEXM_LM3S CYGPKG_IO_I2C - CYGPKG_IO_ADC } description " - EK-LM3S811 target provides the packages needed to run eCos + The ek-lm3s811 target provides the packages needed to run eCos on the Stellaris EK-LM3S811 board from Luminary Micro." }
