mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2026-08-02 11:14:05 +00:00
Update QEMU project in release-candidate (#749)
* Update QEMU project in release-candidate Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com> * Fix failed CI check Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com> * Fix spell check Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
This commit is contained in:
committed by
GitHub
parent
c250119e6e
commit
164ce2f324
7
.github/scripts/core_checker.py
vendored
7
.github/scripts/core_checker.py
vendored
@@ -48,6 +48,7 @@ FREERTOS_IGNORED_EXTENSIONS = [
|
||||
'.config',
|
||||
'.cpp',
|
||||
'.cproj',
|
||||
'.cproject',
|
||||
'.crun',
|
||||
'.css',
|
||||
'.csv',
|
||||
@@ -120,6 +121,7 @@ FREERTOS_IGNORED_EXTENSIONS = [
|
||||
'.la',
|
||||
'.launch',
|
||||
'.lcf',
|
||||
'.ld',
|
||||
'.lds',
|
||||
'.lib',
|
||||
'.lk1',
|
||||
@@ -172,6 +174,7 @@ FREERTOS_IGNORED_EXTENSIONS = [
|
||||
'.pref',
|
||||
'.prefs',
|
||||
'.prj',
|
||||
'.project',
|
||||
'.properties',
|
||||
'.ps1',
|
||||
'.ptf',
|
||||
@@ -254,12 +257,16 @@ FREERTOS_IGNORED_PATTERNS = [
|
||||
r'.*CMSIS.*',
|
||||
r'.*/makefile',
|
||||
r'.*/Makefile',
|
||||
r'.*/printf-stdarg\.c.*',
|
||||
r'.*/startup.*',
|
||||
r'.*/trcConfig\.h.*',
|
||||
r'.*/trcConfig\.c.*',
|
||||
r'.*/trcSnapshotConfig\.h.*'
|
||||
]
|
||||
|
||||
FREERTOS_IGNORED_FILES = [
|
||||
'.cproject',
|
||||
'.project',
|
||||
'fyi-another-way-to-ignore-file.txt',
|
||||
'mbedtls_config.h',
|
||||
'requirements.txt',
|
||||
|
||||
Reference in New Issue
Block a user