zephyrproject-rtos / zephyr

Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
https://docs.zephyrproject.org
Apache License 2.0
10.98k stars 6.68k forks source link

Create wrapper around spi-flash driver interface for file system #1998

Closed zephyrbot closed 8 years ago

zephyrbot commented 8 years ago

Reported by Ramesh Thomas:

The backend flash file system should be generic for all types of flash memory. For our current work, we will use SPI flash. This task will provide a layer that will abstract the spi-flash driver interface to the flash file system.

(Imported from Jira ZEP-448)

zephyrbot commented 8 years ago

by Kuo-Lang Tseng:

The current flash APi is already generic API so no need to add any wrapper.