-
Notifications
You must be signed in to change notification settings - Fork 1
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 #12 from niwciu/feature/lcd_buffering
Feature/lcd buffering
- Loading branch information
Showing
26 changed files
with
7,513 additions
and
993 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
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 |
---|---|---|
|
@@ -8,13 +8,13 @@ on: | |
|
||
jobs: | ||
cppcheck-annotations_scr: | ||
name: cppcheck-annotations | ||
name: cppcheck-annotations /src | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/[email protected] | ||
|
||
- name: Run cppcheck-annotation-action | ||
- name: Run cppcheck-annotation-action for src | ||
uses: Konstantin343/[email protected] | ||
with: | ||
std: 'c99' | ||
|
@@ -24,15 +24,13 @@ jobs: | |
annotation-failures: 'warning' | ||
# suppress: 'unusedFunction' | ||
# annotation-level-default: 'error' | ||
|
||
- name: Annotate lines with errors | ||
- name: Annotate lines with errors src | ||
uses: yuzutech/[email protected] | ||
with: | ||
repo-token: "${{ secrets.GITHUB_TOKEN }}" | ||
title: 'Results of CppCheck src files' | ||
input: 'annotations.json' | ||
|
||
- name: Run cppcheck-annotation-action | ||
- name: Run cppcheck-annotation-action for tests | ||
uses: Konstantin343/[email protected] | ||
with: | ||
std: 'c99' | ||
|
@@ -42,10 +40,10 @@ jobs: | |
annotation-failures: 'warning' | ||
# suppress: 'unusedFunction' | ||
# annotation-level-default: 'error' | ||
|
||
- name: Annotate lines with errors | ||
- name: Annotate lines with errors test_src | ||
uses: yuzutech/[email protected] | ||
with: | ||
repo-token: "${{ secrets.GITHUB_TOKEN }}" | ||
title: 'Results of CppCheck test src files' | ||
input: 'annotations.json' | ||
title: 'Results of CppCheck test lcd_hd44780 files' | ||
input: 'annotations.json' | ||
|
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.