Rename make to the new prj names.
authorasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 13 May 2011 15:13:57 +0000 (15:13 +0000)
committerasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 13 May 2011 15:13:57 +0000 (15:13 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4896 38d2e660-2303-0410-9eaa-f027e97ec537

boards/lpc-p2378/benchmark/lpc-p2378_kernel_footprint/cfg/cfg_menu.h [deleted file]
boards/lpc-p2378/benchmark/lpc-p2378_kernel_footprint/kernel_footprint.mk [deleted file]
boards/lpc-p2378/benchmark/lpc-p2378_kernel_footprint/kernel_footprint_user.mk [deleted file]
boards/lpc-p2378/benchmark/lpc-p2378_kernel_footprint/lpc-p2378_kernel_footprint.mk [new file with mode: 0644]
boards/lpc-p2378/benchmark/lpc-p2378_kernel_footprint/lpc-p2378_kernel_footprint_user.mk [new file with mode: 0644]

diff --git a/boards/lpc-p2378/benchmark/lpc-p2378_kernel_footprint/cfg/cfg_menu.h b/boards/lpc-p2378/benchmark/lpc-p2378_kernel_footprint/cfg/cfg_menu.h
deleted file mode 100644 (file)
index bbfa1e7..0000000
+++ /dev/null
@@ -1,67 +0,0 @@
-/**
- * \file
- * <!--
- * This file is part of BeRTOS.
- *
- * Bertos 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 of the License, 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 St, Fifth Floor, Boston, MA  02110-1301  USA
- *
- * As a special exception, you may use this file as part of a free software
- * library without restriction.  Specifically, if other files instantiate
- * templates or use macros or inline functions from this file, or you compile
- * this file and link it with other files to produce an executable, this
- * file does not by itself cause the resulting executable to be covered by
- * the GNU General Public License.  This exception does not however
- * invalidate any other reasons why the executable file might be covered by
- * the GNU General Public License.
- *
- * Copyright 2010 Develer S.r.l. (http://www.develer.com/)
- * All Rights Reserved.
- * -->
- *
- * \brief Configuration file for Menu module.
- *
- * \author Daniele Basile <asterix@develer.com>
- */
-
-#ifndef CFG_MENU_H
-#define CFG_MENU_H
-
-/**
- * Enable button bar behind menus
- * $WIZ$ type = "boolean"
- */
-#define CONFIG_MENU_MENUBAR        0
-
-/**
- * Level Edit Timeout
- * $WIZ$ type = "boolean"
- */
-#define CONFIG_LEVELEDIT_TIMEOUT   0
-
-/**
- * Menu timeout
- * $WIZ$ type = "boolean"
- */
-#define CONFIG_MENU_TIMEOUT        0
-
-/**
- * Enable smooth scrolling in menus
- * $WIZ$ type = "boolean"
- */
-#define CONFIG_MENU_SMOOTH         1
-
-
-#endif /* CFG_MENU_H */
-
diff --git a/boards/lpc-p2378/benchmark/lpc-p2378_kernel_footprint/kernel_footprint.mk b/boards/lpc-p2378/benchmark/lpc-p2378_kernel_footprint/kernel_footprint.mk
deleted file mode 100644 (file)
index de6a551..0000000
+++ /dev/null
@@ -1,92 +0,0 @@
-#
-# Wizard autogenerated makefile.
-# DO NOT EDIT, use the kernel_footprint_user.mk file instead.
-#
-
-# Constants automatically defined by the selected modules
-
-
-# Our target application
-TRG += kernel_footprint
-
-kernel_footprint_PREFIX = "arm-none-eabi-"
-
-kernel_footprint_SUFFIX = ""
-
-kernel_footprint_SRC_PATH = boards/ek-lpc-p2378/benchmark/kernel_footprint
-
-kernel_footprint_HW_PATH = boards/ek-lpc-p2378
-
-# Files automatically generated by the wizard. DO NOT EDIT, USE kernel_footprint_USER_CSRC INSTEAD!
-kernel_footprint_WIZARD_CSRC = \
-       bertos/kern/signal.c \
-       bertos/cpu/arm/drv/timer_lpc2.c \
-       bertos/kern/sem.c \
-       bertos/drv/timer.c \
-       bertos/mware/formatwr.c \
-       bertos/cpu/arm/drv/timer_arm.c \
-       bertos/io/kfile.c \
-       bertos/mware/event.c \
-       bertos/kern/proc.c \
-       bertos/benchmark/kernel_footprint.c \
-       bertos/mware/hex.c \
-       #
-
-# Files automatically generated by the wizard. DO NOT EDIT, USE kernel_footprint_USER_PCSRC INSTEAD!
-kernel_footprint_WIZARD_PCSRC = \
-        \
-       #
-
-# Files automatically generated by the wizard. DO NOT EDIT, USE kernel_footprint_USER_CPPASRC INSTEAD!
-kernel_footprint_WIZARD_CPPASRC = \
-       bertos/cpu/arm/hw/switch_ctx_arm.S \
-       #
-
-# Files automatically generated by the wizard. DO NOT EDIT, USE kernel_footprint_USER_CXXSRC INSTEAD!
-kernel_footprint_WIZARD_CXXSRC = \
-        \
-       #
-
-# Files automatically generated by the wizard. DO NOT EDIT, USE kernel_footprint_USER_ASRC INSTEAD!
-kernel_footprint_WIZARD_ASRC = \
-        \
-       #
-
-kernel_footprint_CPPFLAGS = -D'CPU_FREQ=(72000000UL)' -D'ARCH=(ARCH_DEFAULT)' -D'WIZ_AUTOGEN' -I$(kernel_footprint_HW_PATH) -I$(kernel_footprint_SRC_PATH) $(kernel_footprint_CPU_CPPFLAGS) $(kernel_footprint_USER_CPPFLAGS)
-
-# Automatically generated by the wizard. PLEASE DO NOT EDIT!
-kernel_footprint_LDFLAGS = $(kernel_footprint_CPU_LDFLAGS) $(kernel_footprint_WIZARD_LDFLAGS) $(kernel_footprint_USER_LDFLAGS)
-
-# Automatically generated by the wizard. PLEASE DO NOT EDIT!
-kernel_footprint_CPPAFLAGS = $(kernel_footprint_CPU_CPPAFLAGS) $(kernel_footprint_WIZARD_CPPAFLAGS) $(kernel_footprint_USER_CPPAFLAGS)
-
-# Automatically generated by the wizard. PLEASE DO NOT EDIT!
-kernel_footprint_CSRC = $(kernel_footprint_CPU_CSRC) $(kernel_footprint_WIZARD_CSRC) $(kernel_footprint_USER_CSRC)
-
-# Automatically generated by the wizard. PLEASE DO NOT EDIT!
-kernel_footprint_PCSRC = $(kernel_footprint_CPU_PCSRC) $(kernel_footprint_WIZARD_PCSRC) $(kernel_footprint_USER_PCSRC)
-
-# Automatically generated by the wizard. PLEASE DO NOT EDIT!
-kernel_footprint_CPPASRC = $(kernel_footprint_CPU_CPPASRC) $(kernel_footprint_WIZARD_CPPASRC) $(kernel_footprint_USER_CPPASRC)
-
-# Automatically generated by the wizard. PLEASE DO NOT EDIT!
-kernel_footprint_CXXSRC = $(kernel_footprint_CPU_CXXSRC) $(kernel_footprint_WIZARD_CXXSRC) $(kernel_footprint_USER_CXXSRC)
-
-# Automatically generated by the wizard. PLEASE DO NOT EDIT!
-kernel_footprint_ASRC = $(kernel_footprint_CPU_ASRC) $(kernel_footprint_WIZARD_ASRC) $(kernel_footprint_USER_ASRC)
-
-# CPU specific flags and options, defined in the CPU definition files.
-# Automatically generated by the wizard. PLEASE DO NOT EDIT!
-kernel_footprint_CPU_CPPASRC = bertos/cpu/arm/hw/crt_arm7tdmi.S bertos/cpu/arm/hw/vectors_lpc2.S
-kernel_footprint_CPU_CPPAFLAGS = -g -gdwarf-2
-kernel_footprint_CPU_CPPFLAGS = -O0 -g3 -gdwarf-2 -fverbose-asm -Ibertos/cpu/arm/ -D__ARM_LPC2378__
-kernel_footprint_CPU_CSRC = bertos/cpu/arm/hw/init_lpc2.c bertos/cpu/arm/drv/vic_lpc2.c
-kernel_footprint_PROGRAMMER_CPU = lpc2378
-kernel_footprint_CPU_LDFLAGS = -nostartfiles -Wl,--no-warn-mismatch -T bertos/cpu/arm/scripts/lpc2378.ld
-kernel_footprint_STOPFLASH_SCRIPT = bertos/prg_scripts/arm/stopopenocd.sh
-kernel_footprint_CPU = arm7tdmi
-kernel_footprint_STOPDEBUG_SCRIPT = bertos/prg_scripts/arm/stopopenocd.sh
-kernel_footprint_DEBUG_SCRIPT = bertos/prg_scripts/arm/debug.sh
-kernel_footprint_FLASH_SCRIPT = bertos/prg_scripts/arm/flash.sh
-
-include $(kernel_footprint_SRC_PATH)/kernel_footprint_user.mk
diff --git a/boards/lpc-p2378/benchmark/lpc-p2378_kernel_footprint/kernel_footprint_user.mk b/boards/lpc-p2378/benchmark/lpc-p2378_kernel_footprint/kernel_footprint_user.mk
deleted file mode 100644 (file)
index ef35582..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-#
-# User makefile.
-# Edit this file to change compiler options and related stuff.
-#
-
-# Programmer interface configuration, see http://dev.bertos.org/wiki/ProgrammerInterface for help
-kernel_footprint_PROGRAMMER_TYPE = none
-kernel_footprint_PROGRAMMER_PORT = none
-
-# Files included by the user.
-kernel_footprint_USER_CSRC = \
-       $(kernel_footprint_SRC_PATH)/main.c \
-       #
-
-# Files included by the user.
-kernel_footprint_USER_PCSRC = \
-       #
-
-# Files included by the user.
-kernel_footprint_USER_CPPASRC = \
-       #
-
-# Files included by the user.
-kernel_footprint_USER_CXXSRC = \
-       #
-
-# Files included by the user.
-kernel_footprint_USER_ASRC = \
-       #
-
-# Flags included by the user.
-kernel_footprint_USER_LDFLAGS = \
-       #
-
-# Flags included by the user.
-kernel_footprint_USER_CPPAFLAGS = \
-       #
-
-# Flags included by the user.
-kernel_footprint_USER_CPPFLAGS = \
-       -Os \
-       -fno-strict-aliasing \
-       -fwrapv \
-       #
diff --git a/boards/lpc-p2378/benchmark/lpc-p2378_kernel_footprint/lpc-p2378_kernel_footprint.mk b/boards/lpc-p2378/benchmark/lpc-p2378_kernel_footprint/lpc-p2378_kernel_footprint.mk
new file mode 100644 (file)
index 0000000..de6a551
--- /dev/null
@@ -0,0 +1,92 @@
+#
+# Wizard autogenerated makefile.
+# DO NOT EDIT, use the kernel_footprint_user.mk file instead.
+#
+
+# Constants automatically defined by the selected modules
+
+
+# Our target application
+TRG += kernel_footprint
+
+kernel_footprint_PREFIX = "arm-none-eabi-"
+
+kernel_footprint_SUFFIX = ""
+
+kernel_footprint_SRC_PATH = boards/ek-lpc-p2378/benchmark/kernel_footprint
+
+kernel_footprint_HW_PATH = boards/ek-lpc-p2378
+
+# Files automatically generated by the wizard. DO NOT EDIT, USE kernel_footprint_USER_CSRC INSTEAD!
+kernel_footprint_WIZARD_CSRC = \
+       bertos/kern/signal.c \
+       bertos/cpu/arm/drv/timer_lpc2.c \
+       bertos/kern/sem.c \
+       bertos/drv/timer.c \
+       bertos/mware/formatwr.c \
+       bertos/cpu/arm/drv/timer_arm.c \
+       bertos/io/kfile.c \
+       bertos/mware/event.c \
+       bertos/kern/proc.c \
+       bertos/benchmark/kernel_footprint.c \
+       bertos/mware/hex.c \
+       #
+
+# Files automatically generated by the wizard. DO NOT EDIT, USE kernel_footprint_USER_PCSRC INSTEAD!
+kernel_footprint_WIZARD_PCSRC = \
+        \
+       #
+
+# Files automatically generated by the wizard. DO NOT EDIT, USE kernel_footprint_USER_CPPASRC INSTEAD!
+kernel_footprint_WIZARD_CPPASRC = \
+       bertos/cpu/arm/hw/switch_ctx_arm.S \
+       #
+
+# Files automatically generated by the wizard. DO NOT EDIT, USE kernel_footprint_USER_CXXSRC INSTEAD!
+kernel_footprint_WIZARD_CXXSRC = \
+        \
+       #
+
+# Files automatically generated by the wizard. DO NOT EDIT, USE kernel_footprint_USER_ASRC INSTEAD!
+kernel_footprint_WIZARD_ASRC = \
+        \
+       #
+
+kernel_footprint_CPPFLAGS = -D'CPU_FREQ=(72000000UL)' -D'ARCH=(ARCH_DEFAULT)' -D'WIZ_AUTOGEN' -I$(kernel_footprint_HW_PATH) -I$(kernel_footprint_SRC_PATH) $(kernel_footprint_CPU_CPPFLAGS) $(kernel_footprint_USER_CPPFLAGS)
+
+# Automatically generated by the wizard. PLEASE DO NOT EDIT!
+kernel_footprint_LDFLAGS = $(kernel_footprint_CPU_LDFLAGS) $(kernel_footprint_WIZARD_LDFLAGS) $(kernel_footprint_USER_LDFLAGS)
+
+# Automatically generated by the wizard. PLEASE DO NOT EDIT!
+kernel_footprint_CPPAFLAGS = $(kernel_footprint_CPU_CPPAFLAGS) $(kernel_footprint_WIZARD_CPPAFLAGS) $(kernel_footprint_USER_CPPAFLAGS)
+
+# Automatically generated by the wizard. PLEASE DO NOT EDIT!
+kernel_footprint_CSRC = $(kernel_footprint_CPU_CSRC) $(kernel_footprint_WIZARD_CSRC) $(kernel_footprint_USER_CSRC)
+
+# Automatically generated by the wizard. PLEASE DO NOT EDIT!
+kernel_footprint_PCSRC = $(kernel_footprint_CPU_PCSRC) $(kernel_footprint_WIZARD_PCSRC) $(kernel_footprint_USER_PCSRC)
+
+# Automatically generated by the wizard. PLEASE DO NOT EDIT!
+kernel_footprint_CPPASRC = $(kernel_footprint_CPU_CPPASRC) $(kernel_footprint_WIZARD_CPPASRC) $(kernel_footprint_USER_CPPASRC)
+
+# Automatically generated by the wizard. PLEASE DO NOT EDIT!
+kernel_footprint_CXXSRC = $(kernel_footprint_CPU_CXXSRC) $(kernel_footprint_WIZARD_CXXSRC) $(kernel_footprint_USER_CXXSRC)
+
+# Automatically generated by the wizard. PLEASE DO NOT EDIT!
+kernel_footprint_ASRC = $(kernel_footprint_CPU_ASRC) $(kernel_footprint_WIZARD_ASRC) $(kernel_footprint_USER_ASRC)
+
+# CPU specific flags and options, defined in the CPU definition files.
+# Automatically generated by the wizard. PLEASE DO NOT EDIT!
+kernel_footprint_CPU_CPPASRC = bertos/cpu/arm/hw/crt_arm7tdmi.S bertos/cpu/arm/hw/vectors_lpc2.S
+kernel_footprint_CPU_CPPAFLAGS = -g -gdwarf-2
+kernel_footprint_CPU_CPPFLAGS = -O0 -g3 -gdwarf-2 -fverbose-asm -Ibertos/cpu/arm/ -D__ARM_LPC2378__
+kernel_footprint_CPU_CSRC = bertos/cpu/arm/hw/init_lpc2.c bertos/cpu/arm/drv/vic_lpc2.c
+kernel_footprint_PROGRAMMER_CPU = lpc2378
+kernel_footprint_CPU_LDFLAGS = -nostartfiles -Wl,--no-warn-mismatch -T bertos/cpu/arm/scripts/lpc2378.ld
+kernel_footprint_STOPFLASH_SCRIPT = bertos/prg_scripts/arm/stopopenocd.sh
+kernel_footprint_CPU = arm7tdmi
+kernel_footprint_STOPDEBUG_SCRIPT = bertos/prg_scripts/arm/stopopenocd.sh
+kernel_footprint_DEBUG_SCRIPT = bertos/prg_scripts/arm/debug.sh
+kernel_footprint_FLASH_SCRIPT = bertos/prg_scripts/arm/flash.sh
+
+include $(kernel_footprint_SRC_PATH)/kernel_footprint_user.mk
diff --git a/boards/lpc-p2378/benchmark/lpc-p2378_kernel_footprint/lpc-p2378_kernel_footprint_user.mk b/boards/lpc-p2378/benchmark/lpc-p2378_kernel_footprint/lpc-p2378_kernel_footprint_user.mk
new file mode 100644 (file)
index 0000000..ef35582
--- /dev/null
@@ -0,0 +1,44 @@
+#
+# User makefile.
+# Edit this file to change compiler options and related stuff.
+#
+
+# Programmer interface configuration, see http://dev.bertos.org/wiki/ProgrammerInterface for help
+kernel_footprint_PROGRAMMER_TYPE = none
+kernel_footprint_PROGRAMMER_PORT = none
+
+# Files included by the user.
+kernel_footprint_USER_CSRC = \
+       $(kernel_footprint_SRC_PATH)/main.c \
+       #
+
+# Files included by the user.
+kernel_footprint_USER_PCSRC = \
+       #
+
+# Files included by the user.
+kernel_footprint_USER_CPPASRC = \
+       #
+
+# Files included by the user.
+kernel_footprint_USER_CXXSRC = \
+       #
+
+# Files included by the user.
+kernel_footprint_USER_ASRC = \
+       #
+
+# Flags included by the user.
+kernel_footprint_USER_LDFLAGS = \
+       #
+
+# Flags included by the user.
+kernel_footprint_USER_CPPAFLAGS = \
+       #
+
+# Flags included by the user.
+kernel_footprint_USER_CPPFLAGS = \
+       -Os \
+       -fno-strict-aliasing \
+       -fwrapv \
+       #