summaryrefslogtreecommitdiffstats
path: root/user/bsps/arm/stm32h7.rst
diff options
context:
space:
mode:
Diffstat (limited to 'user/bsps/arm/stm32h7.rst')
-rw-r--r--user/bsps/arm/stm32h7.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/user/bsps/arm/stm32h7.rst b/user/bsps/arm/stm32h7.rst
index ec7440f..cdf4d43 100644
--- a/user/bsps/arm/stm32h7.rst
+++ b/user/bsps/arm/stm32h7.rst
@@ -1,6 +1,6 @@
.. SPDX-License-Identifier: CC-BY-SA-4.0
-.. Copyright (C) 2020 embedded brains GmbH
+.. Copyright (C) 2020 embedded brains GmbH & Co. KG
.. Copyright (C) 2022 Karel Gardas <karel@functional.vision>
@@ -248,7 +248,7 @@ installed. Please go to its *bin* directory. E.g.
$ cd plugins/com.st.stm32cube.ide.mcu.externaltools.stlink-gdb-server.linux64_2.0.200.202202231230/tools/bin
Now, you will need to edit provided *config.txt* file inside the
-directory. Use your favorite editor. Open the file and scrolls
+directory. Use your favorite editor. Open the file and scroll
down to its end. You will see following comment:
.. code-block:: none
@@ -332,7 +332,7 @@ Generate default configuration for the board:
.. code-block:: shell
- $ ./waf bsp_defaults --rtems-bsps=arm/stm32h747i-disco > stm32h747i-disco.ini
+ $ ./waf bspdefaults --rtems-bsps=arm/stm32h747i-disco > stm32h747i-disco.ini
Regenerate build specification cache (needs a couple of seconds)...
To run basic hello world or ticker samples you do not need to modify