summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorLeo C2016-03-21 23:06:23 +0100
committerLeo C2016-03-21 23:06:23 +0100
commitf3e47f679c5154908d3f869c1e9a4b5fcc29d4a5 (patch)
treed940263a50d6bfb3ecbb660ca9de209b3b430814 /configs
parent85046f8cce34a3c9b6249a69326efdd407d50459 (diff)
downloadz180-stamp-f3e47f679c5154908d3f869c1e9a4b5fcc29d4a5.zip
Add build configuration for ATmega2561
Diffstat (limited to 'configs')
-rw-r--r--configs/debug.config1
-rw-r--r--configs/m1281-debug.config2
-rw-r--r--configs/m2561-debug.config2
3 files changed, 4 insertions, 1 deletions
diff --git a/configs/debug.config b/configs/debug.config
deleted file mode 100644
index 1a54f76..0000000
--- a/configs/debug.config
+++ /dev/null
@@ -1 +0,0 @@
-CONFIG_DEBUG=0
diff --git a/configs/m1281-debug.config b/configs/m1281-debug.config
new file mode 100644
index 0000000..db4eb98
--- /dev/null
+++ b/configs/m1281-debug.config
@@ -0,0 +1,2 @@
+CONFIG_DEBUG=0
+CONFIG_MCU=atmega1281
diff --git a/configs/m2561-debug.config b/configs/m2561-debug.config
new file mode 100644
index 0000000..2366681
--- /dev/null
+++ b/configs/m2561-debug.config
@@ -0,0 +1,2 @@
+CONFIG_DEBUG=0
+CONFIG_MCU=atmega2561