Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 502 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 502 Bytes

Filesystems

Filesystems in Phoenix-RTOS are supported using file servers. File servers are specialized servers implementing specific communication protocol. During the start each file server registers its port in the filesystem space.

Source code

The source code of the Phoenix-RTOS file servers can be obtained using the following command

git clone http://git.phoenix-rtos.com/phoenix-rtos-filesystems

The documentation of particular server is provided within its source code repository.