Search found 8 matches

by jhlee1
Tue Jun 18, 2024 12:31 am
Forum: IDEs for ESP-IDF
Topic: ESP-IDF setup error in vscode with ESP-IDF extension
Replies: 4
Views: 3414

Re: ESP-IDF setup error in vscode with ESP-IDF extension

There is only one difference between IDF setup success and failure.

It just need to add `idf_version.txt` in <IDF_TOOLS_PATH>\python_env\idf5.2_py3.11_env before download or search ESP-IDF setup.
Content of `idf_version.txt` file is `5.2`.
by jhlee1
Mon Jun 17, 2024 10:39 am
Forum: IDEs for ESP-IDF
Topic: ESP-IDF setup error in vscode with ESP-IDF extension
Replies: 4
Views: 3414

Re: ESP-IDF setup error in vscode with ESP-IDF extension

Hi, I found below in log file you mentioned: Error: Command failed: \"d:\\esp\\espressif\\tools\\idf-python\\3.11.2\\python.exe\" \"d:\\esp\\v5.2.2\\esp-idf\\tools\\idf_tools.py\" install-python-env\nERROR: Python environment is set to d:\\esp\\espressif\\python_env\\idf5.2_py3.11_env which was gene...
by jhlee1
Wed Jun 12, 2024 5:34 am
Forum: IDEs for ESP-IDF
Topic: ESP-IDF setup error in vscode with ESP-IDF extension
Replies: 4
Views: 3414

ESP-IDF setup error in vscode with ESP-IDF extension

Install ESP-IDF: v5.2.2 VSCode: v1.90.0 ESP-IDF Extension: v1.7.1 Hi, I try to install ESP-IDF stable version(v5.2.2) in VSCode But, I face error message when install it. ESP-IDF was install in directory, but setup in vscode with esp-idf extension is not completed Steps to reproduce. 1. Install VSCo...
by jhlee1
Thu May 30, 2024 10:00 am
Forum: General Discussion
Topic: Flash using USB in ESP32-S3
Replies: 1
Views: 898

Flash using USB in ESP32-S3

Test board: ESP32-S3 DevkitC-1 IDF Version: v5.2 Hi, I have a question after testing with reference to [DFU via USB, USB OTG, USB Serial/JTAG] in the ESP-IDF Programming Guide. According to the guide document, the ESP32-S3's default USB PHY connection is USB_SERIAL_JTAG. Flashing was possible throug...
by jhlee1
Mon Mar 25, 2024 9:12 am
Forum: General Discussion
Topic: Project and build path in idf.py
Replies: 2
Views: 1449

Re: Project and build path in idf.py

I found point where paths change!

'validate_root_options' function in <idf path>/tools/idf_py_actions/core_ext.py.
This function use realpath about project_dir and build_dir. need to comment this.
by jhlee1
Wed Mar 20, 2024 7:31 am
Forum: General Discussion
Topic: Project and build path in idf.py
Replies: 2
Views: 1449

Project and build path in idf.py

Hi, I set up a virtual drive the project path to prevent wrong path because of unicode. Below is test directory of 'WrongPath' project. Real path of project - D:\VSCode\한글경로\WrongPath Virtual Path of project - P:\WrongPath I try to menuconfig in virtual path, but idf.py refers to real path. I checke...
by jhlee1
Mon Feb 05, 2024 6:02 am
Forum: General Discussion
Topic: Project path in idf.py
Replies: 1
Views: 535

Project path in idf.py

Hi, I'm using VSCode with extension Espressif IDF v1.6.4 and ESP-IDF v5.0.2 on Windows 10. In my case, I set up a virtual drive the project path to prevent paths that may cause problems, such as spaces at project path. For example, when creating and using a project called Blink, Real path is D:\User...
by jhlee1
Mon Sep 11, 2023 7:16 am
Forum: General Discussion
Topic: ESP-IDF v5.1 - identifier "CONFIG_FREERTOS_HZ" is undefined
Replies: 9
Views: 9074

Re: ESP-IDF v5.1 - identifier "CONFIG_FREERTOS_HZ" is undefined

I'm using VSCode v1.82 and extension Espressif IDF v1.6.4 on Windows 10. I have the same problem after installing idf v5.1. Even existing projects using idf v5.0 occur the same problem. I tried adding "compileCommands": "${workspaceFolder}\\build\\compile_commands.json" to the configurations in the ...