Mercurial > ecos
view packages/hal/cortexm/kinetis/var/current/ChangeLog @ 3180:9b3d0f81044b
* twr_k40x256/current/cdl/hal_cortexm_kinetis_twr_k40x256.cdl,
twr_k60n512/current/cdl/hal_cortexm_kinetis_twr_k60n512.cdl,
twr_k70f120m/current/cdl/hal_cortexm_kinetis_twr_k70f120m.cdl,
var/current/cdl/hal_cortexm_kinetis.cdl:
Reference per-package documentation.
* var/current/doc/kinetis.sgml: Close <para> and <refsect2> blocks.
| author | jld |
|---|---|
| date | Sat, 19 May 2012 10:36:22 +0000 |
| parents | 58eda6fed5a5 |
| children | bded287767e9 |
line wrap: on
line source
2012-05-19 John Dallaway <john@dallaway.org.uk> * doc/kinetis.sgml: Close <para> and <refsect2> blocks. * cdl/hal_cortexm_kinetis.cdl: Reference per-package documentation. 2012-05-18 Ilija Kocho <ilijak@siva.com.mk> * doc/kinetis_begin.sgml: * doc/kinetis_end.sgml: * doc/kinetis.sgml: New files -- Kinetis variant documentation. [Bug 1001580] 2012-05-17 Ilija Kocho <ilijak@siva.com.mk> * cdl/hal_cortexm_kinetis.cdl: Bug fix: Do not refer external memory if Platform startup is not selected. [ Bugzilla 1001590 ] 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, 2012 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#### //===========================================================================
