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

[Interface] - Add EEPROM to MPU Interface #130

Open
nwdepatie opened this issue Jan 7, 2024 · 1 comment · May be fixed by #263
Open

[Interface] - Add EEPROM to MPU Interface #130

nwdepatie opened this issue Jan 7, 2024 · 1 comment · May be fixed by #263
Assignees

Comments

@nwdepatie
Copy link
Contributor

Description

Another component onboard the MPU that was never added is the EEPROM, the M24C32. We already have a driver for this, but we need to initialize it and provide an interface to add data to it.

Acceptance Criteria

EEPROM is correctly initialized, allocated, and an interface is made to the user

Proposed Solution

We should use the M24C32 driver we already made in Embedded-Base, and also probably use the EEPROM fs that we have to create a super minimal filesystem for logging.

@bharath-v-m bharath-v-m self-assigned this Feb 3, 2024
@bharath-v-m
Copy link
Contributor

@nwdepatie should I close it ??

@rubennoro rubennoro self-assigned this Jan 3, 2025
@rubennoro rubennoro linked a pull request Jan 19, 2025 that will close this issue
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

Successfully merging a pull request may close this issue.

3 participants