File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ the FreeRTOS/Source directory, and may not build if the directory
131
131
structure is changed.
132
132
133
133
134
- ### 2.2.6 FreeRTOS Source Files Common to All Ports
134
+ ### 2.2.5 FreeRTOS Source Files Common to All Ports
135
135
136
136
tasks.c and list.c implement the core FreeRTOS kernel functionality and
137
137
are always required. They are located directly in the FreeRTOS/Source
@@ -199,7 +199,7 @@ compatibility with existing users' projects as well as FreeRTOS-aware
199
199
development tools.
200
200
201
201
202
- ### 2.2.7 FreeRTOS Source Files Specific to a Port
202
+ ### 2.2.6 FreeRTOS Source Files Specific to a Port
203
203
204
204
The FreeRTOS/Source/portable directory contains source files specific to a FreeRTOS
205
205
port. The portable directory is arranged as a hierarchy, first by
@@ -251,7 +251,7 @@ FreeRTOS
251
251
*** Figure 2.3*** * Port specific source files within the FreeRTOS directory tree*
252
252
* * *
253
253
254
- ### 2.2.8 Include Paths
254
+ ### 2.2.7 Include Paths
255
255
256
256
FreeRTOS requires the inclusion of three directories in the compiler's
257
257
include path. These are:
@@ -264,7 +264,7 @@ include path. These are:
264
264
3 . The path to the correct FreeRTOSConfig.h header file.
265
265
266
266
267
- ### 2.2.9 Header Files
267
+ ### 2.2.8 Header Files
268
268
269
269
A source file that uses the FreeRTOS API must include FreeRTOS.h,
270
270
followed by the header file that contains the prototype for the API
Original file line number Diff line number Diff line change 18
18
+ [ 2.2.2 Building FreeRTOS] ( ch02.md#222-building-freertos )
19
19
+ [ 2.2.3 FreeRTOSConfig.h] ( ch02.md#223-freertosconfigh )
20
20
+ [ 2.2.4 Official Distributions] ( ch02.md#224-official-distributions )
21
- + [ 2.2.6 FreeRTOS Source Files Common to All Ports] ( ch02.md#226 -freertos-source-files-common-to-all-ports )
22
- + [ 2.2.7 FreeRTOS Source Files Specific to a Port] ( ch02.md#227 -freertos-source-files-specific-to-a-port )
23
- + [ 2.2.8 Include Paths] ( ch02.md#228 -include-paths )
24
- + [ 2.2.9 Header Files] ( ch02.md#229 -header-files )
21
+ + [ 2.2.5 FreeRTOS Source Files Common to All Ports] ( ch02.md#225 -freertos-source-files-common-to-all-ports )
22
+ + [ 2.2.6 FreeRTOS Source Files Specific to a Port] ( ch02.md#226 -freertos-source-files-specific-to-a-port )
23
+ + [ 2.2.7 Include Paths] ( ch02.md#227 -include-paths )
24
+ + [ 2.2.8 Header Files] ( ch02.md#228 -header-files )
25
25
+ [ 2.3 Demo Applications] ( ch02.md#23-demo-applications )
26
26
+ [ 2.4 Creating a FreeRTOS Project] ( ch02.md#24-creating-a-freertos-project )
27
27
+ [ 2.4.1 Adapting One of the Supplied Demo Projects] ( ch02.md#241-adapting-one-of-the-supplied-demo-projects )
You can’t perform that action at this time.
0 commit comments