From a47b501cbb104bba41b492a7fcd1660b2ae1c3a6 Mon Sep 17 00:00:00 2001 From: Willi Thiel Date: Mon, 2 Apr 2012 21:51:22 +0200 Subject: [PATCH] Cleanup --- .gitignore | 3 +- {doc => contrib}/ATMEGA644 | 0 {doc => contrib}/ATMEGA88 | 0 contrib/eclipse/codestyle.xml | 166 ++++++++++++++++++++++++++++++ contrib/eclipse/codetemplates.xml | 10 ++ 5 files changed, 177 insertions(+), 2 deletions(-) rename {doc => contrib}/ATMEGA644 (100%) rename {doc => contrib}/ATMEGA88 (100%) create mode 100644 contrib/eclipse/codestyle.xml create mode 100644 contrib/eclipse/codetemplates.xml diff --git a/.gitignore b/.gitignore index e263610..8235278 100644 --- a/.gitignore +++ b/.gitignore @@ -2,8 +2,7 @@ .project .settings .dep -doc/html -doc/latex +doc main.eep main.elf main.hex diff --git a/doc/ATMEGA644 b/contrib/ATMEGA644 similarity index 100% rename from doc/ATMEGA644 rename to contrib/ATMEGA644 diff --git a/doc/ATMEGA88 b/contrib/ATMEGA88 similarity index 100% rename from doc/ATMEGA88 rename to contrib/ATMEGA88 diff --git a/contrib/eclipse/codestyle.xml b/contrib/eclipse/codestyle.xml new file mode 100644 index 0000000..9c0a1fb --- /dev/null +++ b/contrib/eclipse/codestyle.xml @@ -0,0 +1,166 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/contrib/eclipse/codetemplates.xml b/contrib/eclipse/codetemplates.xml new file mode 100644 index 0000000..77da0a9 --- /dev/null +++ b/contrib/eclipse/codetemplates.xml @@ -0,0 +1,10 @@ + \ No newline at end of file