Expand description

Messages for using device’s onboard flash filesystem functionality. This allows data to be stored persistently in the device’s program flash with wear-levelling using a simple filesystem interface. The file system interface (CFS) defines an abstract API for reading directories and for reading and writing files.

Note that some of these messages share the same message type ID for both the host request and the device response.

Re-exports

pub use msg_fileio_config_req::MsgFileioConfigReq;
pub use msg_fileio_config_resp::MsgFileioConfigResp;
pub use msg_fileio_read_dir_req::MsgFileioReadDirReq;
pub use msg_fileio_read_dir_resp::MsgFileioReadDirResp;
pub use msg_fileio_read_req::MsgFileioReadReq;
pub use msg_fileio_read_resp::MsgFileioReadResp;
pub use msg_fileio_remove::MsgFileioRemove;
pub use msg_fileio_write_req::MsgFileioWriteReq;
pub use msg_fileio_write_resp::MsgFileioWriteResp;

Modules