Search found 4 matches

by Urada_esp
Thu Aug 22, 2024 9:00 am
Forum: ESP-IDF
Topic: How do I use idf.py with VSCode + Windows?
Replies: 2
Views: 1239

Re: How do I use idf.py with VSCode + Windows?

After the installation is complete, there will be a button "Open esp-idf terminal" under vsc, which will set the necessary environment variables, and you can use it directly afterwards. The py interpreter it uses seems to be installed by the idf framework itself
by Urada_esp
Thu Aug 22, 2024 8:54 am
Forum: ESP-IDF
Topic: esp32 c3 read input from usb
Replies: 0
Views: 306

esp32 c3 read input from usb

I'm mixing idf and arduino. First, I'm not familiar with concepts like usb-jtag/openocd. I wanted the esp32c3 to get configuration input from the serial tool, but once I used Serial.begin (Serial1.begin as well), the logs I output with log_x could not be displayed in the console (idf monitor). They ...
by Urada_esp
Thu Aug 22, 2024 8:32 am
Forum: ESP-IDF
Topic: Modifying cmake will cause the entire project to be recompiled
Replies: 2
Views: 493

Re: Modifying cmake will cause the entire project to be recompiled

well, after using it for a while, I've gotten used to this process. thanks for your answer
by Urada_esp
Mon Aug 19, 2024 6:44 am
Forum: ESP-IDF
Topic: Modifying cmake will cause the entire project to be recompiled
Replies: 2
Views: 493

Modifying cmake will cause the entire project to be recompiled

Modifying cmake (for example, when adding source files or adding requires items) will cause the entire project's 1400+ files to be recompiled. Is this normal? I can understand that modifying sdkconfig will cause the entire project to be recompiled, which may set some constants and macros. Each recom...