1 |
786 |
skrzyp |
2012-01-05 Ilija Kocho
|
2 |
|
|
|
3 |
|
|
* cdl/kinetis_irq_scheme.cdl
|
4 |
|
|
Centralized IRQ priority scheme.
|
5 |
|
|
|
6 |
|
|
* cdl/hal_cortexm_kinetis.cdl:
|
7 |
|
|
* cdl/kinetis_flexbus.cdl
|
8 |
|
|
* include/var_io_devs.h:
|
9 |
|
|
* include/var_io.h:
|
10 |
|
|
* src/kinetis_clocking.c:
|
11 |
|
|
* src/kinetis_misc.c:
|
12 |
|
|
Add I/O defs for eDMA, DSPI. Add flexbus control.
|
13 |
|
|
CYG_HAL_STARTUP parenthed bt CYG_HAL_STARTUP_ENV.
|
14 |
|
|
Early clock start [Bugzilla 1001450]
|
15 |
|
|
|
16 |
|
|
2011-11-15 Tomas Frydrych
|
17 |
|
|
|
18 |
|
|
* include/var_io_gpio.h:
|
19 |
|
|
Convenience macros for manipulating GPIO pins.
|
20 |
|
|
|
21 |
|
|
2011-10-19 Ilija Kocho
|
22 |
|
|
|
23 |
|
|
* cdl/hal_cortexm_kinetis.cdl:
|
24 |
|
|
* cdl/kinetis_clocking.cdl:
|
25 |
|
|
* src/hal_diag.c:
|
26 |
|
|
* src/kinetis_misc.c:
|
27 |
|
|
* src/kinetis_clocking.c:
|
28 |
|
|
* include/hal_cache.h:
|
29 |
|
|
* include/hal_diag.h:
|
30 |
|
|
* include/plf_stub.h:
|
31 |
|
|
* include/variant.inc:
|
32 |
|
|
* include/var_arch.h:
|
33 |
|
|
* include/var_intr.h:
|
34 |
|
|
* include/var_io.h:
|
35 |
|
|
* include/var_io_devs.h:
|
36 |
|
|
* include/var_io_flexbus.h:
|
37 |
|
|
* include/pkgconf/mlt_kinetis_flash_sram2s_rom.h
|
38 |
|
|
* include/pkgconf/mlt_kinetis_flash_sram2s_rom.ldi
|
39 |
|
|
* include/pkgconf/mlt_kinetis_flash_sram2s_sram.h
|
40 |
|
|
* include/pkgconf/mlt_kinetis_flash_sram2s_sram.ldi
|
41 |
|
|
* include/pkgconf/mlt_kinetis_flash_unisram_rom.h
|
42 |
|
|
* include/pkgconf/mlt_kinetis_flash_unisram_rom.ldi
|
43 |
|
|
* include/pkgconf/mlt_kinetis_flash_unisram_sram.h
|
44 |
|
|
* include/pkgconf/mlt_kinetis_flash_unisram_sram.ldi
|
45 |
|
|
* include/pkgconf/mlt_kinetis_flexnvm_sram2s_rom.h
|
46 |
|
|
* include/pkgconf/mlt_kinetis_flexnvm_sram2s_rom.ldi
|
47 |
|
|
* include/pkgconf/mlt_kinetis_flexnvm_sram2s_sram.h
|
48 |
|
|
* include/pkgconf/mlt_kinetis_flexnvm_sram2s_sram.ldi
|
49 |
|
|
* include/pkgconf/mlt_kinetis_flexnvm_unisram_rom.h
|
50 |
|
|
* include/pkgconf/mlt_kinetis_flexnvm_unisram_rom.ldi
|
51 |
|
|
* include/pkgconf/mlt_kinetis_flexnvm_unisram_sram.h
|
52 |
|
|
* include/pkgconf/mlt_kinetis_flexnvm_unisram_sram.ldi
|
53 |
|
|
New package -- Freescale Kinetis variant HAL.
|
54 |
|
|
|
55 |
|
|
//===========================================================================
|
56 |
|
|
// ####GPLCOPYRIGHTBEGIN####
|
57 |
|
|
// -------------------------------------------
|
58 |
|
|
// This file is part of eCos, the Embedded Configurable Operating System.
|
59 |
|
|
// Copyright (C) 2011 Free Software Foundation, Inc.
|
60 |
|
|
//
|
61 |
|
|
// This program is free software; you can redistribute it and/or modify
|
62 |
|
|
// it under the terms of the GNU General Public License as published by
|
63 |
|
|
// the Free Software Foundation; either version 2 or (at your option) any
|
64 |
|
|
// later version.
|
65 |
|
|
//
|
66 |
|
|
// This program is distributed in the hope that it will be useful, but
|
67 |
|
|
// WITHOUT ANY WARRANTY; without even the implied warranty of
|
68 |
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
69 |
|
|
// General Public License for more details.
|
70 |
|
|
//
|
71 |
|
|
// You should have received a copy of the GNU General Public License
|
72 |
|
|
// along with this program; if not, write to the
|
73 |
|
|
// Free Software Foundation, Inc., 51 Franklin Street,
|
74 |
|
|
// Fifth Floor, Boston, MA 02110-1301, USA.
|
75 |
|
|
// -------------------------------------------
|
76 |
|
|
// ####GPLCOPYRIGHTEND####
|
77 |
|
|
//===========================================================================
|