Rough Notes
Formal Doc (Currently just template, will be updated soon)
Principle Engineer | |
Forced to Review | |
Dragged Along |
|
Uplifted | |
Objective | Add SD Card read/write capability to LOS |
Due date |
|
Key outcomes | Design and implement an object-oritented structure to log arbitrary messages to a SPI-connect SD card |
Status | DESIGN |
NOTE: AS OF 23.01.31 EVERYTHING BELOW THIS LINE IS OUT OF DATE. CURRENTLY THE LOS_Logging
+ LOS_Storage
thread on discord is the most updated. This page will be updated very very soon
\uD83E\uDD14 Problem Statement
Stanley TangHas written an SD card driver for communicating with an arbitrary SD card over SPI. This driver now needs to be ‘passed up’ the abstraction layer to an abstract interface with which ZP can call into it.
🎯 Scope
Current Must Haves: |
|
---|---|
Future Expansion: |
|
Not in scope: |
Tasks Break Down:
\uD83D\uDDD3 Timeline
Estimated timeline is ~1 month, as a conservative guess. This is Darwin Clark 's first project, so there are many unknowns contingent on how long it takes him to grasp topics and organizational structures.
✈️ Implementation Details (Insert LOS_Interface
object specs here)
✅ Actions Items
\uD83D\uDEA9 Milestones and deadlines
Milestone | Owner | Deadline | Status |
---|---|---|---|
Approved Interface Structure |
| In Progress | |
Coding |
| ||
Driver Testing |
| ||
Interface Testing |
Open Questions
What is the performance & reliability of SDMMC versus SPI?
Add Comment