ESP-IDF 4.1 + Visual Studio Community 2019
Re: ESP-IDF 4.1 + Visual Studio Community 2019
Were the error message still the same? I mean did visual studio still can not find stdio.h, stdint.h, etc files? When you have finished editing CMakeSettings.json, visual studio need to regenerate the CMake cache. But sometime it does not use the most recent CMakeSettings.json. It's a bit annoying. If you want to force it, try close visual studio, delete the build folder and everything inside .vs folder except tasks.vs.json. And then open visual studio again.
Re: ESP-IDF 4.1 + Visual Studio Community 2019
I just tested ESP-IDF 4.0.2 with Visual Studio again. In the environment section of CMakeSettings.json you also need to add this line:
"IDF_CCACHE_ENABLE": "1",
Remove the comma if you put it on the last line in the environment section. This environment variable enable cache when you call a task (eg. Run flash).
"IDF_CCACHE_ENABLE": "1",
Remove the comma if you put it on the last line in the environment section. This environment variable enable cache when you call a task (eg. Run flash).
Re: ESP-IDF 4.1 + Visual Studio Community 2019
Hello,
We have decided on buying a license for visualGDB. So this is probably as far as I will go with this.
We have decided on buying a license for visualGDB. So this is probably as far as I will go with this.
Re: ESP-IDF 4.1 + Visual Studio Community 2019
It's been a while, but I came across an interesting blogpost from Microsoft.
https://devblogs.microsoft.com/cppblog/ ... velopment/
This could be helpfull to use VS as delevelopment environment for the ESP as well.
https://devblogs.microsoft.com/cppblog/ ... velopment/
This could be helpfull to use VS as delevelopment environment for the ESP as well.
Who is online
Users browsing this forum: No registered users and 48 guests