Home
last modified time | relevance | path

Searched full:files (Results 1 – 25 of 718) sorted by relevance

12345678910>>...29

/Kernel-v11.1.0/
DREADME.md6 This repository contains FreeRTOS kernel source/header files and kernel
13 application projects. That way you will have the correct FreeRTOS source files
15 building and executing you can remove the demo application files, and start to
16 add in your own application source files. See the
117 - The root of this repository contains the three files that are common to
119 three files. croutine.c implements the optional co-routine functionality - which
122 - The ```./portable``` directory contains the files that are specific to a particular microcontroll…
125 - The ```./include``` directory contains the real time kernel header files.
132 FreeRTOS files are formatted using the
180 Note that only the FreeRTOS-Kernel Source Files, [include](include),
[all …]
DHistory.txt528 in more files.
604 files, removing the need for application writers to add prototypes into
605 the C files in which they define the functions.
881 + Updated trace recorder files to the latest version.
1125 + Ensure none of the variables in the common kernel files are initialised to
1479 + Correct the __NVIC_PRIO_BITS setting in the LPC18xx.h header files
1527 + Core kernel files now pass PC-Lint V8 static checking without outputting
1573 files have been removed from FreeRTOS/Demo/Common.
1606 + Corrected header comments in the het.c and het.h files (RM48/TMS570 demo).
1706 + Added comments in the FreeRTOSConfig.h files associated with Cortex-M3 and
[all …]
Dcspell.config.yaml7 # Read files not to spell check from the git ignore
26 # Paths and files to ignore
/Kernel-v11.1.0/portable/
Dreadme.txt1 Each real time kernel port consists of three files that contain the core kernel
2 components and are common to every port, and one or more files that are
9 + The other directories each contain files specific to a particular
11 specific files the directory contains.
16 microcontroller, then the port specific files are contained in
/Kernel-v11.1.0/portable/ThirdParty/GCC/ARM_TFM/
DREADME.md41 Please copy all the files in `freertos_kernel/portable/GCC/ARM_CM[23|33|55|85]_NTZ` into the `freer…
69 To enable calling TF-M services by the Non-Secure Side, the files below should be included in the F…
70 * files in `trusted-firmware-m/build/api_ns/interface/src`
71files contain the implementation of PSA Functional Developer APIs which can be called by Non-Secur…
72 * files in `trusted-firmware-m/build/api_ns/interface/include`
73 These files are the necessary header files to call TF-M services.
/Kernel-v11.1.0/.github/
DCODEOWNERS11 # modifies JS files, only @js-owner and not the global
20 # In this example, @doctocat owns any files in the build/logs
25 # The `docs/*` pattern will match files like
26 # `docs/getting-started.md` but not further nested files like
/Kernel-v11.1.0/.github/workflows/
Dkernel-checks.yml31 # Collect all affected files
32 - name: Collecting changed files
33 uses: lots0logs/gh-action-get-changed-files@2.2.2
59 # Use the python script to check the copyright header of modified files.
/Kernel-v11.1.0/examples/coverity/
Dcoverity_misra.config28 …n heap files but declared in portable.h which is included in multiple source files. As a result, t…
52 …"reason": "API functions are not used by the library outside of the files they are defined; howeve…
/Kernel-v11.1.0/portable/ARMv8M/secure/
DReadMe.txt3 Do not use the files located here! These file are copied into separate
7 If your Armv8-M/Armv8.1-M application uses TrustZone then use the files from the
10 If your Armv8-M/Armv8.1-M application does not use TrustZone then use the files from
/Kernel-v11.1.0/portable/ARMv8M/
DReadMe.txt3 Do not use the files located here! These file are copied into separate
7 If your Armv8-M and Armv8.1-M application uses TrustZone then use the files from the
10 If your Armv8-M and Armv8.1-M application does not use TrustZone then use the files from
Dcopy_files.py8 # * this software and associated documentation files (the "Software"), to deal in
39 # Files to be compiled in the Secure Project
64 # Files to be compiled in the Non-Secure Project
156 # Copy Secure Files
162 # Copy Non-Secure Files
/Kernel-v11.1.0/portable/ARMv8M/non_secure/
DReadMe.txt3 Do not use the files located here! These file are copied into separate
7 If your Armv8-M/Armv8.1-M application uses TrustZone then use the files from the
10 If your Armv8-M/Armv8.1-M application does not use TrustZone then use the files from
/Kernel-v11.1.0/portable/GCC/RISC-V/chip_specific_extensions/RISCV_no_extensions/
Dfreertos_risc_v_chip_specific_extensions.h8 * this software and associated documentation files (the "Software"), to deal in
38 * + Header files called freertos_risc_v_chip_specific_extensions.h contain the
40 * chip. There are multiple freertos_risc_v_chip_specific_extensions.h files
/Kernel-v11.1.0/portable/GCC/RISC-V/chip_specific_extensions/RISCV_MTIME_CLINT_no_extensions/
Dfreertos_risc_v_chip_specific_extensions.h8 * this software and associated documentation files (the "Software"), to deal in
38 * + Header files called freertos_risc_v_chip_specific_extensions.h contain the
40 * chip. There are multiple freertos_risc_v_chip_specific_extensions.h files
/Kernel-v11.1.0/portable/IAR/RISC-V/chip_specific_extensions/RV32I_CLINT_no_extensions/
Dfreertos_risc_v_chip_specific_extensions.h8 * this software and associated documentation files (the "Software"), to deal in
38 * + Header files called freertos_risc_v_chip_specific_extensions.h contain the
40 * chip. There are multiple freertos_risc_v_chip_specific_extensions.h files
/Kernel-v11.1.0/portable/GCC/RISC-V/chip_specific_extensions/RV32I_CLINT_no_extensions/
Dfreertos_risc_v_chip_specific_extensions.h8 * this software and associated documentation files (the "Software"), to deal in
38 * + Header files called freertos_risc_v_chip_specific_extensions.h contain the
40 * chip. There are multiple freertos_risc_v_chip_specific_extensions.h files
/Kernel-v11.1.0/portable/WizC/PIC18/
DInstall.bat12 set FED=C:\Program Files\FED\PIC_C
23 set FED=C:\Program Files\FED\PIXIE
105 echo Copying Files...
137 echo Setting files to ReadOnly
/Kernel-v11.1.0/portable/ThirdParty/XCC/Xtensa/
Dxtensa_rtos.h9 * this software and associated documentation files (the "Software"), to deal in
36 * and macros for use primarily by Xtensa assembly coded source files.
38 * Macros in this header map callouts from generic Xtensa files to specific
39 * RTOS functions. It may also be included in C source files.
217 Ensures RTOS specific files need only include this one Xtensa-generic header.
/Kernel-v11.1.0/portable/GCC/RISC-V/chip_specific_extensions/Pulpino_Vega_RV32M1RM/
Dfreertos_risc_v_chip_specific_extensions.h8 * this software and associated documentation files (the "Software"), to deal in
38 * + Header files called freertos_risc_v_chip_specific_extensions.h contain the
40 * chip. There are multiple freertos_risc_v_chip_specific_extensions.h files
/Kernel-v11.1.0/portable/ThirdParty/GCC/Xtensa_ESP32/include/
Dxtensa_rtos.h13 * a copy of this software and associated documentation files (the
39 * and macros for use primarily by Xtensa assembly coded source files.
41 * Macros in this header map callouts from generic Xtensa files to specific
42 * RTOS functions. It may also be included in C source files.
223 * Ensures RTOS specific files need only include this one Xtensa-generic header.
/Kernel-v11.1.0/portable/IAR/ARM_CM35P/secure/
Dsecure_context_port_asm.s8 * this software and associated documentation files (the "Software"), to deal in
35 the code is included in C files but excluded by the preprocessor in assembly
36 files (__ICCARM__ is defined by the IAR C compiler but not by the IAR assembler. */
/Kernel-v11.1.0/portable/IAR/ARM_CM85/secure/
Dsecure_context_port_asm.s8 * this software and associated documentation files (the "Software"), to deal in
35 the code is included in C files but excluded by the preprocessor in assembly
36 files (__ICCARM__ is defined by the IAR C compiler but not by the IAR assembler. */
/Kernel-v11.1.0/portable/IAR/ARM_CM23/secure/
Dsecure_context_port_asm.s8 * this software and associated documentation files (the "Software"), to deal in
35 the code is included in C files but excluded by the preprocessor in assembly
36 files (__ICCARM__ is defined by the IAR C compiler but not by the IAR assembler. */
/Kernel-v11.1.0/portable/IAR/ARM_CM55/secure/
Dsecure_context_port_asm.s8 * this software and associated documentation files (the "Software"), to deal in
35 the code is included in C files but excluded by the preprocessor in assembly
36 files (__ICCARM__ is defined by the IAR C compiler but not by the IAR assembler. */
/Kernel-v11.1.0/portable/ARMv8M/secure/context/portable/IAR/ARM_CM33/
Dsecure_context_port_asm.s8 * this software and associated documentation files (the "Software"), to deal in
35 the code is included in C files but excluded by the preprocessor in assembly
36 files (__ICCARM__ is defined by the IAR C compiler but not by the IAR assembler. */

12345678910>>...29