Hello All
I completely agree with Jeff above – and would like to add WE in the OFFICE ( two licenses! ) have used VisualGDB for lots of Raspberry Pi Work so far – works great!
So….
VisualGDB ESP32 support basically uses esp-idf (based on commit 2.1) – running with a cygwin environment
So is it possible to do the Arduino import for esp-idf listed below? (they use a MSYS2 instead)
https://github.com/espressif/arduino-esp32/blob/master/docs/esp-idf_component.md
Importing the Arduino is easy in windows /git – to C:\SysGCC\esp32\esp-idf.orig\components
I run the win32 console terminal in “c:\SysGcc\esp32\bin\” running mintty to bring up the cygwin console – then run ./bash and ./env
here is where i fall over (can’t find a way to run make menuconfig) – is it possible to include the <Arduino.h> code? – I don’t know anything about cygwin..!
-
This reply was modified 6 years, 11 months ago by adamtwatson.