summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorRichardBarry <3073890+RichardBarry@users.noreply.github.com>2021-12-23 14:43:41 -0800
committerGitHub <noreply@github.com>2021-12-23 14:43:41 -0800
commit4d9755d00e84c0b9647a3726445931b9d6561940 (patch)
treefdc9e5d8b70b8b61de2dee23f0742d97f645a320 /.github
parent43defa566cc440251dbd6b48d1fcca27f88cfcdd (diff)
downloadfreertos-git-4d9755d00e84c0b9647a3726445931b9d6561940.tar.gz
Create Zynq demo using the latest Vitis tools (#746)
* Add hello world project for Vitis. * Working hello world program. * Remove the call to ps7_init(). * Demo moved from the XSDK project to Vitis is now compiling - not tried running yet though. * Blink is printing out in blinky demo. * Adjust the priorities of the demo tasks to enable them to run at once. Update blocktim.c so it stores the line on which an error was detected in the error occurred variable rather than just setting the variable to true. * Add launch configuration file. Remove unused definitions from FreeRTOSConfig.h. Edit the comments that describe what the demo does. * Revert changes to blocktim.c, which should have been in a separate PR. * Correct header comments in new files. * Update headers for core checks. * Third attempt at getting headers through the commit checks - copy headers from other files is not enough. * Still trying to get core checks to pass. * Update lexicon.txt * Correct spelling in Cortex-A9 QEMU main.c. Co-authored-by: none <>
Diffstat (limited to '.github')
-rwxr-xr-x.github/scripts/core_checker.py9
1 files changed, 8 insertions, 1 deletions
diff --git a/.github/scripts/core_checker.py b/.github/scripts/core_checker.py
index e84feaa36..54830a763 100755
--- a/.github/scripts/core_checker.py
+++ b/.github/scripts/core_checker.py
@@ -43,6 +43,7 @@ FREERTOS_IGNORED_EXTENSIONS = [
'.cdkws',
'.cfg',
'.cgp',
+ '.checksum',
'.cmake',
'.cmd',
'.config',
@@ -204,6 +205,7 @@ FREERTOS_IGNORED_EXTENSIONS = [
'.sig',
'.sln',
'.spec',
+ '.sprj',
'.stf',
'.stg',
'.suo',
@@ -274,7 +276,12 @@ FREERTOS_IGNORED_FILES = [
'.editorconfig',
'lcovrc',
'htif.c', 'htif.h',
- 'ethernetif.c'
+ 'ethernetif.c',
+ 'platform.c',
+ 'platform.h',
+ 'platform_config.h',
+ 'FreeRTOS_asm_vectors.S'
+
]
FREERTOS_HEADER = [