Skip to content

Commit b0439d3

Browse files
Rename sample configuration to template configuration (#927)
* Rename sample configuration to template configuration * Rename sample configuration to template configuration in cmake example file
1 parent 553b0ad commit b0439d3

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

.github/scripts/kernel_checker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
r'.*IAR/78K0R/*',
9696
r'.*CCS/MSP430X/*',
9797
r'.*portable/template/*',
98-
r'.*sample_configuration/*'
98+
r'.*template_configuration/*'
9999
]
100100

101101
KERNEL_THIRD_PARTY_PATTERNS = [

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ See the readme file in the ```./portable``` directory for more information.
124124

125125
- The ```./include``` directory contains the real time kernel header files.
126126

127-
- The ```./sample_configuration``` directory contains a sample `FreeRTOSConfig.h` to help jumpstart a new project.
128-
See the [FreeRTOSConfig.h](examples/sample_configuration/FreeRTOSConfig.h) file for instructions.
127+
- The ```./template_configuration``` directory contains a sample `FreeRTOSConfig.h` to help jumpstart a new project.
128+
See the [FreeRTOSConfig.h](examples/template_configuration/FreeRTOSConfig.h) file for instructions.
129129

130130
### Code Formatting
131131

examples/cmake_example/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ add_library(freertos_config INTERFACE)
99

1010
target_include_directories(freertos_config
1111
INTERFACE
12-
"../sample_configuration"
12+
"../template_configuration"
1313
)
1414

1515
if (DEFINED FREERTOS_SMP_EXAMPLE AND FREERTOS_SMP_EXAMPLE STREQUAL "1")
File renamed without changes.

0 commit comments

Comments
 (0)