-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New package -- Freescale TWR-K70F120M board. [Bugzilla 1001579]
- Loading branch information
vae
committed
May 9, 2012
1 parent
d929953
commit f74c6ea
Showing
14 changed files
with
1,352 additions
and
0 deletions.
There are no files selected for viewing
40 changes: 40 additions & 0 deletions
40
packages/hal/cortexm/kinetis/twr_k70f120m/current/ChangeLog
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
2012-02-25 Ilija Kocho <[email protected]> | ||
|
||
* cdl/hal_cortexm_kinetis_twr_k70f120m.cdl: | ||
* include/plf_arch.h: | ||
* include/plf_intr.h: | ||
* include/plf_io.h: | ||
* pkgconf/mlt_kinetis_flash_sram2s_extram_ram.h: | ||
* pkgconf/mlt_kinetis_flash_sram2s_extram_ram.ldi: | ||
* pkgconf/mlt_kinetis_flash_sram2s_extram_rom.h: | ||
* pkgconf/mlt_kinetis_flash_sram2s_extram_rom.ldi: | ||
* pkgconf/mlt_kinetis_flash_unisram_extram_ram.h: | ||
* pkgconf/mlt_kinetis_flash_unisram_extram_ram.ldi: | ||
* pkgconf/mlt_kinetis_flash_unisram_extram_rom.h: | ||
* pkgconf/mlt_kinetis_flash_unisram_extram_rom.ldi: | ||
* src/twr_k70f120m_misc.c: | ||
New package -- Freescale TWR-K70F120M board. [Bugzilla 1001579] | ||
|
||
//=========================================================================== | ||
// ####GPLCOPYRIGHTBEGIN#### | ||
// ------------------------------------------- | ||
// This file is part of eCos, the Embedded Configurable Operating System. | ||
// Copyright (C) 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#### | ||
//=========================================================================== |
Oops, something went wrong.