How can I use menuconfig to change some settings when I use arduino IDE

iwos2610
Posts: 1
Joined: Wed Sep 18, 2019 6:25 am

How can I use menuconfig to change some settings when I use arduino IDE

Postby iwos2610 » Thu Sep 19, 2019 2:11 am

I'm working at windows system, And I found that the compiling process run in Arduino IDE is faster so much then in idf mode(use esp32_win32_msys2_environment_and_toolchain-20190611 in herehttps://docs.espressif.com/projects/esp ... setup.html),and I want to know why the comliling process in Arduino is so fast then in msys2.

lbernstone
Posts: 826
Joined: Mon Jul 22, 2019 3:20 pm

Re: How can I use menuconfig to change some settings when I use arduino IDE

Postby lbernstone » Fri Sep 20, 2019 2:31 am

Arduino-esp32 uses pre-compiled libraries for the esp-idf APIs. This does speed up the compile, but means you can't change all those menuconfig options. You cannot do this in the Arduino IDE. If you would like to change these options, you can compile arduino as an esp-idf component https://github.com/espressif/arduino-es ... mponent.md
This is also now possible in platform.io using 'framework = arduino, espidf' in your platformio.ini.

Who is online

Users browsing this forum: Google [Bot] and 49 guests