diff options
author | Damien George <damien.p.george@gmail.com> | 2016-03-08 12:00:38 +0000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2016-03-08 12:00:38 +0000 |
commit | bb293e6bcfbaad6d4fa247c56d62a8af55fd3068 (patch) | |
tree | c565a4c9672b0f9dc3786573049ba7bed9e1dc03 /README.md | |
parent | 2c72ae5c29143af7cd10e1458bfcbeafaf99b98d (diff) | |
download | micropython-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.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |