adamtwatson

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Import Esp8266 Arduino projects and/or libraries #13204
    adamtwatson
    Participant

    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, 4 months ago by adamtwatson.
Viewing 1 post (of 1 total)