We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The 24xx64 eeprom driver uses two 8 bits field to address the i2c read command
openMMC/modules/eeprom_24xx64.c
Lines 40 to 60 in 3f659b9
but the lpcopen module that handle this expect only one 8 bit address
openMMC/port/ucontroller/nxp/lpc17xx/lpcopen/src/i2c_17xx_40xx.c
Lines 462 to 475 in 3b7ae35
For this reason, we need to build a custom function to handle this i2c transaction that accepts any size of command field.
The text was updated successfully, but these errors were encountered:
gustavosr8
Successfully merging a pull request may close this issue.
The 24xx64 eeprom driver uses two 8 bits field to address the i2c read command
openMMC/modules/eeprom_24xx64.c
Lines 40 to 60 in 3f659b9
but the lpcopen module that handle this expect only one 8 bit address
openMMC/port/ucontroller/nxp/lpc17xx/lpcopen/src/i2c_17xx_40xx.c
Lines 462 to 475 in 3b7ae35
For this reason, we need to build a custom function to handle this i2c transaction that accepts any size of command field.
The text was updated successfully, but these errors were encountered: