-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare to be listed in Arduino and PlatformIO.org Library Manager.
- Loading branch information
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
name=dbg-trace | ||
version=1.1.0 | ||
author=aschoepfer | ||
maintainer=dniklaus, aschoepfer | ||
sentence=Debug Trace component for Embedded Applications - Debug and Trace Log message system based on trace ports with adjustable levels. | ||
paragraph=The Debug Trace component enables to print out debug and trace log messages trough trace port objects to different output channels, such as serial console interface or to a log file stored on a compact flash card. The trace messages can be filtered according to adjustable trace log levels. Each trace port object has its unique identifier string that will be printed in advance of each trace log message. | ||
category=Other | ||
url=https://github.com/ERNICommunity/dbg-trace | ||
architectures=* | ||
includes=DbgPrintConsole.h,DbgPrintFile.h,DbgTraceContext.h,DbgTraceLevel.h,DbgTraceOut.h,DbgTracePort.h,IDbgPrint.h |