WSL (Windows Subsystems for Linux) is a great way how to build projects based on ESP-IDF. The problem is how to flash the image from […] Read More
Tag: linux
According to Microsoft WSL2 is way faster than WSL1 for running Linux images. So, why even after upgrade to WSL2 is Linux running slow and […] Read More
MobaXterm is a great software that allows running applications from Linux on Windows in a nice integrated way without the need of installing extra XServer. […] Read More
If you’d like to run multiple commands in shell which is executed one by one, you can simply type: What if you need to run […] Read More
Visual Studio Code has great C/C++ support and it’s possible to debug a project with it. Visual Studio Code can use gdb as a debugger. […] Read More