Skip to content

Commit 90b37ad

Browse files
gudnimgnashif
authored andcommitted
doc: develop: tools: drop pykwalify
Drop troubleshooting section mentioning pykwalify. Pykwalify is no longer used. The troubleshooting section is incomplete anyway. Signed-off-by: Guðni Már Gilbert <gudni.m.g@gmail.com>
1 parent 08064c6 commit 90b37ad

1 file changed

Lines changed: 0 additions & 20 deletions

File tree

doc/develop/tools/stm32cubeide.rst

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -114,24 +114,4 @@ If you only want to use STM32CubeIDE to debug your project you can proceed as fo
114114

115115
#. The project can now be debugged using the :guilabel:`Debug` button.
116116

117-
Troubleshooting
118-
***************
119-
120-
When configuring your project you see an error that looks similar to:
121-
122-
.. code-block::
123-
124-
Error message: Traceback (most recent call last):
125-
126-
File "/path/to/zephyr/scripts/list_boards.py", line 11, in <module>
127-
import pykwalify.core
128-
129-
ModuleNotFoundError: No module named 'pykwalify'
130-
131-
132-
This means that you did not start the IDE in a Zephyr environment. You must
133-
delete the ``config_default`` build directory and start STM32CubeIDE again,
134-
making sure that you can run ``west`` in the shell that you start STM32CubeIDE
135-
from.
136-
137117
.. _STM32CubeIDE: https://www.st.com/en/development-tools/stm32cubeide.html

0 commit comments

Comments
 (0)