From d78b0ee24c7f1fea15e5f87d071c30c7b89427ca Mon Sep 17 00:00:00 2001 From: Pavel Pisa Date: Sat, 7 Nov 2015 12:09:24 +0100 Subject: [PATCH] Include example config.target configuration for TMS570 BSP. Signed-off-by: Pavel Pisa --- rtems-omk-template/config/config.tms570 | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 rtems-omk-template/config/config.tms570 diff --git a/rtems-omk-template/config/config.tms570 b/rtems-omk-template/config/config.tms570 new file mode 100644 index 0000000..e591539 --- /dev/null +++ b/rtems-omk-template/config/config.tms570 @@ -0,0 +1,9 @@ +# Ti TMS570 HDK BSP for SDRAM located application variant +# Flash startup code based on tms570ls3137-hdk-sdram is used +# to setup basic peripherals and external memory interface. +# More information about this BSP can be found at +# https://devel.rtems.org/wiki/TBR/BSP/Tms570 +# +# This file should be symlinked as config.target into project +# Makefile.rules directory +RTEMS_MAKEFILE_PATH=/opt/rtems4.11/arm-rtems4.11/tms570ls3137_hdk_sdram -- 2.39.2