esp-idf/components
Omar Chebib 7dd499d1f4 i2c: commands can now be re-used without deleting and creating new cmd links
It is now possible to call `i2c_master_cmd_begin()` on the same
`i2c_cmd_handle_t` parameter. Thus, no extra allocation will be performed.
Moreover, as commands contains pointers to data, these can be modified
between two calls to `i2c_master_cmd_begin()`. This becomes very handy
for framebuffers.
2021-06-09 17:03:39 +08:00
..
2021-05-17 03:43:02 +02:00
2021-05-12 17:53:32 +08:00
2021-01-06 17:21:53 +05:30
2021-05-28 11:05:22 +08:00
2021-06-07 18:48:38 +07:00
2021-02-26 19:45:48 +08:00