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

add I2C slave #146

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

add I2C slave #146

wants to merge 4 commits into from

Conversation

dbestm
Copy link

@dbestm dbestm commented Jan 25, 2016

No description provided.

@bcostm
Copy link

bcostm commented Jan 29, 2016

The fail is in the frdm-k64f-armcc target because the define DEVICE_I2C_SLAVE is equal to 1 but the I2C slave functions are not implemented for this target.

@0xc0170
Copy link
Contributor

0xc0170 commented Jan 29, 2016

The fail is in the frdm-k64f-armcc target because the define DEVICE_I2C_SLAVE is equal to 1 but the I2C slave functions are not implemented for this target.

I'll fix this, will clean k64f device header file. Thanks

@hugovincent
Copy link
Contributor

(The .gitignore and .gitattributes shouldn't be in this PR).

@dbestm
Copy link
Author

dbestm commented Apr 18, 2016

It seems the define DEVICE_I2C_SLAVE is still equal to 1 (in mbed-hal-frdm-k64f/device.h)
Could you reset it?

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.

4 participants