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.