Skip to content

Commit 3ed9324

Browse files
authored
add library.properties
Prepare to be listed in Arduino and PlatformIO.org Library Manager.
1 parent 13599fa commit 3ed9324

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

library.properties

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name=debug-cli
2+
version=1.2.0
3+
author=aschoepfer
4+
maintainer=dniklaus,aschoepfer
5+
sentence=Debug CLI for Embedded Applications - Command Line Interface for debugging and testing based on an object oriented tree structure.
6+
paragraph=The Debug Command Line Interface (CLI) enables to perform module integration tests, and can be used to run specific methods and functions of components within an embedded application.
7+
category=Other
8+
url=https://github.com/ERNICommunity/debug-cli
9+
architectures=*
10+
includes=DbgCliCommand.h,DbgCliNode.h,DbgCliTopic.h

0 commit comments

Comments
 (0)