esp-idf/examples/system/ulp_riscv
Sudeep Mohanty 88e4c06028 ulp-riscv-i2c: Updated ULP RISC-V I2C driver to abort when met with errors
The current ULP RISC-V RTC I2C driver got stuck in an infinite loop if
there is a I2C transaction error. This commit amends the driver flow to
abort the read/write operation if met with errors. It also adds a loop
timeout to avoid getting stuck in an infinite loop.The commit also
updates the default bus timing parameters for RTC I2C to be faster.
This commit also adds documentation help to guide users when they meet
with issues while working with the RTC I2C driver on the ULP RISC-V coprocessor.
2023-03-29 13:25:46 +02:00
..
adc system: fix printf format errors in all system and cxx examples 2022-12-12 12:55:02 +08:00
ds18b20_onewire re-enable riscv ulp gpio support and examples 2022-06-08 17:59:28 +08:00
gpio ci: remove temp deepsleep tag runner 2022-07-19 12:12:46 +08:00
gpio_interrupt re-enable riscv ulp gpio support and examples 2022-06-08 17:59:28 +08:00
i2c ulp-riscv-i2c: Updated ULP RISC-V I2C driver to abort when met with errors 2023-03-29 13:25:46 +02:00
uart_print Add ULP-RISCV print and bitbanged UART tx API 2022-07-29 12:18:01 +08:00