Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FreeRTOS/FreeRTOS-Kernel.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Julicher <jjulicher@mac.com>2023-09-30 05:11:55 +0300
committerGitHub <noreply@github.com>2023-09-30 05:11:55 +0300
commit5a9d7c8388c32ff0bc530cd713f32e15c3e38d52 (patch)
treea254a077ebb684f3f957a4ae68556fc18879fff2 /.github
parent9d2571d2ed30d888c168412d41bcc31e84e12de4 (diff)
Sample FreeRTOSConfig.h and template port (#812)
* config file experiments * adding a config file for an example * Added a template port and updated the CMakeLists * template and default configuration build * finalising the sample FreeRTOSConfig.h header file * removed .config hidden file * further reductions in the template port * Uncrustify: triggered by comment. * Uncrustify: triggered by comment. * minor readme updates * fixed spelling error in HTTP * fixed a type and added a link to the sample readme * uncrustified FreeRTOSConfig.h * Uncrustify: triggered by comment. * Revert "Uncrustify: triggered by comment." This reverts commit e534f46f2d772068fe787130ef615d2aea65a2df. * Revert "Revert "Uncrustify: triggered by comment."" This reverts commit c9058dd383ad475315c7867933dc9412918be81a. * excluding the FreeRTOSConfig.h from copyright+license check because this file is intended to be incorporated into user code * Removed the copyright and license from the template files * put license copy in the template and sample files * Uncrustify: triggered by comment. --------- Co-authored-by: GitHub Action <action@github.com>
Diffstat (limited to '.github')
-rwxr-xr-x.github/scripts/kernel_checker.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/scripts/kernel_checker.py b/.github/scripts/kernel_checker.py
index 4b4fbe40d..9f23a79d8 100755
--- a/.github/scripts/kernel_checker.py
+++ b/.github/scripts/kernel_checker.py
@@ -38,6 +38,7 @@ KERNEL_IGNORED_FILES = [
'Makefile',
'.DS_Store',
'cspell.config.yaml'
+ 'FreeRTOSConfig.h'
]
KERNEL_IGNORED_EXTENSIONS = [
@@ -92,7 +93,8 @@ KERNEL_IGNORED_PATTERNS = [
r'.*portable/ThirdParty/xClang/XCOREAI/*',
r'.*IAR/ARM_C*',
r'.*IAR/78K0R/*',
- r'.*CCS/MSP430X/*'
+ r'.*CCS/MSP430X/*',
+ r'.*portable/template/*'
]
KERNEL_THIRD_PARTY_PATTERNS = [