Am I the only one who finds Zephyrs I2C implementation a little cludgy? Or am I just missing something?
It may be that I'm just used to bare metal I2C but I can't seem to figure out how I can send a few bytes, followed by 512 zero's without allocating a 514 byte array?
What I'm looking for is and i2c_write() that I can tell not to send an I2C_MSG_STOP....
Or am I just looking at it the wrong way?
Thanks folks, I promise I'm working hard to get past the dumb questions.