From fe47ce8070191b04c63e41d7a6442329b96d4346 Mon Sep 17 00:00:00 2001 From: Pavel Pisa Date: Tue, 6 Aug 2013 15:42:13 +0200 Subject: [PATCH] LPC17XX target specification comments updated and MIDAM MPC5200 configuration added. Signed-off-by: Pavel Pisa --- rtems-omk-template/config/config.icecube | 4 ++++ rtems-omk-template/config/config.lpc17xx_ea_ram | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 rtems-omk-template/config/config.icecube diff --git a/rtems-omk-template/config/config.icecube b/rtems-omk-template/config/config.icecube new file mode 100644 index 0000000..7e249b0 --- /dev/null +++ b/rtems-omk-template/config/config.icecube @@ -0,0 +1,4 @@ +# ICECUBE BSP for MIDAM Shark MPC5200 +# This file should be symlinked as config.target into project +# Makefile.rules directory +RTEMS_MAKEFILE_PATH=/opt/rtems4.9/powerpc-rtems4.9/icecube diff --git a/rtems-omk-template/config/config.lpc17xx_ea_ram b/rtems-omk-template/config/config.lpc17xx_ea_ram index f3a0c10..9a1936e 100644 --- a/rtems-omk-template/config/config.lpc17xx_ea_ram +++ b/rtems-omk-template/config/config.lpc17xx_ea_ram @@ -1,4 +1,6 @@ -# ICECUBE BSP for MIDAM Shark MPC5200 +# NXP LPC17XX BSP which was tested on PiKRON's LX_CPU1 aka ROCON. +# External SDRAM is used for RTEMS and application code and data +# for this configuration. # This file should be symlinked as config.target into project # Makefile.rules directory RTEMS_MAKEFILE_PATH=/opt/rtems4.11/arm-rtems4.11/lpc17xx_ea_ram -- 2.39.2