Skip to content
/ norcow Public

Copy-on-Write (COW) Key-Value Storage for NOR Flash devices

License

Notifications You must be signed in to change notification settings

bofhbug/norcow

Repository files navigation

NORCOW

Build Status gitter

Copy-on-Write (COW) Key-Value Storage for NOR Flash devices

See norcow.h for the API.

Record format

uint16_t key
uint16_t length
uint8_t value[length]

About

Copy-on-Write (COW) Key-Value Storage for NOR Flash devices

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published