Mercurial > ecos
annotate packages/io/adc/current/ChangeLog @ 3292:7f8e529b4d82 default tip
Fix FREESCALE_EDMA_NBYTES_MLOFFYES_MLOFF() so it works with negative offsets.
| author | vae |
|---|---|
| date | Wed, 29 Apr 2015 23:31:48 +0000 |
| parents | b4977dbda76c |
| children |
| rev | line source |
|---|---|
| 2958 | 1 2010-06-06 ccoutand <ccoutand@stmi.com> |
| 2 * doc/adc.sgml | |
| 3 Updated documentation, add new ADC data flush and | |
| 4 correct Copy/Paste in enable_io | |
| 5 | |
| 6 2010-05-25 ccoutand <ccoutand@stmi.com> | |
| 2954 | 7 * src/adc.c: |
| 8 Add new key to ADC driver to flush data buffer: | |
| 9 CYG_IO_SET_CONFIG_ADC_DATA_FLUSH | |
| 10 | |
| 2842 | 11 2009-03-02 Simon Kallweit <simon.kallweit@intefo.ch> |
| 12 | |
| 13 * cdl/io_adc.cdl: | |
| 14 * tests/adc1.c: | |
| 15 * tests/adc2.c: | |
| 16 Added generic ADC device driver tests. | |
| 17 | |
| 2708 | 18 2008-12-30 John Dallaway <john@dallaway.org.uk> |
| 19 | |
| 20 * cdl/io_adc.cdl: Reference per-package documentation. | |
| 21 | |
| 2512 | 22 2008-08-08 Nick Garnett <nickg@ecoscentric.com> |
| 23 | |
| 24 * cdl/io_adc.cdl: | |
| 25 * doc/adc.sgml: | |
| 26 * include/adc.h: | |
| 27 * src/adc.c: | |
| 28 New package -- ADC generic driver support. | |
| 29 | |
| 30 ##========================================================================== | |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2708
diff
changeset
|
31 // ####GPLCOPYRIGHTBEGIN#### |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2708
diff
changeset
|
32 // ------------------------------------------- |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2708
diff
changeset
|
33 // This file is part of eCos, the Embedded Configurable Operating System. |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2708
diff
changeset
|
34 // Copyright (C) 2008 Free Software Foundation, Inc. |
| 2512 | 35 // |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2708
diff
changeset
|
36 // This program is free software; you can redistribute it and/or modify |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2708
diff
changeset
|
37 // it under the terms of the GNU General Public License as published by |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2708
diff
changeset
|
38 // the Free Software Foundation; either version 2 or (at your option) any |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2708
diff
changeset
|
39 // later version. |
| 2512 | 40 // |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2708
diff
changeset
|
41 // This program is distributed in the hope that it will be useful, but |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2708
diff
changeset
|
42 // WITHOUT ANY WARRANTY; without even the implied warranty of |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2708
diff
changeset
|
43 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2708
diff
changeset
|
44 // General Public License for more details. |
| 2512 | 45 // |
|
2729
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2708
diff
changeset
|
46 // You should have received a copy of the GNU General Public License |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2708
diff
changeset
|
47 // along with this program; if not, write to the |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2708
diff
changeset
|
48 // Free Software Foundation, Inc., 51 Franklin Street, |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2708
diff
changeset
|
49 // Fifth Floor, Boston, MA 02110-1301, USA. |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2708
diff
changeset
|
50 // ------------------------------------------- |
|
74dbf4c3f2e1
Update all copyright banners to reflect FSF ownership; fix and improve licence text.
jlarmour
parents:
2708
diff
changeset
|
51 // ####GPLCOPYRIGHTEND#### |
| 2512 | 52 ##========================================================================== |
