smartether opened a new pull request #5809: URL: https://github.com/apache/incubator-nuttx/pull/5809
1,set rp2040 FIFO_MAX_SIZE to 16.ref: pico sdk -> static inline size_t i2c_get_write_available(i2c_inst_t *i2c) { const size_t IC_TX_BUFFER_DEPTH = 16; return IC_TX_BUFFER_DEPTH - i2c_get_hw(i2c)->txflr; } ## Summary fixed mpu9250_i2c not work due to mpu9250_i2c RP2040_I2C_IC_INTR_STAT_R_TX_OVER issue on RP2040. ## Impact RP2040 board. ## Testing RP2040 board. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org