Skip to content

Commit

Permalink
Add TWR-K70F120M bsp and target.
Browse files Browse the repository at this point in the history
  • Loading branch information
vae committed May 9, 2012
1 parent f74c6ea commit 8e76b65
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2012-02-22 Ilija Kocho <[email protected]>

* ecos.db: Add TWR-K70F120M bsp and target.

2012-05-04 Ilija Stanislevik <[email protected]>

* ecos.db: Add Microchip ENC424J600 / ENC624J600 ethernet controller
Expand Down
30 changes: 30 additions & 0 deletions packages/ecos.db
Original file line number Diff line number Diff line change
Expand Up @@ -7290,6 +7290,16 @@ package CYGPKG_HAL_CORTEXM_KINETIS_KWIKSTIK {
eCos on the Freescale KwikStik development board."
}

package CYGPKG_HAL_CORTEXM_KINETIS_TWR_K70F120M {
alias { "Freescale TWR-K70F120M HAL" hal_cortexm_twr_k70f120m }
directory hal/cortexm/kinetis/twr_k70f120m
script hal_cortexm_kinetis_twr_k70f120m.cdl
hardware
description "
The TWR-K70F120M HAL package provides the support needed to run
eCos on the Freescale Tower development system."
}

target freescale_twr_k60n512 {
alias { "Freescale Kinetis TWR-K60N512" twr_k60n512 }
packages { CYGPKG_HAL_CORTEXM
Expand Down Expand Up @@ -7366,6 +7376,26 @@ target freescale_twr_k60n512_fxm {
equipped with TWR-FXM external memory module."
}

target freescale_twr_k70f120m {
alias { "Freescale Kinetis TWR-K70F120M" twr_k70f120m }
packages { CYGPKG_HAL_CORTEXM
CYGPKG_HAL_CORTEXM_KINETIS
CYGPKG_HAL_CORTEXM_KINETIS_TWR_K70F120M
CYGPKG_HAL_FREESCALE_EDMA
CYGPKG_IO_SERIAL_FREESCALE_UART_HDR
CYGPKG_IO_SERIAL_FREESCALE_UART
CYGPKG_DEVICES_WALLCLOCK_KINETIS_RTC
CYGPKG_DEVS_ETH_PHY
CYGPKG_DEVS_ETH_FREESCALE_ENET
CYGPKG_IO_SPI
CYGPKG_DEVS_SPI_FREESCALE_DSPI
CYGPKG_DEVS_DISK_MMC
CYGPKG_DEVS_DISK_MMC_FREESCALE_DSPI
}
description "The freescale_twr_k70f120m target provides the packages needed
to run eCos on the Freescale TWR-k70f120m development system."
}

package CYGPKG_HAL_CORTEXM_A2FXXX {
alias { "Cortex-M3/Actel Smartfusion A2Fxxx variant HAL" hal_cortexm_a2fxxx }
directory hal/cortexm/a2fxxx/var
Expand Down

0 comments on commit 8e76b65

Please sign in to comment.