mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 17:48:33 -04:00
Rename sample configuration to template configuration (#927)
* Rename sample configuration to template configuration * Rename sample configuration to template configuration in cmake example file
This commit is contained in:
parent
553b0ad5d3
commit
b0439d3283
5 changed files with 4 additions and 4 deletions
2
.github/scripts/kernel_checker.py
vendored
2
.github/scripts/kernel_checker.py
vendored
|
@ -95,7 +95,7 @@ KERNEL_IGNORED_PATTERNS = [
|
|||
r'.*IAR/78K0R/*',
|
||||
r'.*CCS/MSP430X/*',
|
||||
r'.*portable/template/*',
|
||||
r'.*sample_configuration/*'
|
||||
r'.*template_configuration/*'
|
||||
]
|
||||
|
||||
KERNEL_THIRD_PARTY_PATTERNS = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue