Home
last modified time | relevance | path

Searched full:add (Results 1 – 25 of 158) sorted by relevance

1234567

/Kernel-v11.1.0/.github/
Duncrustify.cfg13 utf8_bom = ignore # ignore/add/remove/force
16 sp_arith = force # ignore/add/remove/force
17 sp_arith_additive = ignore # ignore/add/remove/force
18 sp_assign = force # ignore/add/remove/force
19 sp_cpp_lambda_assign = ignore # ignore/add/remove/force
20 sp_cpp_lambda_paren = ignore # ignore/add/remove/force
21 sp_assign_default = force # ignore/add/remove/force
22 sp_before_assign = force # ignore/add/remove/force
23 sp_after_assign = force # ignore/add/remove/force
24 sp_enum_paren = ignore # ignore/add/remove/force
[all …]
/Kernel-v11.1.0/
DREADME.md16 add in your own application source files. See the
38 Add the following into your project's main or a subdirectory's `CMakeLists.txt`:
49 In case you prefer to add it as a git submodule, do:
52 git submodule add https://github.com/FreeRTOS/FreeRTOS-Kernel.git <path of the submodule>
56 - Add a freertos_config library (typically an INTERFACE library) The following assumes the director…
73 In case you installed FreeRTOS-Kernel as a submodule, you will have to add it as a subdirectory:
94 - In case of cross compilation, you should also add the following to `freertos_config`:
176 and you believe this is a mistake, then add the word to
DHistory.txt5 + Add ARMv7-R port with Memory Protection Unit (MPU) support.
6 + Add Memory Protection Unit (MPU) support to the Cortex-M0 port.
7 + Add stream batching buffer. A stream batching buffer differs from a stream
15 + Add the ability to change task notification index for stream buffers. We
17 + Add xStreamBufferResetFromISR and xMessageBufferResetFromISR APIs to reset
30 + Add a config option to the FreeRTOS SMP Kernel to set the default core
33 + Add configUSE_EVENT_GROUPS and configUSE_STREAM_BUFFERS configuration
37 + Add 64-bit support to the FreeRTOS Windows Simulator port. We thank @watsk
39 + Add support for 64-bit Microblaze processor to the MicroblazeV9 port. We
41 + Add support for MSP430 Embedded Application Binary Interface (EABI) to
[all …]
/Kernel-v11.1.0/portable/ThirdParty/XCC/Xtensa/
Dxtensa_context.S460 add a3, a14, a15 /* a3 = save area for CP 0 */
468 add a3, a14, a15 /* a3 = save area for CP 1 */
476 add a3, a14, a15
484 add a3, a14, a15
492 add a3, a14, a15
500 add a3, a14, a15
508 add a3, a14, a15
516 add a3, a14, a15
566 add a3, a14, a15 /* a3 = save area for CP 0 */
574 add a3, a14, a15 /* a3 = save area for CP 1 */
[all …]
/Kernel-v11.1.0/portable/ThirdParty/GCC/Xtensa_ESP32/
Dxtensa_context.S473 add a3, a3, a5
538 add a3, a14, a15 /* a3 = save area for CP 0 */
546 add a3, a14, a15 /* a3 = save area for CP 1 */
554 add a3, a14, a15
562 add a3, a14, a15
570 add a3, a14, a15
578 add a3, a14, a15
586 add a3, a14, a15
594 add a3, a14, a15
646 add a3, a14, a15 /* a3 = save area for CP 0 */
[all …]
Dport_common.c130 /*Add IDLE 0 to task wdt */ in main_task()
139 /*Add IDLE 1 to task wdt */ in main_task()
/Kernel-v11.1.0/portable/IAR/RISC-V/
DportASM.s42 * RISC-V chip that both includes a standard CLINT and does not add to the
45 * that do not include a standard CLINT or do add to the base set of RISC-V
55 * that include a standard CLINT and do not add to the base set of RISC-V
123add a4, t0, a2 /* Add the low word of ullNextTime to the timer increments for one tic…
125 add t2, a3, t1 /* Add overflow to high word of ullNextTime. */
137 add t4, t0, t2 /* Add ullNextTime to the timer increments for one tick. */
228 chip_specific_stack_frame: /* First add any chip specific registers to the stack frame…
/Kernel-v11.1.0/portable/GCC/RISC-V/
DportASM.S42 * RISC-V chip that both includes a standard CLINT and does not add to the
45 * that do not include a standard CLINT or do add to the base set of RISC-V
55 * that include a standard CLINT and do not add to the base set of RISC-V
114add a4, t0, a2 /* Add the low word of ullNextTime to the timer increments for one tic…
116 add t2, a3, t1 /* Add overflow to high word of ullNextTime. */
128 add t4, t0, t2 /* Add ullNextTime to the timer increments for one tick. */
220 chip_specific_stack_frame: /* First add any chip specific registers to the stack frame…
/Kernel-v11.1.0/portable/GCC/ARM_CRx_MPU/
DportASM.S91 ADD LR, LR, #60 /* R0-R14 - Total 155 register, each 4 byte wide. */
106 ADD R1, LR, #0x4 /* R1 now points to the xMPUSettings in TCB. */
120 ADD R5, R5, #1
150 ADD LR, LR, #60 /* R0-R14 - Total 155 register, each 4 byte wide. */
225ADD R11, R11, #portSYSTEM_CALL_INFO_OFFSET /* R11 now points to xSystemCallStackInfo in TCB. */
263ADD R11, R11, #portSYSTEM_CALL_INFO_OFFSET /* R11 now points to xSystemCallStackInfo in TCB. …
268 ADD R11, R11, 0x8
431 ADD R2, R1, #1 /* R2 = R1 + 1. */
486 ADD SP, SP, 0x4
/Kernel-v11.1.0/portable/oWatcom/16BitDOS/common/
Dportasm.h50 debugger). The true stack pointer is then stored in the bp register. We add
67 "add bp, 0x0002"
76 …"add sp, 0x0002" /* Remove the extra bytes that exist in debug builds befor…
/Kernel-v11.1.0/.github/ISSUE_TEMPLATE/
Dbug-report.md33 If applicable, add screenshots to help explain your problem.
36 Add any other context about the problem here.
/Kernel-v11.1.0/examples/coverity/
DCMakeLists.txt19 # Add the freertos_config for FreeRTOS-Kernel.
38 # Add the FreeRTOS-Kernel subdirectory.
/Kernel-v11.1.0/portable/ThirdParty/GCC/RP2040/
DREADME.md15 add the following in your `CMakeLists.txt`:
29 As an alternative to the `import` statement above, you can just add this directory directly via thw…
/Kernel-v11.1.0/portable/IAR/STR91x/
Dportasm.s7950 ADD LR, LR, #4 ; Add 4 to the LR to make the LR appear exactly
/Kernel-v11.1.0/portable/GCC/IA32_flat/
DportASM.S179 add $1, ulInterruptNesting
248add %ebx, %eax /* Add bit offset into register to get final vector number. */
/Kernel-v11.1.0/portable/IAR/STR75x/
Dportasm.s7951 ADD LR, LR, #4 ; Add 4 to the LR to make the LR appear exactly
/Kernel-v11.1.0/portable/IAR/AtmelSAM9XE/
Dportasm.s7949 ADD LR, LR, #4 ; Add 4 to the LR to make the LR appear exactly
/Kernel-v11.1.0/portable/IAR/V850ES/
Dportasm.s85195 ADD 0x0C,sp ; set SP to right position
214 add -0x0C,sp ; prepare stack to save necessary values
229 add 0x0C,sp ; set SP to right position
249 add -0x0C,sp ; prepare stack to save necessary values
265 add 0x0C,sp ; set SP to right position
Dportasm_Hx2.s85195 ADD 0x0C,sp ; set SP to right position
214 add -0x0C,sp ; prepare stack to save necessary values
229 add 0x0C,sp ; set SP to right position
249 add -0x0C,sp ; prepare stack to save necessary values
265 add 0x0C,sp ; set SP to right position
Dportasm_Fx3.s85204 ADD 0x0C,sp ; set SP to right position
223 add -0x0C,sp ; prepare stack to save necessary values
238 add 0x0C,sp ; set SP to right position
258 add -0x0C,sp ; prepare stack to save necessary values
274 add 0x0C,sp ; set SP to right position
/Kernel-v11.1.0/.github/workflows/
Dauto-release.yml75 git add .
88 git add .
/Kernel-v11.1.0/portable/MPLAB/PIC32MZ/
DISR_Support.h171 add s5, zero, sp
391 add sp, zero, s5
405 add sp, zero, s5
419 add sp, zero, s5
/Kernel-v11.1.0/portable/IAR/STR71x/
Dportasm.s7952 ADD LR, LR, #4 ; Add 4 to the LR to make the LR appear exactly
/Kernel-v11.1.0/portable/IAR/LPC2000/
Dportasm.s7953 ADD LR, LR, #4 ; Add 4 to the LR to make the LR appear exactly
/Kernel-v11.1.0/portable/IAR/AtmelSAM7S64/
Dportasm.s7952 ADD LR, LR, #4 ; Add 4 to the LR to make the LR appear exactly

1234567