aboutsummaryrefslogtreecommitdiffstats
path: root/boards/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-12-18 14:36:43 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-12-18 14:36:43 +0000
commit0b598c6990b28aba2eede3ca1208c30fe4dc62fe (patch)
tree96e3d2df1891861bff22c2d91f27f3285e20616f /boards/readme.txt
parentd844d13504de6523f6a5f77cd9ec8604584bdefe (diff)
downloadChibiOS-0b598c6990b28aba2eede3ca1208c30fe4dc62fe.tar.gz
ChibiOS-0b598c6990b28aba2eede3ca1208c30fe4dc62fe.tar.bz2
ChibiOS-0b598c6990b28aba2eede3ca1208c30fe4dc62fe.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1434 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'boards/readme.txt')
-rw-r--r--boards/readme.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/boards/readme.txt b/boards/readme.txt
new file mode 100644
index 000000000..4a28e12e1
--- /dev/null
+++ b/boards/readme.txt
@@ -0,0 +1,6 @@
+This directory contains the support files for various board models. If you
+want to support a new board:
+- Create a new directory under ./boards, give it the name of your board.
+- Copy inside the new directory the files from a similar board.
+- Customize board.c, board.h and board.mk in order to correctly initialize
+ your board. \ No newline at end of file