Mercurial > ecos
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 |
| 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 | 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 | |
| 3091 | 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 //=========================================================================== |
