aboutsummaryrefslogtreecommitdiff
path: root/template/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'template/README.md')
-rw-r--r--template/README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/template/README.md b/template/README.md
new file mode 100644
index 0000000..bdafb7f
--- /dev/null
+++ b/template/README.md
@@ -0,0 +1,9 @@
+AVR-IOE template project
+========================
+Use can use this as template for our project. Just move it where you want it and
+change symbolic link to avr-ioe. Or if you are going to use git, just remove
+symbolic link and add avr-ioe as submodule.
+
+In Makefile you can change project name and add or change source files.
+
+To configure avr-ioe just run `make menuconfig` in this folder.