42 lines
1.1 KiB
ReStructuredText
42 lines
1.1 KiB
ReStructuredText
Debug printing library
|
|
======================
|
|
|
|
:Version: 3.2.0
|
|
:Vendor: XMOS
|
|
|
|
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
|
|
.................................
|
|
|
|
The CHANGELOG contains information about the current and previous versions.
|
|
For a list of direct dependencies, look for DEPENDENT_MODULES in lib_logging/module_build_info.
|
|
|
|
Required Software (dependencies)
|
|
================================
|
|
|
|
* None
|
|
|
|
Documentation
|
|
=============
|
|
|
|
You can find the documentation for this software in the /doc directory of the package.
|
|
|
|
Support
|
|
=======
|
|
|
|
This package is supported by XMOS Ltd. Issues can be raised against the software at: http://www.xmos.com/support
|