Page 1 of 1

esp32-c3 >> 2 ESP-IDF for 2 different modules

Posted: Tue Feb 08, 2022 7:03 am
by 666hjk
Hi,

i recently bought esp32-c3 . Already have esp32 and ESP-IDF for esp32 in my laptop.
Can i place esp32-c3's ESP-IDF together in the same directory as for ESP-IDF for esp32 ?
Since there is only 1 IDF_PATH for 2 different modules, how should i arrange it?
Looked thru yr documentation, can't find any on that issue.

Thanks.

Re: esp32-c3 >> 2 ESP-IDF for 2 different modules

Posted: Wed Feb 09, 2022 1:39 am
by ESP_Sprite
There is no 'ESP-IDF for the C3' specifically: if you have a recent enough ESP-IDF, it will support both chips. Unless you need to hang on to an older ESP-IDF, it's likely easiest to simply make sure your current directory has an ESP-IDF new enough to support the C3, and upgrade if it does not.

Re: esp32-c3 >> 2 ESP-IDF for 2 different modules

Posted: Wed Feb 09, 2022 9:54 am
by 666hjk
Noted. thanks for the explanation.
have already done the upgrading

on going learning continues ...