Motivations
It is extremely difficult to use this template on Windows without using WSL2.
- Would you like to implement this feature? n
Solution
Set ESP_IDF_TOOLS_INSTALL_DIR and the build.build-dir to some directory close to root (i.e. C:\e\)
This allows me to use this on Windows without WSL2
Alternatives
N/A
Additional context
I've managed to vibe-slop an implementation of this.
This does have a bug that workspace/global option is not respected. ESP-IDF is always installed to a C:\e\idf
Additionally, if you would like to use this with WSL2, you would not want this template as is.
Therefor, I do not recommend merging this fork. However, it could serve as a good base.
https://github.com/dickermoshe/esp-idf-template
Motivations
It is extremely difficult to use this template on Windows without using WSL2.
Solution
Set
ESP_IDF_TOOLS_INSTALL_DIRand thebuild.build-dirto some directory close to root (i.e.C:\e\)This allows me to use this on Windows without WSL2
Alternatives
N/A
Additional context
I've managed to vibe-slop an implementation of this.
This does have a bug that workspace/global option is not respected. ESP-IDF is always installed to a
C:\e\idfAdditionally, if you would like to use this with WSL2, you would not want this template as is.
Therefor, I do not recommend merging this fork. However, it could serve as a good base.
https://github.com/dickermoshe/esp-idf-template