Skip to content

Conversation

@jrddupont
Copy link

Firmware did not work with Teensy 3.2 because I2C_BUFFER_LENGTH was never defined. Commenting out the elif for Teensy boards fixes this issue, but I am not sure if a buffer length of 32 is correct.

…ever defined. Commenting out the elif for Teensy boards fixes this issue, but I am not sure if a buffer length of 32 is correct.
@nseidle
Copy link
Member

nseidle commented Jan 23, 2019

Yup. It's a problem. Thanks for the PR but I'll push a slightly different fix. I'd rather define the buffer size under the Teensy gate than have it default.

For now I'm setting it to 32 bytes but with i2c_t3 these buffers could be increased significantly.

New INOs should be pushed shortly.

@nseidle nseidle closed this Jan 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants