Menu

Home

Filip Ryborz

Welcome to SerialToFS wiki!

This program is responsible for handling file operations (open, read, write, close) when interfacing embedded target. Special commands and data are send from embedded target using RS232 serial port then the program executes operations and handles files on hard drive.
Main intention of this program was downloading code coverage data files from an embedded system.

More about code coverage on an embedded platform can be found here: http://simply-embedded.blogspot.com/2014/07/code-coverage-embedded-target.html
Stubs for file handling operations can be found in file newlib_stubs.c included in the project.

Project Members: