Merge branch 'feature/i2c_add_static_buffer_transfers' into 'master'

i2c: add `i2c_cmd_link_create_static()` to create commands from a given buffer

Closes IDFGH-3087

See merge request espressif/esp-idf!13013
This commit is contained in:
Michael (XIAO Xufeng)
2021-07-02 14:00:03 +00:00
7 changed files with 579 additions and 248 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ typedef struct {
#define i2c_hal_write_cmd_reg(hal,cmd, cmd_idx) i2c_ll_write_cmd_reg((hal)->dev,cmd,cmd_idx)
/**
* @brief Configure the I2C to triger a trasaction
* @brief Configure the I2C to triger a transaction
*
* @param hal Context of the HAL layer
*