Home
last modified time | relevance | path

Searched full:file (Results 1 – 25 of 466) sorted by relevance

12345678910>>...19

/Kernel-v11.1.0/
Dsbom.spdx26 SPDXID: SPDXRef-File-timers.c
33 SPDXID: SPDXRef-File-croutine.c
40 SPDXID: SPDXRef-File-queue.c
47 SPDXID: SPDXRef-File-streambuffer.c
54 SPDXID: SPDXRef-File-tasks.c
61 SPDXID: SPDXRef-File-list.c
68 SPDXID: SPDXRef-File-eventgroups.c
75 SPDXID: SPDXRef-File-portable-WizC-PIC18-port.c
82 SPDXID: SPDXRef-File-portable-WizC-PIC18-Drivers-Tick-isrTick.c
89 SPDXID: SPDXRef-File-portable-WizC-PIC18-Drivers-Tick-Tick.c
[all …]
DREADME.md123 See the readme file in the ```./portable``` directory for more information.
128 See the [FreeRTOSConfig.h](examples/template_configuration/FreeRTOSConfig.h) file for instructions.
134 The configuration file used by uncrustify can be found in the
137 file.
141 File checked into the FreeRTOS-Kernel repository use unix-style LF line endings
168 spelling check. The config file for which can be found at [cspell.config.yaml](cspell.config.yaml)
DHistory.txt82 + Updated the SBOM file.
97 starting point to create the FreeRTOSConfig.h file for their application.
187 + Add runtime parameter checks to functions in mpu_wrappers_v2.c file.
453 + Update the uncrustify config file to match the version of the uncrustify
620 + ./FreeRTOS-Labs directory was removed from this file. The libraries it
667 script (scatter file) variables instead of being hard coded.
710 iodefine.h includes within that port's port.c file.
741 + Reverted moving some variables from file to function scope as doing so
850 tasks.c source file. When configINCLUDE_FREERTOS_TASK_C_ADDITIONS_H is
851 set to 1 a user provided header file called freertos_task_c_additions.h
[all …]
DMISRA.md11 Additionally, [MISRA configuration file](examples/coverity/coverity_misra.config)
37 header file is not useful as the assembly code will still need to declare it
43 and therefore, not declared in a header file.
/Kernel-v11.1.0/include/
Dprojdefs.h34 * file to ensure the type is known before portable.h is included.
87 #define pdFREERTOS_ERRNO_ENOENT 2 /* No such file or directory */
91 #define pdFREERTOS_ERRNO_EBADF 9 /* Bad file number */
98 #define pdFREERTOS_ERRNO_EEXIST 17 /* File exists */
106 #define pdFREERTOS_ERRNO_EROFS 30 /* Read only file system */
109 #define pdFREERTOS_ERRNO_EFTYPE 79 /* Inappropriate file type or format */
112 #define pdFREERTOS_ERRNO_ENAMETOOLONG 91 /* File or path name too long */
Dstdint.readme37 * To use this file:
39 * 1) Copy this file into the directory that contains your FreeRTOSConfig.h
40 * header file, as that directory will already be in the compiler's include
43 * 2) Rename the copied file stdint.h.
Dportable.h36 /* Each FreeRTOS port has a unique portmacro.h header file. Originally a
38 * portmacro.h file for the port being used. That scheme was deprecated in favour
40 * portmacro.h file - removing the need for the constant and allowing the
41 * portmacro.h file to be located anywhere in relation to the port being used.
45 * file. */
49 * did not result in a portmacro.h header file being included - and it should be
50 * included here. In this case the path to the correct portmacro.h header file
Ddeprecated_definitions.h33 /* Each FreeRTOS port has a unique portmacro.h header file. Originally a
35 * portmacro.h file for the port being used. That scheme was deprecated in favour
37 * portmacro.h file - removing the need for the constant and allowing the
38 * portmacro.h file to be located anywhere in relation to the port being used. The
214 /* A short file name has to be used in place of the normal
223 /* A short file name has to be used in place of the normal
/Kernel-v11.1.0/portable/IAR/AVR32_UC3/
Dread.c29 /*This file is prepared for Doxygen automatic documentation generation.*/
31 /*! \file *********************************************************************
92 * \param handle File handle to read from.
96 * \return The number of bytes read, \c 0 at the end of the file, or
106 /* For all other file handles, it returns failure. */ in __read()
Dwrite.c29 /*This file is prepared for Doxygen automatic documentation generation.*/
31 /*! \file *********************************************************************
97 * \param handle File handle to write to.
116 /* For all other file handles, it returns failure. */ in __write()
/Kernel-v11.1.0/portable/IAR/RISC-V/chip_specific_extensions/
Dreadme.txt8 * portASM.S file because the same file is built for all RISC-V target chips.
17 * HEADER FILE FOR THE CHIP IN USE. This is done using the assembler's (not the
/Kernel-v11.1.0/portable/IAR/RISC-V/
Dreadme.txt8 * portASM.S file because the same file is built for all RISC-V target chips.
17 * HEADER FILE FOR THE CHIP IN USE. This is done using the assembler's (not the
/Kernel-v11.1.0/portable/GCC/RISC-V/chip_specific_extensions/
Dreadme.txt8 * portASM.S file because the same file is built for all RISC-V target chips.
17 * HEADER FILE FOR THE CHIP IN USE. This is done using the assembler's (not the
/Kernel-v11.1.0/portable/GCC/RISC-V/
Dreadme.txt8 * portASM.S file because the same file is built for all RISC-V target chips.
17 * HEADER FILE FOR THE CHIP IN USE. This is done using the assembler's (not the
/Kernel-v11.1.0/.github/
DCODEOWNERS1 # Each line is a file pattern followed by one or more owners.
30 # In this example, @octocat owns any file in an apps directory
34 # In this example, @doctocat owns any file in the `/docs`
/Kernel-v11.1.0/portable/MemMang/
Dheap_3.c34 * This file can only be used if the linker is configured to to generate
45 * task.h is included from an application file. */
54 #error This file must not be used if configSUPPORT_DYNAMIC_ALLOCATION is 0
98 * Reset the state in this file. This state is normally initialized at start up.
/Kernel-v11.1.0/portable/GCC/RISC-V/chip_specific_extensions/RISCV_no_extensions/
Dfreertos_risc_v_chip_specific_extensions.h36 * portASM.S file because the same file is built for all RISC-V target chips.
45 * HEADER FILE FOR THE CHIP IN USE. This is done using the assembler's (not the
/Kernel-v11.1.0/portable/GCC/RISC-V/chip_specific_extensions/RISCV_MTIME_CLINT_no_extensions/
Dfreertos_risc_v_chip_specific_extensions.h36 * portASM.S file because the same file is built for all RISC-V target chips.
45 * HEADER FILE FOR THE CHIP IN USE. This is done using the assembler's (not the
/Kernel-v11.1.0/portable/IAR/RISC-V/chip_specific_extensions/RV32I_CLINT_no_extensions/
Dfreertos_risc_v_chip_specific_extensions.h36 * portASM.S file because the same file is built for all RISC-V target chips.
45 * HEADER FILE FOR THE CHIP IN USE. This is done using the assembler's (not the
/Kernel-v11.1.0/portable/GCC/RISC-V/chip_specific_extensions/RV32I_CLINT_no_extensions/
Dfreertos_risc_v_chip_specific_extensions.h36 * portASM.S file because the same file is built for all RISC-V target chips.
45 * HEADER FILE FOR THE CHIP IN USE. This is done using the assembler's (not the
/Kernel-v11.1.0/examples/coverity/
DREADME.md57 --tu-pattern "file('[A-Za-z_]+\.c') && ( ! file('main.c') ) && ( ! file('port.c') )"
/Kernel-v11.1.0/portable/GCC/RISC-V/chip_specific_extensions/Pulpino_Vega_RV32M1RM/
Dfreertos_risc_v_chip_specific_extensions.h36 * portASM.S file because the same file is built for all RISC-V target chips.
45 * HEADER FILE FOR THE CHIP IN USE. This is done using the assembler's (not the
/Kernel-v11.1.0/portable/ThirdParty/GCC/Xtensa_ESP32/
DFreeRTOS-openocd.c6 * Add this file to your project, and, if you're using --gc-sections,
23 * This file is no longer needed as AFTER FreeRTOS V10.14.1 OpenOCD is fixed in the kernel.
/Kernel-v11.1.0/portable/IAR/AVR_AVRDx/
Dportmacro.s9045 ; Functions implemented in this file
64 ; You will also have to add an EXTERN statement at the top of the file.
85 ; restoring a task context has to be written in an asm file.
94 ; vPortYieldFromTick() in this assembly file. For convenience
/Kernel-v11.1.0/portable/IAR/AVR_Mega0/
Dportmacro.s9045 ; Functions implemented in this file
64 ; You will also have to add an EXTERN statement at the top of the file.
85 ; restoring a task context has to be written in an asm file.
94 ; vPortYieldFromTick() in this assembly file. For convenience

12345678910>>...19