Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Corrected working directory for config #1

Merged
merged 1 commit into from
Nov 14, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/en/get-started/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,17 @@ Besides the toolchain (that contains programs to compile and build the applicati
Set up path to ESP-MDF
=======================

The toolchain progarms access ESP-MDF using ``MDF_PATH`` environment variable. This variable should be set up on your PC, otherwise projects will not build. The setup method is same as ``IDF_PATH``.
The toolchain programs access ESP-MDF using ``MDF_PATH`` environment variable. This variable should be set up on your PC, otherwise projects will not build. The setup method is same as ``IDF_PATH``. These instructions show this method for ``IDF_PATH``: https://docs.espressif.com/projects/esp-idf/en/stable/get-started/add-idf_path-to-profile.html.


.. _get-started-configure:

Configure
===============

In the terminal window, go to the directory of ``get-started`` by typing ``cd ~/esp/get-started``, and then start project configuation utility ``menuconfig``: ::
In the terminal window, go to the directory of ``get-started`` by typing ``cd ~/esp/esp-mdf/examples/get-started``, and then start project configuation utility ``menuconfig``: ::

cd ~/esp/get-started
cd ~/esp/esp-mdf/examples/get-started
make menuconfig

* Configure ``examples`` under the submenu ``Example Configuration``
Expand Down Expand Up @@ -91,4 +91,4 @@ You can build and flash with ``gen_misc.sh``, which adds timestamp and log savin

``format.sh`` can be used to format the codes::

$MDF_PATH/tools/format.sh .
$MDF_PATH/tools/format.sh .