Home
last modified time | relevance | path

Searched refs:c (Results 1 – 25 of 38) sorted by relevance

12

/Kernel-v11.0.1/
Dsbom.spdx24 FileName: ./queue.c
25 SPDXID: SPDXRef-File-queue.c
31 FileName: ./tasks.c
32 SPDXID: SPDXRef-File-tasks.c
38 FileName: ./event_groups.c
39 SPDXID: SPDXRef-File-eventgroups.c
45 FileName: ./stream_buffer.c
46 SPDXID: SPDXRef-File-streambuffer.c
52 FileName: ./list.c
53 SPDXID: SPDXRef-File-list.c
[all …]
DCMakeLists.txt217 " port.c\n"
223 " port.c\n"
240 croutine.c
241 event_groups.c
242 list.c
243 queue.c
244 stream_buffer.c
245 tasks.c
246 timers.c
253 …ILTER:${FREERTOS_HEAP},EXCLUDE,^[1-5]$>>,${FREERTOS_HEAP},portable/MemMang/heap_${FREERTOS_HEAP}.c>
DHistory.txt24 heap_4.c and heap_5.c to help catch pointer corruptions. The application can
69 + Improve the speed of pvPortMalloc in heap_4.c and heap_5.c by removing
72 + Shorten the critical section in pvPortMalloc in heap_2.c, heap_4.c and
73 heap_5.c by moving the size calculation out of the critical section. We thank
97 + Add the following improvements to the new MPU wrapper (mpu_wrappers_v2.c)
110 + Add runtime parameter checks to functions in mpu_wrappers_v2.c file.
303 is not tied to newlib and can be used with other c-runtime libraries also.
350 + Fix a warning in tasks.c when compiled with -Wduplicated-branches
352 + Fix compilation error in tasks.c when configSUPPORT_DYNAMIC_ALLOCATION
354 + Fix prvWriteMessageToBuffer() function in stream_buffer.c so that it correctly
[all …]
DREADME.md118 every port - list.c, queue.c and tasks.c. The kernel is contained within these
119 three files. croutine.c implements the optional co-routine functionality - which
/Kernel-v11.0.1/portable/
DCMakeLists.txt21 template/port.c>
25 BCC/16BitDOS/common/portcomn.c
26 BCC/16BitDOS/Flsh186/port.c>
29 BCC/16BitDOS/common/portcomn.c
30 BCC/16BitDOS/PC/port.c>
34 CCS/ARM_CM3/port.c
39 CCS/ARM_CM4F/port.c
44 CCS/ARM_Cortex-R4/port.c
49 CCS/MSP430X/port.c
54 CodeWarrior/ColdFire_V1/port.c
[all …]
/Kernel-v11.0.1/portable/ThirdParty/GCC/RP2040/
Dlibrary.cmake1 # Copyright (c) 2020 Raspberry Pi (Trading) Ltd.
9 ${FREERTOS_KERNEL_PATH}/croutine.c
10 ${FREERTOS_KERNEL_PATH}/event_groups.c
11 ${FREERTOS_KERNEL_PATH}/list.c
12 ${FREERTOS_KERNEL_PATH}/queue.c
13 ${FREERTOS_KERNEL_PATH}/stream_buffer.c
14 ${FREERTOS_KERNEL_PATH}/tasks.c
15 ${FREERTOS_KERNEL_PATH}/timers.c
26 ${CMAKE_CURRENT_LIST_DIR}/port.c
51 target_sources(FreeRTOS-Kernel-Static INTERFACE ${CMAKE_CURRENT_LIST_DIR}/idle_task_static_memory.c)
[all …]
/Kernel-v11.0.1/portable/WizC/PIC18/
DInstall.bat65 echo Press 'ctrl-c' to stop me
74 attrib -R "%FEDLIBSUSER%\libFreeRTOS\Modules\Croutine.c" >nul
75 attrib -R "%FEDLIBSUSER%\libFreeRTOS\Modules\Port.c" >nul
76 attrib -R "%FEDLIBSUSER%\libFreeRTOS\Modules\List.c" >nul
77 attrib -R "%FEDLIBSUSER%\libFreeRTOS\Modules\Queue.c" >nul
78 attrib -R "%FEDLIBSUSER%\libFreeRTOS\Modules\Tasks.c" >nul
79 attrib -R "%FEDLIBSUSER%\libFreeRTOS\Drivers\Tick\Tick.c" >nul
80 attrib -R "%FEDLIBSUSER%\libFreeRTOS\Drivers\Tick\isrTick.c" >nul
108 copy /V /Y "Port.c" "%FEDLIBSUSER%\libFreeRTOS\Modules\Port.c" >nul
109 copy /V /Y "..\..\..\Croutine.c" "%FEDLIBSUSER%\libFreeRTOS\Modules\Croutine.c" >nul
[all …]
/Kernel-v11.0.1/portable/IAR/AVR32_UC3/
Dread.c114 int c = usart_getchar( stdio_usart_base ); in __read() local
116 if( c < 0 ) in __read()
121 *buffer++ = c; in __read()
/Kernel-v11.0.1/portable/ThirdParty/XCC/Xtensa/
DMakefile31 vpath %.c $(FR_SRCDIR) $(FR_SRCDIR2) $(XT_SRCDIR)
36 FR_C_FILES = $(notdir $(wildcard $(FR_SRCDIR)/*.c)) $(notdir $(wildcard $(FR_SRCDIR2)/*.c))
37 XT_C_FILES = $(notdir $(wildcard $(XT_SRCDIR)/*.c))
42 LIB_C_O = $(patsubst %.c,%.o,$(XT_C_FILES) $(FR_C_FILES))
85 $(BLDDIR)/%.o : %.c
/Kernel-v11.0.1/examples/coverity/
DCMakeLists.txt6 FILE(GLOB FREERTOS_KERNEL_SOURCE ${FREERTOS_KERNEL_PATH}*.c)
35 ../cmake_example/main.c)
/Kernel-v11.0.1/portable/IAR/RX700v3_DPFPU/
Dreadme.txt46 the configuration function. Please be aware that port.c is hard coded to use CMT0 though it seems …
50 functionality is used, please modify port.c for the configuration. Please be aware that port.c is
/Kernel-v11.0.1/portable/IAR/RXv2/
Dreadme.txt46 the configuration function. Please be aware that port.c is hard coded to use CMT0 though it seems …
50 functionality is used, please modify port.c for the configuration. Please be aware that port.c is
/Kernel-v11.0.1/portable/IAR/RX600/
Dreadme.txt46 the configuration function. Please be aware that port.c is hard coded to use CMT0 though it seems …
50 functionality is used, please modify port.c for the configuration. Please be aware that port.c is
/Kernel-v11.0.1/portable/Renesas/RX100/
Dreadme.txt46 the configuration function. Please be aware that port.c is hard coded to use CMT0 though it seems …
50 functionality is used, please modify port.c for the configuration. Please be aware that port.c is
/Kernel-v11.0.1/portable/Renesas/RX200/
Dreadme.txt46 the configuration function. Please be aware that port.c is hard coded to use CMT0 though it seems …
50 functionality is used, please modify port.c for the configuration. Please be aware that port.c is
/Kernel-v11.0.1/portable/Renesas/RX600/
Dreadme.txt46 the configuration function. Please be aware that port.c is hard coded to use CMT0 though it seems …
50 functionality is used, please modify port.c for the configuration. Please be aware that port.c is
/Kernel-v11.0.1/portable/Renesas/RX600v2/
Dreadme.txt46 the configuration function. Please be aware that port.c is hard coded to use CMT0 though it seems …
50 functionality is used, please modify port.c for the configuration. Please be aware that port.c is
/Kernel-v11.0.1/portable/Renesas/RX700v3_DPFPU/
Dreadme.txt46 the configuration function. Please be aware that port.c is hard coded to use CMT0 though it seems …
50 functionality is used, please modify port.c for the configuration. Please be aware that port.c is
/Kernel-v11.0.1/portable/GCC/RX100/
Dreadme.txt46 the configuration function. Please be aware that port.c is hard coded to use CMT0 though it seems …
50 functionality is used, please modify port.c for the configuration. Please be aware that port.c is
/Kernel-v11.0.1/portable/GCC/RX600/
Dreadme.txt46 the configuration function. Please be aware that port.c is hard coded to use CMT0 though it seems …
50 functionality is used, please modify port.c for the configuration. Please be aware that port.c is
/Kernel-v11.0.1/portable/GCC/RX600v2/
Dreadme.txt46 the configuration function. Please be aware that port.c is hard coded to use CMT0 though it seems …
50 functionality is used, please modify port.c for the configuration. Please be aware that port.c is
/Kernel-v11.0.1/portable/GCC/RX700v3_DPFPU/
Dreadme.txt46 the configuration function. Please be aware that port.c is hard coded to use CMT0 though it seems …
50 functionality is used, please modify port.c for the configuration. Please be aware that port.c is
/Kernel-v11.0.1/portable/IAR/RX100/
Dreadme.txt46 the configuration function. Please be aware that port.c is hard coded to use CMT0 though it seems …
50 functionality is used, please modify port.c for the configuration. Please be aware that port.c is
/Kernel-v11.0.1/portable/ThirdParty/GCC/ARM_TFM/
DREADME.md17 * ```os_wrapper_freertos.c```
42 Please call the API ```tfm_ns_interface_init()``` which is defined in ```\app\tfm_ns_interface.c```…
80 *Copyright (c) 2020-2022, Arm Limited. All rights reserved.*
/Kernel-v11.0.1/.github/
DCODEOWNERS13 # *.c FreeRTOS/pr-bar-raiser

12