aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/boards/readme.txt
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2016-02-28 08:46:42 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2016-02-28 08:46:42 +0000
commit10a77655c04a9f8507479935e1e1ecb125f36916 (patch)
tree74c3a74f6c00b82ae081a791f4df1744d7f26ac5 /os/hal/boards/readme.txt
parente75648ec64e3b9d8bf2c8d7b621d1c4fd4616e56 (diff)
downloadChibiOS-10a77655c04a9f8507479935e1e1ecb125f36916.tar.gz
ChibiOS-10a77655c04a9f8507479935e1e1ecb125f36916.tar.bz2
ChibiOS-10a77655c04a9f8507479935e1e1ecb125f36916.zip
Board files for STM32L476-Discovery.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8973 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/boards/readme.txt')
-rw-r--r--os/hal/boards/readme.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/boards/readme.txt b/os/hal/boards/readme.txt
index b08a21bfb..5d08e8ad1 100644
--- a/os/hal/boards/readme.txt
+++ b/os/hal/boards/readme.txt
@@ -1,6 +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.
+- Create a new directory under ./os/hal/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.