]> git.zerfleddert.de Git - fnordlicht-mini/commitdiff
don't ignore config.mk
authorgitknilch <gitknilch@cwde.de>
Sun, 17 Apr 2011 18:01:17 +0000 (20:01 +0200)
committergitknilch <gitknilch@cwde.de>
Sun, 17 Apr 2011 18:01:17 +0000 (20:01 +0200)
firmware/.gitignore
firmware/fnordlicht-firmware/config.mk [new file with mode: 0644]

index dc9c13b22ea10ec94d6d61afc02e63225941bec6..2783341ec9b95e97f2d8216e3129a9758e5df0d8 100644 (file)
@@ -6,6 +6,5 @@
 *.hex
 *.lst
 *.elf
-config.mk
 tags
 *.bin
diff --git a/firmware/fnordlicht-firmware/config.mk b/firmware/fnordlicht-firmware/config.mk
new file mode 100644 (file)
index 0000000..883aa76
--- /dev/null
@@ -0,0 +1,69 @@
+# Put your own config here!
+#
+# This file is not under version control, and your settings
+# will not be modified when upgrading the repository
+
+
+###################################################################
+# HARDWARE PLATFORM TYPE
+#
+# possible values:
+# - fnordlicht -- original fnordlicht hardware
+# - fnordlichtmini -- fnordlichtmini hardware
+HARDWARE = fnordlichtmini
+
+# default program
+#
+# possible values:
+# - 0   -- colorwheel
+# - 1   -- random colors   (default)
+CONFIG_SCRIPT_DEFAULT = 0
+
+###################################################################
+# PROGRAMMER
+#
+# avrdude programmer protocol
+PROG = avrispmkii
+
+# avrdude programmer device
+#DEV = usb
+
+# further flags for avrdude
+#AVRDUDE_FLAGS =
+
+
+###################################################################
+# controller
+#
+# possible values:
+# - atmega8
+# - atmega88
+# - atmega168
+#
+MCU = atmega8
+
+# frequency
+F_CPU = 16000000UL
+
+# use more debug-flags when compiling
+#DEBUG = 1
+
+###################################################################
+# FIRMWARE CONFIGURATION
+#
+
+# include the script interpreter
+CONFIG_SCRIPT = 1
+
+# include uart support
+CONFIG_SERIAL = 1
+
+# include remote command support (needs uart)
+CONFIG_REMOTE = 1
+
+# secondary pwm output
+CONFIG_SECONDARY_PWM = 1
+
+# default baudrate
+CONFIG_SERIAL_BAUDRATE = 19200
+
Impressum, Datenschutz