Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/ThirdParty/GCC/ARC_EM_HS/
Dport.c280 TaskHandle_t new ) in vPortSetStackCheck() argument
282 if( new != NULL ) in vPortSetStackCheck()
285 arc_aux_write( AUX_S_KSTACK_BASE, ( uint32_t ) ( new->pxEndOfStack ) ); in vPortSetStackCheck()
286 arc_aux_write( AUX_S_KSTACK_TOP, ( uint32_t ) ( new->pxStack ) ); in vPortSetStackCheck()
288 arc_aux_write( AUX_KSTACK_BASE, ( uint32_t ) ( new->pxEndOfStack ) ); in vPortSetStackCheck()
289 arc_aux_write( AUX_KSTACK_TOP, ( uint32_t ) ( new->pxStack ) ); in vPortSetStackCheck()
/Kernel-v11.1.0/portable/ThirdParty/GCC/ARC_v1/
Dport.c280 TaskHandle_t new ) in vPortSetStackCheck() argument
282 if( new != NULL ) in vPortSetStackCheck()
284 arc_aux_write( AUX_USTACK_BASE, ( uint32_t ) ( new->pxEndOfStack ) ); in vPortSetStackCheck()
285 arc_aux_write( AUX_USTACK_TOP, ( uint32_t ) ( new->pxStack ) ); in vPortSetStackCheck()
/Kernel-v11.1.0/portable/ThirdParty/
DREADME.md20 A new FreeRTOS port cannot be directly contributed to this location. Instead,
36 A new FreeRTOS port can be directly contributed by a partner. The process to
50 A new FreeRTOS port can be directly contributed by anyone. The process to
/Kernel-v11.1.0/portable/IAR/ARM_CA5_No_GIC/
DportASM.s57 ; Save the context of the current task and select a new task to run.
163 ; Call the function that selects the new task to execute.
166 ; saving as a new LR will be loaded by portRESTORE_CONTEXT anyway.
/Kernel-v11.1.0/portable/IAR/ARM_CA9/
DportASM.s58 ; Save the context of the current task and select a new task to run.
163 ; Call the function that selects the new task to execute.
166 ; saving as a new LR will be loaded by portRESTORE_CONTEXT anyway.
/Kernel-v11.1.0/portable/RVDS/ARM_CA9/
DportASM.s54 ; Save the context of the current task and select a new task to run.
160 ; Call the function that selects the new task to execute.
163 ; saving as a new LR will be loaded by portRESTORE_CONTEXT anyway.
/Kernel-v11.1.0/
DHistory.txt99 developing a new FreeRTOS port.
157 + Update the vTaskPrioritySet implementation to use the new priority when the
158 task has inherited priority from a mutex it is holding, and the new priority
174 + Add the following improvements to the new MPU wrapper (mpu_wrappers_v2.c)
200 + Add a new MPU wrapper that places additional restrictions on unprivileged
201 tasks. The following is the list of changes introduced with the new MPU
214 the system call stack using new configSYSTEM_CALL_STACK_SIZE config
266 created kernel objects. The following new APIs are added:
357 - Add a new flag configHEAP_CLEAR_MEMORY_ON_FREE to heap_2, heap_4
360 - Add a new API pvPortCalloc to heap_2, heap_4 and heap_5 which has the same
[all …]
DREADME.md127 …te_configuration``` directory contains a sample `FreeRTOSConfig.h` to help jumpstart a new project.
/Kernel-v11.1.0/.github/
DCONTRIBUTING.md3 Thank you for your interest in contributing to our project. Whether it's a bug report, new feature,…
21 2. If your search turns up empty, create a new topic in the [forums](https://forums.freertos.org/) …
24 When creating a new topic on the forums or filing an issue, please include as many relevant details…
Dpull_request_process.md85 1. If you plan to contribute a new feature to FreeRTOS, please get confirmation beforehand that the…
110 …me, only bug fixes are taken into consideration. If your pull request is a new feature, it will no…
/Kernel-v11.1.0/.github/ISSUE_TEMPLATE/
Dfeature_request.md3 about: Suggest a new feature for this project
/Kernel-v11.1.0/portable/Tasking/ARM_CM4F/
Dport_asm.asm64 ;Save the new top of stack into the first member of the TCB.
119 ;Save the new top of stack into the first member of the TCB.
/Kernel-v11.1.0/portable/IAR/STR71x/
DISR_Support.h92 Store the new top of stack
/Kernel-v11.1.0/portable/IAR/STR75x/
DISR_Support.h92 Store the new top of stack
/Kernel-v11.1.0/portable/IAR/STR91x/
DISR_Support.h92 Store the new top of stack
/Kernel-v11.1.0/portable/IAR/AtmelSAM9XE/
DISR_Support.h91 Store the new top of stack
/Kernel-v11.1.0/portable/IAR/LPC2000/
DISR_Support.h92 Store the new top of stack
/Kernel-v11.1.0/portable/IAR/AtmelSAM7S64/
DISR_Support.h92 Store the new top of stack
/Kernel-v11.1.0/portable/CCS/MSP430X/
Dportext.asm135 ; Restore the context of the new task.
/Kernel-v11.1.0/portable/CCS/ARM_Cortex-R4/
DportASM.asm87 ; Store the new top of stack for the task.
/Kernel-v11.1.0/portable/IAR/MSP430/
Dportext.s4379 /* Restore the context of the new task. */
/Kernel-v11.1.0/portable/WizC/PIC18/
Dportmacro.h279 ; Save the new top of the software stack in the TCB. \
/Kernel-v11.1.0/portable/RVDS/ARM7_LPC21xx/
Dportmacro.inc86 LDR R0, =pxCurrentTCB ; Store the new top of stack for the task.
/Kernel-v11.1.0/portable/IAR/MSP430X/
Dportext.s43117 /* Restore the context of the new task. */
/Kernel-v11.1.0/portable/ThirdParty/XCC/Xtensa/
Dreadme_xtensa.txt207 To build in a location other than the default, specify the new location
212 You can override the default compilation options by specifying the new