Home
last modified time | relevance | path

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

12

/Kernel-v10.6.2/
Dsbom.spdx22 FileName: ./timers.c
23 SPDXID: SPDXRef-File-timers.c
29 FileName: ./queue.c
30 SPDXID: SPDXRef-File-queue.c
36 FileName: ./event_groups.c
37 SPDXID: SPDXRef-File-event_groups.c
43 FileName: ./list.c
44 SPDXID: SPDXRef-File-list.c
50 FileName: ./stream_buffer.c
51 SPDXID: SPDXRef-File-stream_buffer.c
[all …]
DCMakeLists.txt14 # using heap_4.c.
215 " port.c\n"
221 " port.c\n"
271 croutine.c
272 event_groups.c
273 list.c
274 queue.c
275 stream_buffer.c
276 tasks.c
277 timers.c
[all …]
DREADME.md72 every port - list.c, queue.c and tasks.c. The kernel is contained within these
73 three files. croutine.c implements the optional co-routine functionality - which
DHistory.txt5 + Add the following improvements to the new MPU wrapper (mpu_wrappers_v2.c)
18 + Add runtime parameter checks to functions in mpu_wrappers_v2.c file.
211 is not tied to newlib and can be used with other c-runtime libraries also.
258 + Fix a warning in tasks.c when compiled with -Wduplicated-branches
260 + Fix compilation error in tasks.c when configSUPPORT_DYNAMIC_ALLOCATION
262 + Fix prvWriteMessageToBuffer() function in stream_buffer.c so that it correctly
329 + Minor refactor of timers.c that obsoletes the need for the
330 tmrCOMMAND_START_DONT_TRACE macro and removes the need for timers.c to
541 iodefine.h includes within that port's port.c file.
636 + Introduce #error if stream_buffer.c is built without
[all …]
/Kernel-v10.6.2/portable/
DCMakeLists.txt13 BCC/16BitDOS/common/portcomn.c
14 BCC/16BitDOS/Flsh186/port.c>
17 BCC/16BitDOS/common/portcomn.c
18 BCC/16BitDOS/PC/port.c>
22 CCS/ARM_CM3/port.c
27 CCS/ARM_CM4F/port.c
32 CCS/ARM_Cortex-R4/port.c
37 CCS/MSP430X/port.c
42 CodeWarrior/ColdFire_V1/port.c
46 CodeWarrior/ColdFire_V2/port.c
[all …]
/Kernel-v10.6.2/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
48 target_sources(FreeRTOS-Kernel-Static INTERFACE ${CMAKE_CURRENT_LIST_DIR}/idle_task_static_memory.c)
[all …]
DLICENSE.md3 Copyright (c) 2020-2021 Raspberry Pi (Trading) Ltd.
/Kernel-v10.6.2/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-v10.6.2/portable/IAR/AVR32_UC3/
Dread.c111 int c = usart_getchar(stdio_usart_base); in __read() local
112 if (c < 0) in __read()
115 *buffer++ = c; in __read()
/Kernel-v10.6.2/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-v10.6.2/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-v10.6.2/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-v10.6.2/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-v10.6.2/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-v10.6.2/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-v10.6.2/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-v10.6.2/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-v10.6.2/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-v10.6.2/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-v10.6.2/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-v10.6.2/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-v10.6.2/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-v10.6.2/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-v10.6.2/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-v10.6.2/.github/
DCODEOWNERS13 # *.c FreeRTOS/pr-bar-raiser

12