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
Right now, we need #if blocks for flash support for the various boards. Instead, we should have Catena::Flash class; it should export the appropriate gFlash.begin(), gFlash.end() and gFlash.powerdown() methods, and it should internally manage the appropriate SPI bus.
The text was updated successfully, but these errors were encountered:
Right now, we need #if blocks for flash support for the various boards. Instead, we should have Catena::Flash class; it should export the appropriate
gFlash.begin()
,gFlash.end()
andgFlash.powerdown()
methods, and it should internally manage the appropriate SPI bus.The text was updated successfully, but these errors were encountered: