Searched full:file (Results 1 – 25 of 466) sorted by relevance
12345678910>>...19
/Kernel-v11.1.0/ |
D | sbom.spdx | 26 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 …]
|
D | README.md | 123 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)
|
D | History.txt | 82 + 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 …]
|
D | MISRA.md | 11 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/ |
D | projdefs.h | 34 * 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 */
|
D | stdint.readme | 37 * 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.
|
D | portable.h | 36 /* 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
|
D | deprecated_definitions.h | 33 /* 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/ |
D | read.c | 29 /*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()
|
D | write.c | 29 /*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/ |
D | readme.txt | 8 * 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/ |
D | readme.txt | 8 * 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/ |
D | readme.txt | 8 * 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/ |
D | readme.txt | 8 * 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/ |
D | CODEOWNERS | 1 # 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/ |
D | heap_3.c | 34 * 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/ |
D | freertos_risc_v_chip_specific_extensions.h | 36 * 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/ |
D | freertos_risc_v_chip_specific_extensions.h | 36 * 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/ |
D | freertos_risc_v_chip_specific_extensions.h | 36 * 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/ |
D | freertos_risc_v_chip_specific_extensions.h | 36 * 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/ |
D | README.md | 57 --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/ |
D | freertos_risc_v_chip_specific_extensions.h | 36 * 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/ |
D | FreeRTOS-openocd.c | 6 * 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/ |
D | portmacro.s90 | 45 ; 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/ |
D | portmacro.s90 | 45 ; 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