zephyriot / zephyr-issues

0 stars 0 forks source link

Create APIs for app to create and mount FS #848

Open nashif opened 8 years ago

nashif commented 8 years ago

Reported by Ramesh Thomas:

Currently the file system is mounted at OS boot using SYS_INIT(). The file system is also created at the same time if there is no file system found. This does not give control to app to create and mount file systems according to its requirement.

Create APIs that will give control to app for creating and mounting the file system.

(Imported from Jira ZEP-903)

nashif commented 7 years ago

by Mark Linkmeyer:

Fixing incorrect priority

nashif commented 7 years ago

by Ramesh Thomas:

I am not working one this and will not be able to start and complete it in 1.7 time frame.