annotate packages/devs/adc/synth/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 defb62be5b44
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2844
defb62be5b44 * cdl/adc_synth.cdl:
nickg
parents: 2842
diff changeset
1 2009-03-05 Simon Kallweit <simon.kallweit@intefo.ch>
defb62be5b44 * cdl/adc_synth.cdl:
nickg
parents: 2842
diff changeset
2
defb62be5b44 * cdl/adc_synth.cdl:
nickg
parents: 2842
diff changeset
3 * cdl/adc_synth.cdl:
defb62be5b44 * cdl/adc_synth.cdl:
nickg
parents: 2842
diff changeset
4 * cdl/adc_synth.c:
defb62be5b44 * cdl/adc_synth.cdl:
nickg
parents: 2842
diff changeset
5 Fixed some typos.
defb62be5b44 * cdl/adc_synth.cdl:
nickg
parents: 2842
diff changeset
6
2842
8fe6d83b6d48 Add STM32 and synthetic target ADC drivers.
nickg
parents:
diff changeset
7 2009-02-27 Simon Kallweit <simon.kallweit@intefo.ch>
8fe6d83b6d48 Add STM32 and synthetic target ADC drivers.
nickg
parents:
diff changeset
8
8fe6d83b6d48 Add STM32 and synthetic target ADC drivers.
nickg
parents:
diff changeset
9 * cdl/adc_synth.cdl
8fe6d83b6d48 Add STM32 and synthetic target ADC drivers.
nickg
parents:
diff changeset
10 * src/adc_synth.c
2844
defb62be5b44 * cdl/adc_synth.cdl:
nickg
parents: 2842
diff changeset
11 Synthetic ADC driver package created.
2842
8fe6d83b6d48 Add STM32 and synthetic target ADC drivers.
nickg
parents:
diff changeset
12
8fe6d83b6d48 Add STM32 and synthetic target ADC drivers.
nickg
parents:
diff changeset
13 //===========================================================================
8fe6d83b6d48 Add STM32 and synthetic target ADC drivers.
nickg
parents:
diff changeset
14 // ####GPLCOPYRIGHTBEGIN####
8fe6d83b6d48 Add STM32 and synthetic target ADC drivers.
nickg
parents:
diff changeset
15 // -------------------------------------------
8fe6d83b6d48 Add STM32 and synthetic target ADC drivers.
nickg
parents:
diff changeset
16 // This file is part of eCos, the Embedded Configurable Operating System.
8fe6d83b6d48 Add STM32 and synthetic target ADC drivers.
nickg
parents:
diff changeset
17 // Copyright (C) 2009 Free Software Foundation, Inc.
8fe6d83b6d48 Add STM32 and synthetic target ADC drivers.
nickg
parents:
diff changeset
18 //
8fe6d83b6d48 Add STM32 and synthetic target ADC drivers.
nickg
parents:
diff changeset
19 // This program is free software; you can redistribute it and/or modify
8fe6d83b6d48 Add STM32 and synthetic target ADC drivers.
nickg
parents:
diff changeset
20 // it under the terms of the GNU General Public License as published by
8fe6d83b6d48 Add STM32 and synthetic target ADC drivers.
nickg
parents:
diff changeset
21 // the Free Software Foundation; either version 2 or (at your option) any
8fe6d83b6d48 Add STM32 and synthetic target ADC drivers.
nickg
parents:
diff changeset
22 // later version.
8fe6d83b6d48 Add STM32 and synthetic target ADC drivers.
nickg
parents:
diff changeset
23 //
8fe6d83b6d48 Add STM32 and synthetic target ADC drivers.
nickg
parents:
diff changeset
24 // This program is distributed in the hope that it will be useful, but
8fe6d83b6d48 Add STM32 and synthetic target ADC drivers.
nickg
parents:
diff changeset
25 // WITHOUT ANY WARRANTY; without even the implied warranty of
8fe6d83b6d48 Add STM32 and synthetic target ADC drivers.
nickg
parents:
diff changeset
26 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
8fe6d83b6d48 Add STM32 and synthetic target ADC drivers.
nickg
parents:
diff changeset
27 // General Public License for more details.
8fe6d83b6d48 Add STM32 and synthetic target ADC drivers.
nickg
parents:
diff changeset
28 //
8fe6d83b6d48 Add STM32 and synthetic target ADC drivers.
nickg
parents:
diff changeset
29 // You should have received a copy of the GNU General Public License
8fe6d83b6d48 Add STM32 and synthetic target ADC drivers.
nickg
parents:
diff changeset
30 // along with this program; if not, write to the
8fe6d83b6d48 Add STM32 and synthetic target ADC drivers.
nickg
parents:
diff changeset
31 // Free Software Foundation, Inc., 51 Franklin Street,
8fe6d83b6d48 Add STM32 and synthetic target ADC drivers.
nickg
parents:
diff changeset
32 // Fifth Floor, Boston, MA 02110-1301, USA.
8fe6d83b6d48 Add STM32 and synthetic target ADC drivers.
nickg
parents:
diff changeset
33 // -------------------------------------------
8fe6d83b6d48 Add STM32 and synthetic target ADC drivers.
nickg
parents:
diff changeset
34 // ####GPLCOPYRIGHTEND####
8fe6d83b6d48 Add STM32 and synthetic target ADC drivers.
nickg
parents:
diff changeset
35 //===========================================================================