makestuff / libbuffer

LIB:Library for manipulating memory buffers, including binary and Intel hex I/O

Home Page:http://www.makestuff.eu/wordpress/?page_id=1688

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A library for manipulating dynamic memory buffers and loading and saving them as binary and Intel
hex files.

See http://bit.ly/buffer-api for the API docs.

To build, first you need to install the MakeStuff Build Environment (http://bit.ly/makestuff) for
your platform, then do:

chris@wotan$ cd makestuff/libs
chris@wotan$ ../common/msget.sh libbuffer   # or msgit.sh if you want a local git repo
chris@wotan$ cd libbuffer
chris@wotan$ make deps

About

LIB:Library for manipulating memory buffers, including binary and Intel hex I/O

http://www.makestuff.eu/wordpress/?page_id=1688

License:GNU Lesser General Public License v3.0


Languages

Language:C 58.2%Language:C++ 40.8%Language:CMake 1.1%