I’m working on interfacing some I2C devices on ESP32 and I see that I2C files are missing from the ESP32 toolchain that you provide. I found the files on the toolchain that Espressif provides and I put them in place in my copy of your toolchain. I get the project to build and load and run with no exceptions showing on the JTAG or com port, but I’m not getting any activity on the I2C lines (watching with a logic analyzer that DOES show I2C working properly on an ESP8266). I guess something is wrong with my attempt to lace I2C into the source.
Sysprogs people: I expect you know how to do this. Could you please add the I2C files to the toolchain, and maybe throw up a demo?
Anybody else: Have you gotten I2C to work on ESP32 with VisualGDB? If so I would love to see how you did it.