diff options
| author | Damien George <damien.p.george@gmail.com> | 2017-09-06 14:09:13 +1000 |
|---|---|---|
| committer | Damien George <damien.p.george@gmail.com> | 2017-09-06 14:09:13 +1000 |
| commit | 4a93801c12898898744131f57d79cf216d0861b3 (patch) | |
| tree | 1de68ace1e4799d82c65f3f4e0b29554f611d996 /docs/reference | |
| parent | 01dd7804b87d60b2deab16712eccb3b97351a9b7 (diff) | |
all: Update Makefiles and others to build with new ports/ dir layout.
Also renames "stmhal" to "stm32" in documentation and everywhere else.
Diffstat (limited to 'docs/reference')
| -rw-r--r-- | docs/reference/constrained.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/constrained.rst b/docs/reference/constrained.rst index 14286aa26..e7de459bc 100644 --- a/docs/reference/constrained.rst +++ b/docs/reference/constrained.rst @@ -279,7 +279,7 @@ After importing the modules, execute: Then copy and paste all the Q(xxx) lines into a text editor. Check for and remove lines which are obviously invalid. Open the file qstrdefsport.h which -will be found in stmhal (or the equivalent directory for the architecture in +will be found in ports/stm32 (or the equivalent directory for the architecture in use). Copy and paste the corrected lines at the end of the file. Save the file, rebuild and flash the firmware. The outcome can be checked by importing the modules and again issuing: |
