Update preset and fix for new name.
[bertos.git] / boards / arduino / benchmark / arduino_kernel_footprint / arduino_kernel_footprint.mk
diff --git a/boards/arduino/benchmark/arduino_kernel_footprint/arduino_kernel_footprint.mk b/boards/arduino/benchmark/arduino_kernel_footprint/arduino_kernel_footprint.mk
new file mode 100644 (file)
index 0000000..0c4f7fb
--- /dev/null
@@ -0,0 +1,88 @@
+#
+# Wizard autogenerated makefile.
+# DO NOT EDIT, use the arduino_kernel_footprint_user.mk file instead.
+#
+
+# Constants automatically defined by the selected modules
+
+
+# Our target application
+TRG += arduino_kernel_footprint
+
+arduino_kernel_footprint_PREFIX = "avr-"
+
+arduino_kernel_footprint_SUFFIX = ""
+
+arduino_kernel_footprint_SRC_PATH = boards/arduino/benchmark/arduino_kernel_footprint
+
+arduino_kernel_footprint_HW_PATH = boards/arduino
+
+# Files automatically generated by the wizard. DO NOT EDIT, USE arduino_kernel_footprint_USER_CSRC INSTEAD!
+arduino_kernel_footprint_WIZARD_CSRC = \
+       bertos/mware/event.c \
+       bertos/kern/sem.c \
+       bertos/struct/heap.c \
+       bertos/io/kfile.c \
+       bertos/mware/formatwr.c \
+       bertos/cpu/avr/drv/timer_avr.c \
+       bertos/drv/timer.c \
+       bertos/kern/signal.c \
+       bertos/kern/proc.c \
+       bertos/benchmark/kernel_footprint.c \
+       bertos/mware/hex.c \
+       #
+
+# Files automatically generated by the wizard. DO NOT EDIT, USE arduino_kernel_footprint_USER_PCSRC INSTEAD!
+arduino_kernel_footprint_WIZARD_PCSRC = \
+       bertos/mware/formatwr.c \
+       #
+
+# Files automatically generated by the wizard. DO NOT EDIT, USE arduino_kernel_footprint_USER_CPPASRC INSTEAD!
+arduino_kernel_footprint_WIZARD_CPPASRC = \
+       bertos/cpu/avr/hw/switch_ctx_avr.S \
+       #
+
+# Files automatically generated by the wizard. DO NOT EDIT, USE arduino_kernel_footprint_USER_CXXSRC INSTEAD!
+arduino_kernel_footprint_WIZARD_CXXSRC = \
+        \
+       #
+
+# Files automatically generated by the wizard. DO NOT EDIT, USE arduino_kernel_footprint_USER_ASRC INSTEAD!
+arduino_kernel_footprint_WIZARD_ASRC = \
+        \
+       #
+
+arduino_kernel_footprint_CPPFLAGS = -D'CPU_FREQ=(16000000UL)' -D'ARCH=(ARCH_DEFAULT)' -D'WIZ_AUTOGEN' -I$(arduino_kernel_footprint_HW_PATH) -I$(arduino_kernel_footprint_SRC_PATH) $(arduino_kernel_footprint_CPU_CPPFLAGS) $(arduino_kernel_footprint_USER_CPPFLAGS)
+
+# Automatically generated by the wizard. PLEASE DO NOT EDIT!
+arduino_kernel_footprint_LDFLAGS = $(arduino_kernel_footprint_CPU_LDFLAGS) $(arduino_kernel_footprint_WIZARD_LDFLAGS) $(arduino_kernel_footprint_USER_LDFLAGS)
+
+# Automatically generated by the wizard. PLEASE DO NOT EDIT!
+arduino_kernel_footprint_CPPAFLAGS = $(arduino_kernel_footprint_CPU_CPPAFLAGS) $(arduino_kernel_footprint_WIZARD_CPPAFLAGS) $(arduino_kernel_footprint_USER_CPPAFLAGS)
+
+# Automatically generated by the wizard. PLEASE DO NOT EDIT!
+arduino_kernel_footprint_CSRC = $(arduino_kernel_footprint_CPU_CSRC) $(arduino_kernel_footprint_WIZARD_CSRC) $(arduino_kernel_footprint_USER_CSRC)
+
+# Automatically generated by the wizard. PLEASE DO NOT EDIT!
+arduino_kernel_footprint_PCSRC = $(arduino_kernel_footprint_CPU_PCSRC) $(arduino_kernel_footprint_WIZARD_PCSRC) $(arduino_kernel_footprint_USER_PCSRC)
+
+# Automatically generated by the wizard. PLEASE DO NOT EDIT!
+arduino_kernel_footprint_CPPASRC = $(arduino_kernel_footprint_CPU_CPPASRC) $(arduino_kernel_footprint_WIZARD_CPPASRC) $(arduino_kernel_footprint_USER_CPPASRC)
+
+# Automatically generated by the wizard. PLEASE DO NOT EDIT!
+arduino_kernel_footprint_CXXSRC = $(arduino_kernel_footprint_CPU_CXXSRC) $(arduino_kernel_footprint_WIZARD_CXXSRC) $(arduino_kernel_footprint_USER_CXXSRC)
+
+# Automatically generated by the wizard. PLEASE DO NOT EDIT!
+arduino_kernel_footprint_ASRC = $(arduino_kernel_footprint_CPU_ASRC) $(arduino_kernel_footprint_WIZARD_ASRC) $(arduino_kernel_footprint_USER_ASRC)
+
+# CPU specific flags and options, defined in the CPU definition files.
+# Automatically generated by the wizard. PLEASE DO NOT EDIT!
+arduino_kernel_footprint_MCU = atmega328p
+arduino_kernel_footprint_CPU_CPPFLAGS = -Os -Ibertos/cpu/avr/
+arduino_kernel_footprint_PROGRAMMER_CPU = atmega328p
+arduino_kernel_footprint_STOPFLASH_SCRIPT = bertos/prg_scripts/avr/stopflash.sh
+arduino_kernel_footprint_STOPDEBUG_SCRIPT = bertos/prg_scripts/none.sh
+arduino_kernel_footprint_DEBUG_SCRIPT = bertos/prg_scripts/nodebug.sh
+arduino_kernel_footprint_FLASH_SCRIPT = bertos/prg_scripts/avr/flash.sh
+
+include $(arduino_kernel_footprint_SRC_PATH)/arduino_kernel_footprint_user.mk