06-28-2020, 08:05 PM
OK. I have settled in on using codeblocks IDE for developing ESP32 IDF project code. Whenever I want to build the project, I just switch over to my bash shell and do a quick "make" command from within the project folder. If I want to program my ESP32 board, I just have to use the command "make flash". Debug serial output can be monitored with the "make monitor" command. I haven't tried to use OCD/GDB on the pinebook pro yet.