hai , I would like to program cli uart in pca10059, what are all things to change in openthread stack in order to change UART pin configure and how to compile it ? I use only segger compiler , any guidline to use gcc in windows 10??
hai , I would like to program cli uart in pca10059, what are all things to change in openthread stack in order to change UART pin configure and how to compile it ? I use only segger compiler , any guidline to use gcc in windows 10??
Getting an error while running build_gcc_libs.py
H:\nRF5_SDK_for_Thread_and_Zigbee_v4.0.0_dc7186b\external\openthread\project>py -3 build_gcc_libs.py
Traceback (most recent call last):
File "build_gcc_libs.py", line 1, in <module>
import yaml
ModuleNotFoundError: No module named 'yaml'
Try installing pyyaml:
pip3 install pyyaml
Try installing pyyaml:
pip3 install pyyaml