Home
last modified time | relevance | path

Searched full:examples (Results 1 – 12 of 12) sorted by relevance

/Kernel-v11.1.0/examples/
DREADME.md1 # README for FreeRTOS-Kernel/examples
15 ## Additional examples
17 Additional examples of the kernel being used in real life applications in tandem with many other li…
/Kernel-v11.1.0/examples/coverity/
DREADME.md40 cmake -B build -S examples/coverity
45 cmake -B build -S examples/coverity -DFREERTOS_SMP_EXAMPLE=1
56 --coding-standard-config ../examples/coverity/coverity_misra.config \
/Kernel-v11.1.0/.github/workflows/
Dcoverity_scan.yml61 cmake -S ./examples/cmake_example/ -B build
100 cmake -S ./examples/cmake_example/ -B build -DFREERTOS_SMP_EXAMPLE=1
Dkernel-demos.yml123 working-directory: examples/cmake_example
130 working-directory: examples/cmake_example
/Kernel-v11.1.0/portable/ThirdParty/XCC/Xtensa/
Dreadme_xtensa.txt44 serve as additional examples.
118 "make all" will build all the examples. There is another makefile in
181 Building the FreeRTOS Examples
184 The provided examples are designed to run on the Xtensa instruction set
188 To build the examples for the default platform (simulator):
217 This compiles the examples and links them with the FreeRTOS library
/Kernel-v11.1.0/
DMISRA.md11 Additionally, [MISRA configuration file](examples/coverity/coverity_misra.config)
DREADME.md128 See the [FreeRTOSConfig.h](examples/template_configuration/FreeRTOSConfig.h) file for instructions.
Dsbom.spdx1810 FileName: ./examples/cmake_example/main.c
1811 SPDXID: SPDXRef-File-examples-cmakeexample-main.c
/Kernel-v11.1.0/.github/
DCONTRIBUTING.md24 …e forums or filing an issue, please include as many relevant details as possible. Examples include:
/Kernel-v11.1.0/include/
Dtask.h2519 * Events can be sent to a task using an intermediary object. Examples of such
2666 * Events can be sent to a task using an intermediary object. Examples of such
2820 * Events can be sent to a task using an intermediary object. Examples of such
2933 * Events can be sent to a task using an intermediary object. Examples of such
3010 * Events can be sent to a task using an intermediary object. Examples of such
3098 * Events can be sent to a task using an intermediary object. Examples of such
Dqueue.h1669 * length set by their maximum count value. Examples:
DFreeRTOS.h2672 …UE or portALT_GET_RUN_TIME_COUNTER_VALUE must also be defined. See the examples provided and the …