summaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2016-03-08 12:00:38 +0000
committerDamien George <damien.p.george@gmail.com>2016-03-08 12:00:38 +0000
commitbb293e6bcfbaad6d4fa247c56d62a8af55fd3068 (patch)
treec565a4c9672b0f9dc3786573049ba7bed9e1dc03 /README.md
parent2c72ae5c29143af7cd10e1458bfcbeafaf99b98d (diff)
downloadmicropython-bb293e6bcfbaad6d4fa247c56d62a8af55fd3068.tar.gz
micropython-bb293e6bcfbaad6d4fa247c56d62a8af55fd3068.zip
stmhal: Add stmhal-specific README.md with extra details for this port.
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9c5cef706f..f17be0ab85 100644
--- a/README.md
+++ b/README.md
@@ -149,3 +149,4 @@ Then to flash the code via USB DFU to your device:
This will use the included `tools/pydfu.py` script. If flashing the firmware
does not work it may be because you don't have the correct permissions, and
need to use `sudo make deploy`.
+See the README.md file in the stmhal/ directory for further details.