You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have two instances of this PSRAM PMOD breakout module, and I'd like to add support for this as the Shared System Memory on an Arbitrator. This will require:
Adding a QSPI driver for a chip, likely the nRF52840
Writing a Rust driver for the chip, with basic read/write functionality
Writing a sort of "ring file system/allocator" that can be used by the Object Store plane
Implement the Object Store Plane for Card and Arbitrators
Modifying or building a new Arbitrator Card that can connect to the PMOD
The text was updated successfully, but these errors were encountered:
I have two instances of this PSRAM PMOD breakout module, and I'd like to add support for this as the Shared System Memory on an Arbitrator. This will require:
The text was updated successfully, but these errors were encountered: