X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=examples%2Ftest%2Favrtest.mk;h=07e139a67dd3c4d11663a50fa0ecba2c75c721fe;hb=bb60c722116f1c8401cc4d5653c127d461df1c15;hp=dc72d83ebe7be3ff7f6ff645f69c9fc6905e3396;hpb=24c21c92d29b76a3f0de0a107f4bafef7bb0f812;p=bertos.git diff --git a/examples/test/avrtest.mk b/examples/test/avrtest.mk index dc72d83e..07e139a6 100644 --- a/examples/test/avrtest.mk +++ b/examples/test/avrtest.mk @@ -1,32 +1,79 @@ # -# $Id: avrtest.mk,v 1.3 2006/06/12 21:37:02 marco Exp $ -# Copyright 2006 Develer S.r.l. (http://www.develer.com/) -# All rights reserved. +# Wizard autogenerated makefile. +# DO NOT EDIT, use the avrtest_user.mk file instead. # -# Makefile fragment for DevLib avrtest application. -# -# Author: Bernie Innocenti -# - - -# Set to 1 for debug builds +# Constants automatically defined by the selected modules avrtest_DEBUG = 1 + # Our target application TRG += avrtest -avrtest_MCU = atmega64 +avrtest_PREFIX = "avr-" + +avrtest_SUFFIX = "" + +avrtest_SRC_PATH = examples/test + +avrtest_HW_PATH = bertos/hw + +# Files automatically generated by the wizard. DO NOT EDIT, USE avrtest_USER_CSRC INSTEAD! +avrtest_WIZARD_CSRC = \ + \ + # -#include avr c and asm sources -include examples/test/avr_src.mk +# Files automatically generated by the wizard. DO NOT EDIT, USE avrtest_USER_PCSRC INSTEAD! +avrtest_WIZARD_PCSRC = \ + \ + # -avrtest_CSRC = $(avr_CSRC) examples/test/empty_main.c +# Files automatically generated by the wizard. DO NOT EDIT, USE avrtest_USER_CPPASRC INSTEAD! +avrtest_WIZARD_CPPASRC = \ + \ + # -avrtest_CPPASRC = $(avr_ASRC) +# Files automatically generated by the wizard. DO NOT EDIT, USE avrtest_USER_CXXSRC INSTEAD! +avrtest_WIZARD_CXXSRC = \ + \ + # -avrtest_PCSRC += bertos/mware/formatwr.c +# Files automatically generated by the wizard. DO NOT EDIT, USE avrtest_USER_ASRC INSTEAD! +avrtest_WIZARD_ASRC = \ + \ + # + +avrtest_CPPFLAGS = -D'CPU_FREQ=(8000000UL)' -D'ARCH=(ARCH_NIGHTTEST)' -D'WIZ_AUTOGEN' -I$(avrtest_HW_PATH) -I$(avrtest_SRC_PATH) $(avrtest_CPU_CPPFLAGS) $(avrtest_USER_CPPFLAGS) + +# Automatically generated by the wizard. PLEASE DO NOT EDIT! +avrtest_LDFLAGS = $(avrtest_CPU_LDFLAGS) $(avrtest_WIZARD_LDFLAGS) $(avrtest_USER_LDFLAGS) + +# Automatically generated by the wizard. PLEASE DO NOT EDIT! +avrtest_CPPAFLAGS = $(avrtest_CPU_CPPAFLAGS) $(avrtest_WIZARD_CPPAFLAGS) $(avrtest_USER_CPPAFLAGS) + +# Automatically generated by the wizard. PLEASE DO NOT EDIT! +avrtest_CSRC = $(avrtest_CPU_CSRC) $(avrtest_WIZARD_CSRC) $(avrtest_USER_CSRC) + +# Automatically generated by the wizard. PLEASE DO NOT EDIT! +avrtest_PCSRC = $(avrtest_CPU_PCSRC) $(avrtest_WIZARD_PCSRC) $(avrtest_USER_PCSRC) + +# Automatically generated by the wizard. PLEASE DO NOT EDIT! +avrtest_CPPASRC = $(avrtest_CPU_CPPASRC) $(avrtest_WIZARD_CPPASRC) $(avrtest_USER_CPPASRC) + +# Automatically generated by the wizard. PLEASE DO NOT EDIT! +avrtest_CXXSRC = $(avrtest_CPU_CXXSRC) $(avrtest_WIZARD_CXXSRC) $(avrtest_USER_CXXSRC) + +# Automatically generated by the wizard. PLEASE DO NOT EDIT! +avrtest_ASRC = $(avrtest_CPU_ASRC) $(avrtest_WIZARD_ASRC) $(avrtest_USER_ASRC) + +# CPU specific flags and options, defined in the CPU definition files. +# Automatically generated by the wizard. PLEASE DO NOT EDIT! +avrtest_DEBUG_SCRIPT = bertos/prg_scripts/nodebug.sh +avrtest_PROGRAMMER_CPU = atmega64 +avrtest_STOPDEBUG_SCRIPT = bertos/prg_scripts/none.sh +avrtest_MCU = atmega64 +avrtest_FLASH_SCRIPT = bertos/prg_scripts/avr/flash.sh +avrtest_STOPFLASH_SCRIPT = bertos/prg_scripts/avr/stopflash.sh +avrtest_CPU_CPPFLAGS = -Os -Ibertos/cpu/avr/ -avrtest_CROSS = avr- -avrtest_CPPFLAGS = -D'ARCH=ARCH_NIGHTTEST' -Iexamples/test -Ibertos/cpu/avr -avrtest_CFLAGS = -Os -mcall-prologues -fno-strict-aliasing +include $(avrtest_SRC_PATH)/avrtest_user.mk