Page 1 of 1

Re: ESP32-S3 RISC-V RTC_I2C

Posted: Wed Jan 15, 2025 2:11 pm
by Mycael_
Hi

I am getting conflicting definitions of GPIO enumerations and types (gpio_num_t and GPIO_NUM_*) when using "ulp_riscv_gpio.h" and "ulp_riscv_i2c.h" at the same time in the Risc-V coprocessor, I can´t find a workaround and I can´t not include them because I need to use more than just the GPIO_NUM_* definitions.
I am using the ESP-IDF v5.3.2

Re: ESP32-S3 RISC-V RTC_I2C

Posted: Wed Jan 15, 2025 3:59 pm
by Mycael_
I noticed that when I try to open the library, the IDE has a preference to open the files from version 5.3.1, is it a problem if I have both versions on the computer? I already changed the environment variable path, yet it still opens the files from the old version.