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

mtd delete old 24xxxx_mtd driver and switch to NuttX AT24XX driver #11202

Closed
wants to merge 3 commits into from

Conversation

dagar
Copy link
Member

@dagar dagar commented Jan 12, 2019

If possible we should use the AT24XX driver from NuttX directly rather than carrying our own modified version in mtd.

Assuming there's no obvious reason we shouldn't do this the next step is to test it on a crazyflie.

Copy link
Member

@LorenzMeier LorenzMeier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The reason for this driver is that it is writing in short bursts and yields the bus in-between. The upstream driver was blocking the I2C driver for the full write, which is deadly if any other I2C device is on the same bus.

It can literally block the bus for seconds.

We don't have bandwidth right now for the full required QA for this right now and its unclear if the changes would be accepted upstream.

@dagar dagar closed this Jan 13, 2019
@LorenzMeier LorenzMeier deleted the pr-mtd_delete_AT24XX branch January 18, 2021 14:32
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