Skip to content

phoenix-rtos/phoenix-rtos-filesystems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phoenix-rtos-filesystems

This repository contains the source for the Phoenix-RTOS file servers. File servers work on the user-level and implement support for filesystems. File servers are imported into this repository from Phoenix-RTOS 2 kernel and need to be reimplemented. These drivers are marked with _ prefix.

To compile driver enter into the file server directory and type:

$ make clean
$ make

This work is licensed under a BSD license. See the LICENSE file for details.