Northeastern-Electric-Racing / Cerberus

Our FreeRTOS-based vehicle control application
1 stars 0 forks source link

[Interface] - Add EEPROM to MPU Interface #130

Open nwdepatie opened 6 months ago

nwdepatie commented 6 months ago

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 commented 4 months ago

@nwdepatie should I close it ??