Skip to content

mbruno-xmos/lib_logging

 
 

Repository files navigation

Debug printing library

Overview

This library provides a lightweight printf function that can be enabled or disabled via configuration defines. Code can be declared to be within a "debug unit" (usually a library or application source base) and prints can be enabled/disabled per debug unit.

Features

  • Low memory usage
  • Ability to enable or disable printing via compile options
  • Ability to enable or disable printing for sets of source files

Software version and dependencies

.. libdeps::

About

Debug printing/logging library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 69.4%
  • Python 20.3%
  • Makefile 5.9%
  • XC 3.7%
  • Other 0.7%