Page 1 of 1

I2C driver has changes in components/esp32/include/soc/i2c_struct.h

Posted: Wed Jan 04, 2017 10:05 pm
by jumjum123
New driver for I2C brings up change in components/esp32/include/soc/i2c_struct.h.
Compiling arduino component with new esp-idf ends with error
scl_low_period changed to period
fifo_start_addr changed to ram_data[32]
See https://github.com/espressif/esp-idf/co ... 1492b84a19 for more info

Re: I2C driver has changes in components/esp32/include/soc/i2c_struct.h

Posted: Thu Jan 05, 2017 11:41 am
by shadow
I think you should create a ticket for this.

Re: I2C driver has changes in components/esp32/include/soc/i2c_struct.h

Posted: Thu Jan 05, 2017 12:26 pm
by shadow
I see a some changes were just committed and those might fix the issue.
I did a compile test with the Sparkfun BME280 lib and besides the MSBFIRST to SPI_MSBFIRST rename, it compiled.