Search found 9 matches
- Tue Jul 28, 2020 7:53 am
- Forum: IDEs for ESP-IDF
- Topic: How do you set the flashing baud rate in Visual Studio Code?
- Replies: 4
- Views: 13634
Re: How do you set the flashing baud rate in Visual Studio Code?
I noticed this in the tasks.json file: "command": "${config:idf.pythonBinPath} ${config:idf.espIdfPath}/tools/idf.py -p ${config:idf.port} -b ${config:idf.baudRate} flash", "command": "${config:idf.pythonBinPath} ${config:idf.espIdfPath}/tools/idf.py -p ${config:idf.port} -b ${config:idf.baudRate} m...
- Tue Jul 07, 2020 1:07 pm
- Forum: IDEs for ESP-IDF
- Topic: How do you set the flashing baud rate in Visual Studio Code?
- Replies: 4
- Views: 13634
Re: How do you set the flashing baud rate in Visual Studio Code?
Thanks but unfortunately that doesn't work. In the configuration the only options for "baud" are "idf.py monitor baud rate" and "UART console baud rate". If I change the idf.py monitor baud rate it flashes at 115200 but then switches to the higher rate for the monitor. The UART console baud rate has...
- Sat Jun 20, 2020 8:23 pm
- Forum: IDEs for ESP-IDF
- Topic: How do you set the flashing baud rate in Visual Studio Code?
- Replies: 4
- Views: 13634
How do you set the flashing baud rate in Visual Studio Code?
In VSCode how do you set the -b parameter when esptool.py is called to set the baud rate?
It defaults to 115200 which is rather slow and I can't see where to change it.
It defaults to 115200 which is rather slow and I can't see where to change it.
- Mon Jun 08, 2020 11:48 am
- Forum: IDEs for ESP-IDF
- Topic: Example projects in VSCode don't build
- Replies: 1
- Views: 3210
Re: Example projects in VSCode don't build
Fixed it. The issue is that build/config/sdkconfig.h is added by the build system but the IDE doesn't realize that and so flags up the defines in there as missing. You can either ignore it or add it via #include and it will build OK either way.
- Sun Jun 07, 2020 3:05 pm
- Forum: IDEs for ESP-IDF
- Topic: Example projects in VSCode don't build
- Replies: 1
- Views: 3210
Example projects in VSCode don't build
I've tried the blink and Hello World example projects in VSCode and neither build out of the box. Both have unresolved defines, e.g. CONFIG_FREERTOS_HZ. Trying to run idf.py from the terminal fails (unknown command).
I am on Windows 8.1. Does it work properly on Linux? Seems like maybe a path issue.
I am on Windows 8.1. Does it work properly on Linux? Seems like maybe a path issue.
- Fri Apr 17, 2020 12:01 pm
- Forum: IDEs for ESP-IDF
- Topic: No Toolchain found for Target Local error
- Replies: 6
- Views: 16812
Re: No Toolchain found for Target Local error
The JSON file had to be renamed to be attached and I redacted my username from it. My username does not contain spaces or any characters apart from basic English alphabet ones.
Thanks for the support.
Thanks for the support.
- Thu Apr 16, 2020 11:08 am
- Forum: IDEs for ESP-IDF
- Topic: No Toolchain found for Target Local error
- Replies: 6
- Views: 16812
Re: No Toolchain found for Target Local error
Oh, I must have taken the screenshot before the build completed, my mistake. Anyway it is built and the errors have not resolved. https://i.imgur.com/2a9YoQe.png In any case I also tried VS Code and it seems to work a lot better. None of those errors and worked first time, although I did have to hav...
- Wed Apr 15, 2020 2:24 pm
- Forum: IDEs for ESP-IDF
- Topic: No Toolchain found for Target Local error
- Replies: 6
- Views: 16812
Re: No Toolchain found for Target Local error
Thanks, I can build it now. I followed your instructions and they didn't work, I still couldn't build by pressing ctrl-B. But then I clicked on the build icon in the toolbar and it built OK, and after that I could use ctrl-B as well. Some kind of first-run bug. I still get a lot of errors in the edi...
- Fri Apr 10, 2020 5:13 pm
- Forum: IDEs for ESP-IDF
- Topic: No Toolchain found for Target Local error
- Replies: 6
- Views: 16812
No Toolchain found for Target Local error
I have installed Eclipse and followed the instructions to set up for ESP32 development but with the blinky example I get a "No Toolchain found for Target Local" error. I don't actually have an ESP32, I am just trying to build the example code before buying a dev board. Windows 8.1 Eclipse 20200313-1...