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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2958
b4977dbda76c * doc/adc.sgml
sergeig
parents: 2954
diff changeset
1 2010-06-06 ccoutand <ccoutand@stmi.com>
b4977dbda76c * doc/adc.sgml
sergeig
parents: 2954
diff changeset
2 * doc/adc.sgml
b4977dbda76c * doc/adc.sgml
sergeig
parents: 2954
diff changeset
3 Updated documentation, add new ADC data flush and
b4977dbda76c * doc/adc.sgml
sergeig
parents: 2954
diff changeset
4 correct Copy/Paste in enable_io
b4977dbda76c * doc/adc.sgml
sergeig
parents: 2954
diff changeset
5
b4977dbda76c * doc/adc.sgml
sergeig
parents: 2954
diff changeset
6 2010-05-25 ccoutand <ccoutand@stmi.com>
2954
1edd8eb593c9 * src/adc.c:
sergeig
parents: 2842
diff changeset
7 * src/adc.c:
1edd8eb593c9 * src/adc.c:
sergeig
parents: 2842
diff changeset
8 Add new key to ADC driver to flush data buffer:
1edd8eb593c9 * src/adc.c:
sergeig
parents: 2842
diff changeset
9 CYG_IO_SET_CONFIG_ADC_DATA_FLUSH
1edd8eb593c9 * src/adc.c:
sergeig
parents: 2842
diff changeset
10
2842
8fe6d83b6d48 Add STM32 and synthetic target ADC drivers.
nickg
parents: 2729
diff changeset
11 2009-03-02 Simon Kallweit <simon.kallweit@intefo.ch>
8fe6d83b6d48 Add STM32 and synthetic target ADC drivers.
nickg
parents: 2729
diff changeset
12
8fe6d83b6d48 Add STM32 and synthetic target ADC drivers.
nickg
parents: 2729
diff changeset
13 * cdl/io_adc.cdl:
8fe6d83b6d48 Add STM32 and synthetic target ADC drivers.
nickg
parents: 2729
diff changeset
14 * tests/adc1.c:
8fe6d83b6d48 Add STM32 and synthetic target ADC drivers.
nickg
parents: 2729
diff changeset
15 * tests/adc2.c:
8fe6d83b6d48 Add STM32 and synthetic target ADC drivers.
nickg
parents: 2729
diff changeset
16 Added generic ADC device driver tests.
8fe6d83b6d48 Add STM32 and synthetic target ADC drivers.
nickg
parents: 2729
diff changeset
17
2708
d0b26e6a41e4 * devs/eth/phy/current/cdl/phy_eth_drivers.cdl,
jld
parents: 2512
diff changeset
18 2008-12-30 John Dallaway <john@dallaway.org.uk>
d0b26e6a41e4 * devs/eth/phy/current/cdl/phy_eth_drivers.cdl,
jld
parents: 2512
diff changeset
19
d0b26e6a41e4 * devs/eth/phy/current/cdl/phy_eth_drivers.cdl,
jld
parents: 2512
diff changeset
20 * cdl/io_adc.cdl: Reference per-package documentation.
d0b26e6a41e4 * devs/eth/phy/current/cdl/phy_eth_drivers.cdl,
jld
parents: 2512
diff changeset
21
2512
be7755f32fd0 Add Generic ADC support. See Changelogs for details.
nickg
parents:
diff changeset
22 2008-08-08 Nick Garnett <nickg@ecoscentric.com>
be7755f32fd0 Add Generic ADC support. See Changelogs for details.
nickg
parents:
diff changeset
23
be7755f32fd0 Add Generic ADC support. See Changelogs for details.
nickg
parents:
diff changeset
24 * cdl/io_adc.cdl:
be7755f32fd0 Add Generic ADC support. See Changelogs for details.
nickg
parents:
diff changeset
25 * doc/adc.sgml:
be7755f32fd0 Add Generic ADC support. See Changelogs for details.
nickg
parents:
diff changeset
26 * include/adc.h:
be7755f32fd0 Add Generic ADC support. See Changelogs for details.
nickg
parents:
diff changeset
27 * src/adc.c:
be7755f32fd0 Add Generic ADC support. See Changelogs for details.
nickg
parents:
diff changeset
28 New package -- ADC generic driver support.
be7755f32fd0 Add Generic ADC support. See Changelogs for details.
nickg
parents:
diff changeset
29
be7755f32fd0 Add Generic ADC support. See Changelogs for details.
nickg
parents:
diff changeset
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
be7755f32fd0 Add Generic ADC support. See Changelogs for details.
nickg
parents:
diff changeset
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
be7755f32fd0 Add Generic ADC support. See Changelogs for details.
nickg
parents:
diff changeset
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
be7755f32fd0 Add Generic ADC support. See Changelogs for details.
nickg
parents:
diff changeset
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
be7755f32fd0 Add Generic ADC support. See Changelogs for details.
nickg
parents:
diff changeset
52 ##==========================================================================