From 002284e9a2fce11a150fb536ac0f891c94c24bda Mon Sep 17 00:00:00 2001 From: Dieter Niklaus Date: Thu, 22 Jun 2017 16:14:49 +0200 Subject: [PATCH] add library.properties Prepare to be listed in Arduino and PlatformIO.org Library Manager. --- library.properties | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 library.properties diff --git a/library.properties b/library.properties new file mode 100644 index 0000000..6471b28 --- /dev/null +++ b/library.properties @@ -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