Skip to content

SDCardIO

EyesOfThings edited this page Feb 16, 2017 · 7 revisions

Index

  1. Introduction
  2. Limitations
  3. Dependencies
  4. Licensing

Introduction

This module contains functions to provide access to files and directories on the SD card. It supports file level encryption (only file contents, not metadata) through the use of the EoT library “Crypto”. Furthermore, it can also be used to mount and unmount the SD card. The module uses FAT32 as file system and builds on top of file system functionality provided by RTEMS. The module’s interface is documented through doxygen comments.

Clone this wiki locally