mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-18 07:37:54 +00:00
i2c: optimize space allocated for read or write buffers
Only a single command will be allocated now when a read or write is prepared in the command list. The size of a command's buffer is not limited to 255 bytes anymore.
This commit is contained in:
@@ -25,7 +25,7 @@ extern "C" {
|
||||
#define I2C_LL_INTR_MASK (0x1ffff) /*!< I2C all interrupt bitmap */
|
||||
|
||||
/**
|
||||
* @brief I2C hardware cmd register filed.
|
||||
* @brief I2C hardware cmd register fields.
|
||||
*/
|
||||
typedef union {
|
||||
struct {
|
||||
|
Reference in New Issue
Block a user