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