-
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.
Merge pull request #5 from ardlib/master
Update to Code Format
- Loading branch information
Showing
7 changed files
with
158 additions
and
135 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,4 @@ | ||
# We'll use defaults from the LLVM style, but with 4 columns indentation. | ||
# Webkit is preference of Albert van Dalen | ||
BasedOnStyle: WebKit | ||
IndentWidth: 4 |
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
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
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
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 |
---|---|---|
@@ -1,12 +1,12 @@ | ||
name=CodeDebugScope | ||
version=0.0.0 | ||
version=0.0.1 | ||
author=Albert van Dalen <http://www.avdweb.nl> | ||
license=GPL-3.0-or-later | ||
maintainer=Abhijit Bose (aka. Boseji) <boseji.com> | ||
sentence=CodeDebugScope Library | ||
paragraph=Easy to use Debug Library that works by capturing data in background and relaying it when needed over serial connection. | ||
category=Data Processing | ||
url=https://github.com/avandalen/avdweb_scope | ||
url=https://github.com/avdwebLibraries/avdweb_CodeDebugScope | ||
architectures=* | ||
includes=CodeDebugScope.h | ||
depends=Streaming |
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
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