Home
last modified time | relevance | path

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

12

/Kernel-v11.1.0/
Dsbom.spdx25 FileName: ./timers.c
26 SPDXID: SPDXRef-File-timers.c
32 FileName: ./croutine.c
33 SPDXID: SPDXRef-File-croutine.c
39 FileName: ./queue.c
40 SPDXID: SPDXRef-File-queue.c
46 FileName: ./stream_buffer.c
47 SPDXID: SPDXRef-File-streambuffer.c
53 FileName: ./tasks.c
54 SPDXID: SPDXRef-File-tasks.c
[all …]
DCMakeLists.txt218 " port.c\n"
224 " port.c\n"
242 croutine.c
243 event_groups.c
244 list.c
245 queue.c
246 stream_buffer.c
247 tasks.c
248 timers.c
255 …ILTER:${FREERTOS_HEAP},EXCLUDE,^[1-5]$>>,${FREERTOS_HEAP},portable/MemMang/heap_${FREERTOS_HEAP}.c>
DHistory.txt101 heap_4.c and heap_5.c to help catch pointer corruptions. The application can
146 + Improve the speed of pvPortMalloc in heap_4.c and heap_5.c by removing
149 + Shorten the critical section in pvPortMalloc in heap_2.c, heap_4.c and
150 heap_5.c by moving the size calculation out of the critical section. We thank
174 + Add the following improvements to the new MPU wrapper (mpu_wrappers_v2.c)
187 + Add runtime parameter checks to functions in mpu_wrappers_v2.c file.
380 is not tied to newlib and can be used with other c-runtime libraries also.
427 + Fix a warning in tasks.c when compiled with -Wduplicated-branches
429 + Fix compilation error in tasks.c when configSUPPORT_DYNAMIC_ALLOCATION
431 + 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.1.0/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.1.0/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
55 target_sources(FreeRTOS-Kernel-Heap1 INTERFACE ${FREERTOS_KERNEL_PATH}/portable/MemMang/heap_1.c)
[all …]
/Kernel-v11.1.0/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.1.0/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.1.0/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.1.0/examples/coverity/
DCMakeLists.txt6 FILE(GLOB FREERTOS_KERNEL_SOURCE ${FREERTOS_KERNEL_PATH}/*.c)
7 FILE(GLOB FREERTOS_PORT_CODE ${FREERTOS_KERNEL_PATH}/portable/template/*.c)
42 ../cmake_example/main.c)
DREADME.md57 --tu-pattern "file('[A-Za-z_]+\.c') && ( ! file('main.c') ) && ( ! file('port.c') )"
/Kernel-v11.1.0/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.1.0/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.1.0/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.1.0/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.1.0/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.1.0/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.1.0/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.1.0/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.1.0/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.1.0/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.1.0/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.1.0/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.1.0/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.1.0/portable/ThirdParty/GCC/ARM_TFM/
DREADME.md17 * `os_wrapper_freertos.c`
43 …nit()` which is defined in `/interface/src/os_wrapper/tfm_ns_interface_rtos.c` by trusted-firmware…
80 *Copyright (c) 2020-2024, Arm Limited. All rights reserved.*

12