aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/boards/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-08-10 14:58:16 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-08-10 14:58:16 +0000
commit51b16c7a2dbd4f3d0be30049a4dad702961bfb8b (patch)
tree2e43247fbfc993d21f3b66381999e15886bdc81e /os/hal/boards/readme.txt
parentff1b36acdc78609a835e3e20bf9897399c08806f (diff)
downloadChibiOS-51b16c7a2dbd4f3d0be30049a4dad702961bfb8b.tar.gz
ChibiOS-51b16c7a2dbd4f3d0be30049a4dad702961bfb8b.tar.bz2
ChibiOS-51b16c7a2dbd4f3d0be30049a4dad702961bfb8b.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6126 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/boards/readme.txt')
-rw-r--r--os/hal/boards/readme.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/os/hal/boards/readme.txt b/os/hal/boards/readme.txt
new file mode 100644
index 000000000..b08a21bfb
--- /dev/null
+++ b/os/hal/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.