pptphutho / c-utils

Tiny, modular, drop-in, library of some most commonly used utility methods for C (embedded) applications. Intended to be used as a git-submodule inside your projects to kickstart development. See https://c-utils.gotomain.io for more details.

Home Page:https://embedjournal.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

c-utils

Build CI

This repository hosts some modular, drop-in, C utilities that you can copy into your project and and kick-start your work.

List of utils:

The following methods/utils are available in this repo:

  • Circular Buffers - A data-type agnostic circular buffer implementation read more here.
  • Hexdump - A hexdump -c output equivalent method to inspect buffers.
  • String Library - A string library for some common use cases where pasing char pointer, and length around looks ugly.

How to use this repo?

You can clone this repo and copy individual files from src/ and link it to your project.

About

Tiny, modular, drop-in, library of some most commonly used utility methods for C (embedded) applications. Intended to be used as a git-submodule inside your projects to kickstart development. See https://c-utils.gotomain.io for more details.

https://embedjournal.com

License:Apache License 2.0


Languages

Language:C 98.5%Language:CMake 1.5%