aboutsummaryrefslogtreecommitdiff
path: root/kernel/dmx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/dmx/Makefile')
-rw-r--r--kernel/dmx/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/kernel/dmx/Makefile b/kernel/dmx/Makefile
index deb7b98..4ee69ca 100644
--- a/kernel/dmx/Makefile
+++ b/kernel/dmx/Makefile
@@ -1,14 +1,8 @@
# $Id$
-MCU= atmega8
-F_CPU= 16000000
-#F_CPU= 14745600
-#PRESCALE= 1 # res 62.5nsec cycle 4msec
+MCU= atmega328p
+F_CPU= 20000000
PRESCALE= 8 # res 0.5usec cycle 32.7msec
-#PRESCALE= 64 # res 4usec cycle 262msec
-#PRESCALE= 256 # res 16msec cycle 1 sec
-#PRESCALE= 1024 # res 64msec cycle 4 sec
-#STACK= 48
STACK= 80
TASKS= 11 # +1 idle = 12
SEMAPHORES= 2