提交历史

作者 SHA1 备注 提交日期
  Ouss4 7aefd5a45f include/nuttx/i2c/i2c_master.h: Fix a small typo. 5 年之前
  dongjiuzhu bd24562aa5 include/nuttx/i2c/i2c_master.h: Add the standard speed macros. 6 年之前
  Gregory Nutt 2fd4925965 Update some comments 6 年之前
  Gregory Nutt 10069067c1 include/nuttx/i2c/i2c_master.h: Rename I2C_M_NORESTART to I2C_M_NOSTART since it may be used in other contexts than a repeated start. Add comments to clarilfy setup for repeated start. 6 年之前
  Gregory Nutt ee28cd9aeb include/nuttx/i2c/i2c_master.h: Add a definition to distinguish a new START of messages from a repeated start. No lower-half I2C drivers actually implement this new flag bit, however. drivers/i2c/i2c_writeread.c: Use new repeated START definition where appopriated. Other: Some cosmetic changes, updates to README files, etc. 6 年之前
  Juha Niskanen 4e4229a8ef i2c/i2c_master.h: Change incorrect comment about I2C_TRANSFER return value to indicate that the method returns zero on success rather than the number of bytes transferred. 6 年之前
  Gregory Nutt f84780f36e Changes from review of PR 114 8 年之前
  Gregory Nutt 7d538d19bf Costmetic changes to comments and style 8 年之前
  Gregory Nutt 6a056479d2 Add a some missing FAR in shared header files 8 年之前
  Gregory Nutt 8fa9b99e7c I2C driver should support the RESET method as well 8 年之前
  Gregory Nutt 03d868be3c I2C: Fix a naming error 8 年之前
  Gregory Nutt 9ce58ad5b7 I2C: up_i2creset should not be a global function; Now it is an I2C interface method 8 年之前
  Gregory Nutt 4a34a199dd I2C: Add an I2C character driver 8 年之前
  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 f9053182d3 I2C: Remove setaddress method 8 年之前
  Gregory Nutt ecdc428086 Remove the read and write methods from the I2C interface 8 年之前
  Gregory Nutt 8c9bddf998 I2C: Eliminate the I2C_WRITE and I2C_READ macros 8 年之前
  Gregory Nutt 10000841a8 The I2C_TRANSFER method is no longer optional 8 年之前
  Gregory Nutt cccfb11e38 Forgot to add a file in the last commit 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 年之前