Update the preset and fix for the new name.
[bertos.git] / boards / arduino-mega / examples / arduino-mega_aprs / arduino-mega_aprs.mk
diff --git a/boards/arduino-mega/examples/arduino-mega_aprs/arduino-mega_aprs.mk b/boards/arduino-mega/examples/arduino-mega_aprs/arduino-mega_aprs.mk
new file mode 100644 (file)
index 0000000..9eceac3
--- /dev/null
@@ -0,0 +1,88 @@
+#
+# Wizard autogenerated makefile.
+# DO NOT EDIT, use the arduino-mega_aprs_user.mk file instead.
+#
+
+# Constants automatically defined by the selected modules
+arduino-mega_aprs_DEBUG = 1
+
+# Our target application
+TRG += arduino-mega_aprs
+
+arduino-mega_aprs_PREFIX = "avr-"
+
+arduino-mega_aprs_SUFFIX = ""
+
+arduino-mega_aprs_SRC_PATH = boards/arduino-mega/examples/arduino-mega_aprs
+
+arduino-mega_aprs_HW_PATH = boards/arduino-mega
+
+# Files automatically generated by the wizard. DO NOT EDIT, USE arduino-mega_aprs_USER_CSRC INSTEAD!
+arduino-mega_aprs_WIZARD_CSRC = \
+       bertos/cpu/avr/drv/timer_avr.c \
+       bertos/net/afsk.c \
+       bertos/net/ax25.c \
+       bertos/io/kfile.c \
+       bertos/mware/formatwr.c \
+       bertos/algo/crc_ccitt.c \
+       bertos/drv/timer.c \
+       bertos/mware/event.c \
+       bertos/cpu/avr/drv/ser_avr.c \
+       bertos/drv/ser.c \
+       bertos/mware/hex.c \
+       #
+
+# Files automatically generated by the wizard. DO NOT EDIT, USE arduino-mega_aprs_USER_PCSRC INSTEAD!
+arduino-mega_aprs_WIZARD_PCSRC = \
+       bertos/mware/formatwr.c \
+       #
+
+# Files automatically generated by the wizard. DO NOT EDIT, USE arduino-mega_aprs_USER_CPPASRC INSTEAD!
+arduino-mega_aprs_WIZARD_CPPASRC = \
+        \
+       #
+
+# Files automatically generated by the wizard. DO NOT EDIT, USE arduino-mega_aprs_USER_CXXSRC INSTEAD!
+arduino-mega_aprs_WIZARD_CXXSRC = \
+        \
+       #
+
+# Files automatically generated by the wizard. DO NOT EDIT, USE arduino-mega_aprs_USER_ASRC INSTEAD!
+arduino-mega_aprs_WIZARD_ASRC = \
+        \
+       #
+
+arduino-mega_aprs_CPPFLAGS = -D'CPU_FREQ=(16000000UL)' -D'ARCH=(ARCH_DEFAULT)' -D'WIZ_AUTOGEN' -I$(arduino-mega_aprs_HW_PATH) -I$(arduino-mega_aprs_SRC_PATH) $(arduino-mega_aprs_CPU_CPPFLAGS) $(arduino-mega_aprs_USER_CPPFLAGS)
+
+# Automatically generated by the wizard. PLEASE DO NOT EDIT!
+arduino-mega_aprs_LDFLAGS = $(arduino-mega_aprs_CPU_LDFLAGS) $(arduino-mega_aprs_WIZARD_LDFLAGS) $(arduino-mega_aprs_USER_LDFLAGS)
+
+# Automatically generated by the wizard. PLEASE DO NOT EDIT!
+arduino-mega_aprs_CPPAFLAGS = $(arduino-mega_aprs_CPU_CPPAFLAGS) $(arduino-mega_aprs_WIZARD_CPPAFLAGS) $(arduino-mega_aprs_USER_CPPAFLAGS)
+
+# Automatically generated by the wizard. PLEASE DO NOT EDIT!
+arduino-mega_aprs_CSRC = $(arduino-mega_aprs_CPU_CSRC) $(arduino-mega_aprs_WIZARD_CSRC) $(arduino-mega_aprs_USER_CSRC)
+
+# Automatically generated by the wizard. PLEASE DO NOT EDIT!
+arduino-mega_aprs_PCSRC = $(arduino-mega_aprs_CPU_PCSRC) $(arduino-mega_aprs_WIZARD_PCSRC) $(arduino-mega_aprs_USER_PCSRC)
+
+# Automatically generated by the wizard. PLEASE DO NOT EDIT!
+arduino-mega_aprs_CPPASRC = $(arduino-mega_aprs_CPU_CPPASRC) $(arduino-mega_aprs_WIZARD_CPPASRC) $(arduino-mega_aprs_USER_CPPASRC)
+
+# Automatically generated by the wizard. PLEASE DO NOT EDIT!
+arduino-mega_aprs_CXXSRC = $(arduino-mega_aprs_CPU_CXXSRC) $(arduino-mega_aprs_WIZARD_CXXSRC) $(arduino-mega_aprs_USER_CXXSRC)
+
+# Automatically generated by the wizard. PLEASE DO NOT EDIT!
+arduino-mega_aprs_ASRC = $(arduino-mega_aprs_CPU_ASRC) $(arduino-mega_aprs_WIZARD_ASRC) $(arduino-mega_aprs_USER_ASRC)
+
+# CPU specific flags and options, defined in the CPU definition files.
+# Automatically generated by the wizard. PLEASE DO NOT EDIT!
+arduino-mega_aprs_MCU = atmega1280
+arduino-mega_aprs_CPU_CPPFLAGS = -Os -Ibertos/cpu/avr/
+arduino-mega_aprs_PROGRAMMER_CPU = atmega1280
+arduino-mega_aprs_STOPFLASH_SCRIPT = bertos/prg_scripts/avr/stopflash.sh
+arduino-mega_aprs_STOPDEBUG_SCRIPT = bertos/prg_scripts/none.sh
+arduino-mega_aprs_DEBUG_SCRIPT = bertos/prg_scripts/nodebug.sh
+arduino-mega_aprs_FLASH_SCRIPT = bertos/prg_scripts/avr/flash.sh
+
+include $(arduino-mega_aprs_SRC_PATH)/arduino-mega_aprs_user.mk