comparison packages/ecos.db @ 3023:ac63f351b044

* NEWS, ecos.db: Add LPC17XX variant HAL, support for NXP Cortex M3 LPC17XX CPUs. BSP for Olimex LPC-1766-STK board including ethernet, serial and wallclock drivers.
author sergeig
date Sun, 13 Mar 2011 15:30:51 +0000
parents e329269debe7
children d27b9c79090a
comparison
equal deleted inserted replaced
3022:cf47c8b35934 3023:ac63f351b044
6897 description " 6897 description "
6898 The ek-lm3s811 HAL package provides the support needed to run 6898 The ek-lm3s811 HAL package provides the support needed to run
6899 eCos on the Stellaris EK-LM3S811 board from Luminary Micro." 6899 eCos on the Stellaris EK-LM3S811 board from Luminary Micro."
6900 } 6900 }
6901 6901
6902 package CYGPKG_HAL_CORTEXM_LPC17XX {
6903 alias { "NXP LPC17XX variant HAL" hal_cortexm_lpc17xx }
6904 directory hal/cortexm/lpc17xx/var
6905 script hal_cortexm_lpc17xx.cdl
6906 hardware
6907 description "
6908 The LPC 17XX HAL package provides the support needed to
6909 run eCos on targets based on the NXP LPC17XX family of
6910 microcontrollers."
6911 }
6912
6913 package CYGPKG_HAL_CORTEXM_LPC17XX_LPC1766STK {
6914 alias { "Olimex LPC-1766-STK HAL" hal_cortexm_lpc1766stk }
6915 directory hal/cortexm/lpc17xx/lpc1766stk
6916 script hal_cortexm_lpc17xx_lpc1766stk.cdl
6917 hardware
6918 description "
6919 The lpc1766stk HAL package provides the support needed to run
6920 eCos on the Olimex LPC-1766-STK board."
6921 }
6922
6902 package CYGPKG_HAL_CORTEXM_STM32 { 6923 package CYGPKG_HAL_CORTEXM_STM32 {
6903 alias { "ST STM32 variant HAL" hal_cortexm_stm32 } 6924 alias { "ST STM32 variant HAL" hal_cortexm_stm32 }
6904 directory hal/cortexm/stm32/var 6925 directory hal/cortexm/stm32/var
6905 script hal_cortexm_stm32.cdl 6926 script hal_cortexm_stm32.cdl
6906 hardware 6927 hardware
7010 description " 7031 description "
7011 The ek-lm3s811 target provides the packages needed to run eCos 7032 The ek-lm3s811 target provides the packages needed to run eCos
7012 on the Stellaris EK-LM3S811 board from Luminary Micro." 7033 on the Stellaris EK-LM3S811 board from Luminary Micro."
7013 } 7034 }
7014 7035
7036 target lpc1766stk {
7037 alias { "Olimex LPC-1766-STK" lpc1766stk }
7038 packages { CYGPKG_HAL_CORTEXM
7039 CYGPKG_HAL_CORTEXM_LPC17XX
7040 CYGPKG_HAL_CORTEXM_LPC17XX_LPC1766STK
7041 CYGPKG_DEVICES_WALLCLOCK_ARM_LPC2XXX
7042 CYGPKG_IO_SERIAL_GENERIC_16X5X
7043 CYGPKG_IO_SERIAL_ARM_LPC24XX
7044 CYGPKG_DEVS_ETH_PHY
7045 CYGPKG_DEVS_ETH_ARM_LPC2XXX
7046 }
7047 description "
7048 The lpc1766stk target provides the packages needed
7049 to run eCos on the Olimex LPC-1766-STK board."
7050 }
7051
7015 # ========================================================================== 7052 # ==========================================================================
7016 # End of ecos.db 7053 # End of ecos.db