/Kernel-v11.1.0/portable/ThirdParty/GCC/ARC_EM_HS/ |
D | port.c | 280 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/ |
D | port.c | 280 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/ |
D | README.md | 20 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/ |
D | portASM.s | 57 ; 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/ |
D | portASM.s | 58 ; 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/ |
D | portASM.s | 54 ; 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/ |
D | History.txt | 99 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 …]
|
D | README.md | 127 …te_configuration``` directory contains a sample `FreeRTOSConfig.h` to help jumpstart a new project.
|
/Kernel-v11.1.0/.github/ |
D | CONTRIBUTING.md | 3 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…
|
D | pull_request_process.md | 85 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/ |
D | feature_request.md | 3 about: Suggest a new feature for this project
|
/Kernel-v11.1.0/portable/Tasking/ARM_CM4F/ |
D | port_asm.asm | 64 ;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/ |
D | ISR_Support.h | 92 Store the new top of stack
|
/Kernel-v11.1.0/portable/IAR/STR75x/ |
D | ISR_Support.h | 92 Store the new top of stack
|
/Kernel-v11.1.0/portable/IAR/STR91x/ |
D | ISR_Support.h | 92 Store the new top of stack
|
/Kernel-v11.1.0/portable/IAR/AtmelSAM9XE/ |
D | ISR_Support.h | 91 Store the new top of stack
|
/Kernel-v11.1.0/portable/IAR/LPC2000/ |
D | ISR_Support.h | 92 Store the new top of stack
|
/Kernel-v11.1.0/portable/IAR/AtmelSAM7S64/ |
D | ISR_Support.h | 92 Store the new top of stack
|
/Kernel-v11.1.0/portable/CCS/MSP430X/ |
D | portext.asm | 135 ; Restore the context of the new task.
|
/Kernel-v11.1.0/portable/CCS/ARM_Cortex-R4/ |
D | portASM.asm | 87 ; Store the new top of stack for the task.
|
/Kernel-v11.1.0/portable/IAR/MSP430/ |
D | portext.s43 | 79 /* Restore the context of the new task. */
|
/Kernel-v11.1.0/portable/WizC/PIC18/ |
D | portmacro.h | 279 ; Save the new top of the software stack in the TCB. \
|
/Kernel-v11.1.0/portable/RVDS/ARM7_LPC21xx/ |
D | portmacro.inc | 86 LDR R0, =pxCurrentTCB ; Store the new top of stack for the task.
|
/Kernel-v11.1.0/portable/IAR/MSP430X/ |
D | portext.s43 | 117 /* Restore the context of the new task. */
|
/Kernel-v11.1.0/portable/ThirdParty/XCC/Xtensa/ |
D | readme_xtensa.txt | 207 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
|