Mercurial > ecos
view packages/hal/cortexm/kinetis/var/current/ChangeLog @ 3169:d739dc63d0e7
Add: Clocking support for PLL1 (K70), DDRAM controller Cache, eDMA - 32 chan. [Bugzilla 1001579
| author | vae |
|---|---|
| date | Wed, 09 May 2012 22:14:17 +0000 |
| parents | 25656c49d55e |
| children | 7e86d66e57e3 |
line wrap: on
line source
2012-05-04 Ilija Kocho <ilijak@siva.com.mk> * cdl/hal_cortexm_kinetis.cdl: * src/kinetis_clocking.cdl: * src/kinetis_clocking.c: * include/hal_cache.h * include/var_io_lmem.h: * include/var_io_ddrmc.h: * include/var_io_devs.h: * include/var_io.h: * src/kinetis_ddram.c: * src/kinetis_misc.c: Add: Clocking support for PLL1 (K70), DDRAM controller Cache, eDMA - 32 chan. [Bugzilla 1001579] 2012-01-11 Tomas Frydrych <tomas@sleepfive.com> * include/var_io.h: Allow for overriding of CYGHWR_HAL_KINETIS_SIM_SCGC?_ALL_M mask from platform definitions. * include/var_io_devs.h: Define base pointer for SLCD controller 2012-01-05 Ilija Kocho <ilijak@siva.com.mk> * cdl/kinetis_irq_scheme.cdl Centralized IRQ priority scheme. * cdl/hal_cortexm_kinetis.cdl: * cdl/kinetis_flexbus.cdl * include/var_io_devs.h: * include/var_io.h: * src/kinetis_clocking.c: * src/kinetis_misc.c: Add I/O defs for eDMA, DSPI. Add flexbus control. CYG_HAL_STARTUP parenthed bt CYG_HAL_STARTUP_ENV. Early clock start [Bugzilla 1001450] 2011-11-15 Tomas Frydrych <tomas@sleepfive.com> * include/var_io_gpio.h: Convenience macros for manipulating GPIO pins. 2011-10-19 Ilija Kocho <ilijak@siva.com.mk> * cdl/hal_cortexm_kinetis.cdl: * cdl/kinetis_clocking.cdl: * src/hal_diag.c: * src/kinetis_misc.c: * src/kinetis_clocking.c: * include/hal_cache.h: * include/hal_diag.h: * include/plf_stub.h: * include/variant.inc: * include/var_arch.h: * include/var_intr.h: * include/var_io.h: * include/var_io_devs.h: * include/var_io_flexbus.h: * include/pkgconf/mlt_kinetis_flash_sram2s_rom.h * include/pkgconf/mlt_kinetis_flash_sram2s_rom.ldi * include/pkgconf/mlt_kinetis_flash_sram2s_sram.h * include/pkgconf/mlt_kinetis_flash_sram2s_sram.ldi * include/pkgconf/mlt_kinetis_flash_unisram_rom.h * include/pkgconf/mlt_kinetis_flash_unisram_rom.ldi * include/pkgconf/mlt_kinetis_flash_unisram_sram.h * include/pkgconf/mlt_kinetis_flash_unisram_sram.ldi * include/pkgconf/mlt_kinetis_flexnvm_sram2s_rom.h * include/pkgconf/mlt_kinetis_flexnvm_sram2s_rom.ldi * include/pkgconf/mlt_kinetis_flexnvm_sram2s_sram.h * include/pkgconf/mlt_kinetis_flexnvm_sram2s_sram.ldi * include/pkgconf/mlt_kinetis_flexnvm_unisram_rom.h * include/pkgconf/mlt_kinetis_flexnvm_unisram_rom.ldi * include/pkgconf/mlt_kinetis_flexnvm_unisram_sram.h * include/pkgconf/mlt_kinetis_flexnvm_unisram_sram.ldi New package -- Freescale Kinetis variant HAL. //=========================================================================== // ####GPLCOPYRIGHTBEGIN#### // ------------------------------------------- // This file is part of eCos, the Embedded Configurable Operating System. // Copyright (C) 2011 Free Software Foundation, Inc. // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 or (at your option) any // later version. // // This program is distributed in the hope that it will be useful, but // WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU // General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the // Free Software Foundation, Inc., 51 Franklin Street, // Fifth Floor, Boston, MA 02110-1301, USA. // ------------------------------------------- // ####GPLCOPYRIGHTEND#### //===========================================================================
