File tree Expand file tree Collapse file tree 5 files changed +4
-4
lines changed
Expand file tree Collapse file tree 5 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9595 r'.*IAR/78K0R/*' ,
9696 r'.*CCS/MSP430X/*' ,
9797 r'.*portable/template/*' ,
98- r'.*sample_configuration /*'
98+ r'.*template_configuration /*'
9999]
100100
101101KERNEL_THIRD_PARTY_PATTERNS = [
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ add_library(freertos_config INTERFACE)
99
1010target_include_directories (freertos_config
1111 INTERFACE
12- "../sample_configuration "
12+ "../template_configuration "
1313)
1414
1515if (DEFINED FREERTOS_SMP_EXAMPLE AND FREERTOS_SMP_EXAMPLE STREQUAL "1" )
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments