annotate packages/hal/misc/freescale/edma/current/ChangeLog @ 3206:1f3f5c905da8

Enhanced endianness support for devices with big and little endian, added support for MPC5xxx in addition to Kinetis
author vae
date Fri, 22 Feb 2013 19:38:45 +0000
parents 28a7b8d2b8fe
children 1bdcb5fe31d1
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3206
1f3f5c905da8 Enhanced endianness support for devices with big and little endian, added support for MPC5xxx in addition to Kinetis
vae
parents: 3203
diff changeset
1 2013-02-06 Stefan Singer <stefan.singer@freescale.com>
1f3f5c905da8 Enhanced endianness support for devices with big and little endian, added support for MPC5xxx in addition to Kinetis
vae
parents: 3203
diff changeset
2 + Ilija Kocho <ilijak@siva.com.mk>
1f3f5c905da8 Enhanced endianness support for devices with big and little endian, added support for MPC5xxx in addition to Kinetis
vae
parents: 3203
diff changeset
3
1f3f5c905da8 Enhanced endianness support for devices with big and little endian, added support for MPC5xxx in addition to Kinetis
vae
parents: 3203
diff changeset
4 * enhanced endianness support for devices with big and little endian
1f3f5c905da8 Enhanced endianness support for devices with big and little endian, added support for MPC5xxx in addition to Kinetis
vae
parents: 3203
diff changeset
5 * added support for MPC5xxx in addition to Kinetis
1f3f5c905da8 Enhanced endianness support for devices with big and little endian, added support for MPC5xxx in addition to Kinetis
vae
parents: 3203
diff changeset
6 (see Bugzilla 1001752).
1f3f5c905da8 Enhanced endianness support for devices with big and little endian, added support for MPC5xxx in addition to Kinetis
vae
parents: 3203
diff changeset
7
3168
2a048cafed94 Add support for 32 channel eDMA [Bugzilla 1001579]
vae
parents: 3091
diff changeset
8 2012-05-04 Ilija Kocho <ilijak@siva.com.mk>
2a048cafed94 Add support for 32 channel eDMA [Bugzilla 1001579]
vae
parents: 3091
diff changeset
9
2a048cafed94 Add support for 32 channel eDMA [Bugzilla 1001579]
vae
parents: 3091
diff changeset
10 * cdl/hal_freescale_edma.cdl
2a048cafed94 Add support for 32 channel eDMA [Bugzilla 1001579]
vae
parents: 3091
diff changeset
11 * include/freescale_edma.h
2a048cafed94 Add support for 32 channel eDMA [Bugzilla 1001579]
vae
parents: 3091
diff changeset
12 * src/hal/freescale_edma.c
2a048cafed94 Add support for 32 channel eDMA [Bugzilla 1001579]
vae
parents: 3091
diff changeset
13 Add support for 32 channel eDMA [Bugzilla 1001579]
2a048cafed94 Add support for 32 channel eDMA [Bugzilla 1001579]
vae
parents: 3091
diff changeset
14
3091
48bcbd47e3f4 * cdl/hal_freescale_edma.cdl
vae
parents:
diff changeset
15 2012-01-06 Ilija Kocho <ilijak@siva.com.mk>
48bcbd47e3f4 * cdl/hal_freescale_edma.cdl
vae
parents:
diff changeset
16
48bcbd47e3f4 * cdl/hal_freescale_edma.cdl
vae
parents:
diff changeset
17 * cdl/hal_freescale_edma.cdl
48bcbd47e3f4 * cdl/hal_freescale_edma.cdl
vae
parents:
diff changeset
18 * include/freescale_edma.h
48bcbd47e3f4 * cdl/hal_freescale_edma.cdl
vae
parents:
diff changeset
19 * src/hal/freescale_edma.c
48bcbd47e3f4 * cdl/hal_freescale_edma.cdl
vae
parents:
diff changeset
20 New package -- Freescale eDMA DMA controller support [Bugzilla 1001450]
48bcbd47e3f4 * cdl/hal_freescale_edma.cdl
vae
parents:
diff changeset
21
48bcbd47e3f4 * cdl/hal_freescale_edma.cdl
vae
parents:
diff changeset
22 //===========================================================================
48bcbd47e3f4 * cdl/hal_freescale_edma.cdl
vae
parents:
diff changeset
23 // ####GPLCOPYRIGHTBEGIN####
48bcbd47e3f4 * cdl/hal_freescale_edma.cdl
vae
parents:
diff changeset
24 // -------------------------------------------
48bcbd47e3f4 * cdl/hal_freescale_edma.cdl
vae
parents:
diff changeset
25 // This file is part of eCos, the Embedded Configurable Operating System.
48bcbd47e3f4 * cdl/hal_freescale_edma.cdl
vae
parents:
diff changeset
26 // Copyright (C) 2012 Free Software Foundation, Inc.
48bcbd47e3f4 * cdl/hal_freescale_edma.cdl
vae
parents:
diff changeset
27 //
48bcbd47e3f4 * cdl/hal_freescale_edma.cdl
vae
parents:
diff changeset
28 // This program is free software; you can redistribute it and/or modify
48bcbd47e3f4 * cdl/hal_freescale_edma.cdl
vae
parents:
diff changeset
29 // it under the terms of the GNU General Public License as published by
48bcbd47e3f4 * cdl/hal_freescale_edma.cdl
vae
parents:
diff changeset
30 // the Free Software Foundation; either version 2 or (at your option) any
48bcbd47e3f4 * cdl/hal_freescale_edma.cdl
vae
parents:
diff changeset
31 // later version.
48bcbd47e3f4 * cdl/hal_freescale_edma.cdl
vae
parents:
diff changeset
32 //
48bcbd47e3f4 * cdl/hal_freescale_edma.cdl
vae
parents:
diff changeset
33 // This program is distributed in the hope that it will be useful, but
48bcbd47e3f4 * cdl/hal_freescale_edma.cdl
vae
parents:
diff changeset
34 // WITHOUT ANY WARRANTY; without even the implied warranty of
48bcbd47e3f4 * cdl/hal_freescale_edma.cdl
vae
parents:
diff changeset
35 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
48bcbd47e3f4 * cdl/hal_freescale_edma.cdl
vae
parents:
diff changeset
36 // General Public License for more details.
48bcbd47e3f4 * cdl/hal_freescale_edma.cdl
vae
parents:
diff changeset
37 //
48bcbd47e3f4 * cdl/hal_freescale_edma.cdl
vae
parents:
diff changeset
38 // You should have received a copy of the GNU General Public License
48bcbd47e3f4 * cdl/hal_freescale_edma.cdl
vae
parents:
diff changeset
39 // along with this program; if not, write to the
48bcbd47e3f4 * cdl/hal_freescale_edma.cdl
vae
parents:
diff changeset
40 // Free Software Foundation, Inc., 51 Franklin Street,
48bcbd47e3f4 * cdl/hal_freescale_edma.cdl
vae
parents:
diff changeset
41 // Fifth Floor, Boston, MA 02110-1301, USA.
48bcbd47e3f4 * cdl/hal_freescale_edma.cdl
vae
parents:
diff changeset
42 // -------------------------------------------
48bcbd47e3f4 * cdl/hal_freescale_edma.cdl
vae
parents:
diff changeset
43 // ####GPLCOPYRIGHTEND####
48bcbd47e3f4 * cdl/hal_freescale_edma.cdl
vae
parents:
diff changeset
44 //===========================================================================