Home
last modified time | relevance | path

Searched refs:port (Results 1 – 25 of 118) sorted by relevance

12345

/Kernel-v11.0.1/portable/
DCMakeLists.txt21 template/port.c>
26 BCC/16BitDOS/Flsh186/port.c>
30 BCC/16BitDOS/PC/port.c>
32 # ARMv7-M port for Texas Instruments Code Composer Studio
34 CCS/ARM_CM3/port.c
37 # ARMv7E-M port for Texas Instruments Code Composer Studio
39 CCS/ARM_CM4F/port.c
42 # ARMv7-R port for Texas Instruments Code Composer Studio
44 CCS/ARM_Cortex-R4/port.c
47 # Texas Instruments MSP430 port for Texas Instruments Code Composer Studio
[all …]
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
15 For example, if you are interested in the [compiler] port for the [architecture]
16 microcontroller, then the port specific files are contained in
18 only port you are interested in then all the other directories can be
/Kernel-v11.0.1/
Dsbom.spdx115 FileName: ./portable/WizC/PIC18/port.c
116 SPDXID: SPDXRef-File-portable-WizC-PIC18-port.c
136 FileName: ./portable/RVDS/ARM_CM7/r0p1/port.c
137 SPDXID: SPDXRef-File-portable-RVDS-ARMCM7-r0p1-port.c
143 FileName: ./portable/RVDS/ARM_CA9/port.c
144 SPDXID: SPDXRef-File-portable-RVDS-ARMCA9-port.c
150 FileName: ./portable/RVDS/ARM_CM3/port.c
151 SPDXID: SPDXRef-File-portable-RVDS-ARMCM3-port.c
157 FileName: ./portable/RVDS/ARM_CM4F/port.c
158 SPDXID: SPDXRef-File-portable-RVDS-ARMCM4F-port.c
[all …]
DHistory.txt21 + Add a template FreeRTOS port which can be used as a starting point for
22 developing a new FreeRTOS port.
66 + Add the port-optimized task selection algorithm optionally available for
78 + Fix stack end and stack size computation in POSIX port to meet the stack
90 + Fix vPortEndScheduler() for the MSVC port so that the function
184 + Add Cortex-M35P port. Contributed by @urutva.
185 + Add embedded extension (RV32E) support to the IAR RISC-V port.
218 + Fix build warning in MSP430X port when large data model is used.
219 + Add the ability to use Cortex-R5 port on the parts without FPU.
226 + Fix build issue in POSIX GCC port on Windows Subsystem for Linux (WSL). Contributed
[all …]
/Kernel-v11.0.1/portable/GCC/ARM_CA53_64_BIT/
DREADME.md1 # ARM_CA53_64_BIT port
3 Initial port to support Armv8-A architecture in FreeRTOS kernel was written for
9 This port is generic and can be used as a starting point for other Armv8-A
10 application processors. Therefore, the port `ARM_CA53_64_BIT` is renamed as
11 `Arm_AARCH64`. The existing projects that use old port `ARM_CA53_64_BIT`,
12 should migrate to renamed port `Arm_AARCH64`.
16 This port uses memory mapped interace to access Arm GIC registers.
/Kernel-v11.0.1/portable/GCC/ARM_CA53_64_BIT_SRE/
DREADME.md1 # ARM_CA53_64_BIT_SRE port
3 Initial port to support Armv8-A architecture in FreeRTOS kernel was written for
9 This port is generic and can be used as a starting point for other Armv8-A
10 application processors. Therefore, the port `Arm_AARCH64_SRE` is renamed as
11 `Arm_AARCH64_SRE`. The existing projects that use old port `Arm_AARCH64_SRE`,
12 should migrate to renamed port `Arm_AARCH64_SRE`.
16 This port uses System Register interace to access Arm GIC registers.
/Kernel-v11.0.1/portable/ThirdParty/
DREADME.md12 FreeRTOS team supported third party FreeRTOS port:
20 A new FreeRTOS port cannot be directly contributed to this location. Instead,
22 community supported FreeRTOS port based on the community interest.
29 supported FreeRTOS port:
36 A new FreeRTOS port can be directly contributed by a partner. The process to
37 contribute a FreeRTOS port is documented [here](https://github.com/FreeRTOS/FreeRTOS-Kernel-Partner…
44 community supported FreeRTOS port:
47 * Tests may or may not exist for the FreeRTOS port.
50 A new FreeRTOS port can be directly contributed by anyone. The process to
51 contribute a FreeRTOS port is documented [here](https://github.com/FreeRTOS/FreeRTOS-Kernel-Communi…
/Kernel-v11.0.1/portable/GCC/ARM_CM7/
DReadMe.txt6 the FreeRTOS port provided specifically for r0p1 revisions, as that can be used
9 The first option is to use the ARM Cortex-M4F port, and the second option is to
10 use the Cortex-M7 r0p1 port - the latter containing a minor errata workaround.
13 used, but it is recommended to use the FreeRTOS ARM Cortex-M4F port located in
17 Cortex-M7 r0p1 port located in the /FreeRTOS/Source/portable/GCC/ARM_CM7/r0p1
/Kernel-v11.0.1/portable/RVDS/ARM_CM7/
DReadMe.txt6 the FreeRTOS port provided specifically for r0p1 revisions, as that can be used
9 The first option is to use the ARM Cortex-M4F port, and the second option is to
10 use the Cortex-M7 r0p1 port - the latter containing a minor errata workaround.
13 used, but it is recommended to use the FreeRTOS ARM Cortex-M4F port located in
17 Cortex-M7 r0p1 port located in the /FreeRTOS/Source/portable/RVDS/ARM_CM7/r0p1
/Kernel-v11.0.1/portable/IAR/ARM_CM7/
DReadMe.txt6 the FreeRTOS port provided specifically for r0p1 revisions, as that can be used
9 The first option is to use the ARM Cortex-M4F port, and the second option is to
10 use the Cortex-M7 r0p1 port - the latter containing a minor errata workaround.
13 used, but it is recommended to use the FreeRTOS ARM Cortex-M4F port located in
17 Cortex-M7 r0p1 port located in the /FreeRTOS/Source/portable/IAR/ARM_CM7/r0p1
/Kernel-v11.0.1/portable/GCC/MCF5235/
Dreadme.md1 The MCF5235 port is deprecated. The last FreeRTOS version that includes this port is 10.4.3.
/Kernel-v11.0.1/portable/ARMClang/
DUse-the-GCC-ports.txt1 The FreeRTOS GCC port layer also builds and works with the ARMClang compiler.
2 To use the ARMClang compiler build the port files from FreeRTOS/Source/portable/GCC.
/Kernel-v11.0.1/portable/GCC/Arm_AARCH64/
DREADME.md16 ## Arm_AARCH64 port
18 This port adds support for Armv8-A architecture AArch64 execution state.
19 This port is generic and can be used as a starting point for Armv8-A
/Kernel-v11.0.1/portable/GCC/Arm_AARCH64_SRE/
DREADME.md16 ## Arm_AARCH64_SRE port
18 This port adds support for Armv8-A architecture AArch64 execution state.
19 This port is generic and can be used as a starting point for Armv8-A
/Kernel-v11.0.1/portable/IAR/RISC-V/chip_specific_extensions/
Dreadme.txt2 * The FreeRTOS kernel's RISC-V port is split between the the code that is
4 * RISC-V ISA), and code that tailors the port to a specific RISC-V chip:
11 * code that tailors the FreeRTOS kernel's RISC-V port to a specific RISC-V
/Kernel-v11.0.1/portable/IAR/RISC-V/
Dreadme.txt2 * The FreeRTOS kernel's RISC-V port is split between the the code that is
4 * RISC-V ISA), and code that tailors the port to a specific RISC-V chip:
11 * code that tailors the FreeRTOS kernel's RISC-V port to a specific RISC-V
/Kernel-v11.0.1/portable/GCC/RISC-V/
Dreadme.txt2 * The FreeRTOS kernel's RISC-V port is split between the the code that is
4 * RISC-V ISA), and code that tailors the port to a specific RISC-V chip:
11 * code that tailors the FreeRTOS kernel's RISC-V port to a specific RISC-V
/Kernel-v11.0.1/portable/GCC/RISC-V/chip_specific_extensions/
Dreadme.txt2 * The FreeRTOS kernel's RISC-V port is split between the the code that is
4 * RISC-V ISA), and code that tailors the port to a specific RISC-V chip:
11 * code that tailors the FreeRTOS kernel's RISC-V port to a specific RISC-V
/Kernel-v11.0.1/portable/ThirdParty/GCC/ARM_TFM/
DREADME.md1 # Target of this port
3 This port adds the support that FreeRTOS applications can call the secure
23 To build a project based on this port:
31 …edfirmware.org/TF-M/trusted-firmware-m.git/) to get the source code. This port is supported by TF-…
40 …\ThirdParty\GCC\ARM_TFM``` folder before using this port. Note that TrustZone is enabled in this p…
48 This macro should be configured as 0. In this port, TF-M runs in the Secure Side while FreeRTOS
/Kernel-v11.0.1/portable/IAR/RX700v3_DPFPU/
Dreadme.txt1 The following table shows which port is recommended to be used.
46 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
62 …: PriorityDefinitions.h has to be provided for port_asm.s in case of other than RX700v3_DPFPU port.
/Kernel-v11.0.1/portable/IAR/RXv2/
Dreadme.txt1 The following table shows which port is recommended to be used.
46 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
62 …: PriorityDefinitions.h has to be provided for port_asm.s in case of other than RX700v3_DPFPU port.
/Kernel-v11.0.1/portable/IAR/RX600/
Dreadme.txt1 The following table shows which port is recommended to be used.
46 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
62 …: PriorityDefinitions.h has to be provided for port_asm.s in case of other than RX700v3_DPFPU port.
/Kernel-v11.0.1/portable/Renesas/RX100/
Dreadme.txt1 The following table shows which port is recommended to be used.
46 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
62 …: PriorityDefinitions.h has to be provided for port_asm.s in case of other than RX700v3_DPFPU port.
/Kernel-v11.0.1/portable/Renesas/RX200/
Dreadme.txt1 The following table shows which port is recommended to be used.
46 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
62 …: PriorityDefinitions.h has to be provided for port_asm.s in case of other than RX700v3_DPFPU port.
/Kernel-v11.0.1/portable/Renesas/RX600/
Dreadme.txt1 The following table shows which port is recommended to be used.
46 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
62 …: PriorityDefinitions.h has to be provided for port_asm.s in case of other than RX700v3_DPFPU port.

12345