Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement: i2c_slave_rx doesn't check data_len #3

Open
larry-xmos opened this issue Nov 9, 2011 · 1 comment
Open

Enhancement: i2c_slave_rx doesn't check data_len #3

larry-xmos opened this issue Nov 9, 2011 · 1 comment

Comments

@larry-xmos
Copy link

Version: 2.0.0rc0

This can cause overflow if master is requesting too much data. Behaviour should be well defined in that case, e.g. compare the running counter j against data_len

@djpwilk
Copy link
Member

djpwilk commented Jan 20, 2012

This issue only applies to the module_i2c, not to the other components.

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

No branches or pull requests

2 participants