Skip to content

Commit

Permalink
Merge pull request #12 from niwciu/feature/lcd_buffering
Browse files Browse the repository at this point in the history
Feature/lcd buffering
  • Loading branch information
niwciu authored Jan 12, 2024
2 parents 821626f + 73691c6 commit 8278df0
Show file tree
Hide file tree
Showing 26 changed files with 7,513 additions and 993 deletions.
1 change: 0 additions & 1 deletion .github/workflows/clang-format_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
branches: [main, develop]
pull_request:
branches: [main, develop]
# on: workflow_dispatch
jobs:
formatting-check:
name: Formatting Check
Expand Down
18 changes: 8 additions & 10 deletions .github/workflows/run_cppcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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'
Expand All @@ -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'

3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ out_avr/
Release/
Debug/
Build/
.vscode/settings.json
.vscode/
# HW test ingnored files
.metadata/
.cproject
Expand All @@ -13,3 +13,4 @@ Build/




51 changes: 0 additions & 51 deletions .vscode/c_cpp_properties.json

This file was deleted.

24 changes: 0 additions & 24 deletions .vscode/launch.json

This file was deleted.

175 changes: 0 additions & 175 deletions .vscode/tasks.json

This file was deleted.

14 changes: 0 additions & 14 deletions reports/Code_Coverage/info.txt

This file was deleted.

Loading

0 comments on commit 8278df0

Please sign in to comment.