Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 427 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 427 Bytes

Build Status

libmmvp (Memory Mapped Virtual Partition)

Plain C library for mapping generic NVM block devices to RAM memory. Dedicated for automatic synchronizing EEPROM memories in embedded systems.

WORK IN PROGRESS

Features

  • todo

Build

Build and install:

cmake .
make
make test
sudo make install