Skip to content

Commit

Permalink
Send more data to Zynq (#191)
Browse files Browse the repository at this point in the history
* add sm_cm_config as subtree
* add more data from other sources including clocks and fireflies into data stream
  • Loading branch information
pkotamnives authored Nov 14, 2023
1 parent c709640 commit f84bf07
Show file tree
Hide file tree
Showing 31 changed files with 3,817 additions and 181 deletions.
3 changes: 3 additions & 0 deletions .codacy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
exclude_paths:
- "sm_cm_config/**"
7 changes: 7 additions & 0 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,13 +108,20 @@ jobs:
with:
files_ignore: |
**/*.yml
**/*.py
**/*.xml
**/*.ipynb
.clang*
.git*
**/*.sh
**/*.def
**/Makefile
makedefs
**/*.md
**/.pylintrc
**/.gitignore
**/.git*
**/LICENSE
- name: Format changed files
if: steps.changed-files.outputs.any_changed == 'true'
uses: DoozyX/[email protected]
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,5 @@ compile_commands.json
c_cpp_properties.json
.cache
/.metadata/
projects/cm_mcu/ZynqMon_addresses.c
projects/cm_mcu/ZynqMon_addresses.h
Loading

0 comments on commit f84bf07

Please sign in to comment.