提交历史

作者 SHA1 备注 提交日期
  Juha Niskanen 0113b0db95 drivers: handle I2C_TRANSFER return value consistently. Some I2C peripherals transfers return zero on success, others number of completed transfers. Make drivers robust against this. 7 年之前
  Gregory Nutt 456b5f06dc Clean up some comments 8 年之前
  Gregory Nutt 69ce24c70c I2C: Remove the setfrequency method from the interface 8 年之前
  Gregory Nutt 6ad641888b Add I2C frequency to the i2c_msg_s structure 8 年之前
  Gregory Nutt 10000841a8 The I2C_TRANSFER method is no longer optional 8 年之前
  Gregory Nutt 3a781a2d3f Remove I2C slave methods from I2C master interface; rename i2c_dev_s to i2c_master_s. 8 年之前
  Gregory Nutt ceb415204e Move include/nuttx/i2c.h to include/nuttx/i2c/i2c_master.h 8 年之前
  Gregory Nutt b6b3c2be3e Add I2C_TRANSFER based wrappers for I2C_TRANSFER as well 8 年之前
  Gregory Nutt 67f38169b2 drivers/i2c: Move wrapper that implements I2C_WRITEREAD using I2C_transfer from pc9555.c to a new, comon i2c directory 8 年之前