| /Kernel-v11.0.1/.github/ |
| D | uncrustify.cfg | 13 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.0.1/ |
| D | README.md | 16 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
|
| D | History.txt | 18 + Add a template FreeRTOSConfig.h, inclusive of an abbreviated explanation of 21 + Add a template FreeRTOS port which can be used as a starting point for 23 + Add bounds checking and obfuscation to internal heap block pointers in 29 + Add trace macros to ports that enable tracing the interaction of ISRs with 31 + Add trace macros that enable tracing of entering and exiting all APIs. We 33 + Add uxTaskBasePriorityGet and uxTaskBasePriorityGetFromISR APIs to get the 37 + Add pdTICKS_TO_MS macro to convert time in FreeRTOS ticks to time in 39 + Add default implementations of vApplicationGetIdleTaskMemory and 48 + Add asserts to validate that the application has correctly installed 54 + Add CMake support to allow the application writer to select the RISC-V [all …]
|
| /Kernel-v11.0.1/portable/ThirdParty/XCC/Xtensa/ |
| D | xtensa_context.S | 460 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.0.1/portable/ThirdParty/GCC/Xtensa_ESP32/ |
| D | xtensa_context.S | 473 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 …]
|
| D | port_common.c | 130 /*Add IDLE 0 to task wdt */ in main_task() 139 /*Add IDLE 1 to task wdt */ in main_task()
|
| /Kernel-v11.0.1/portable/IAR/RISC-V/ |
| D | portASM.s | 42 * 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 123 …add 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.0.1/portable/GCC/RISC-V/ |
| D | portASM.S | 42 * 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 114 …add 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.0.1/portable/oWatcom/16BitDOS/common/ |
| D | portasm.h | 50 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.0.1/examples/coverity/ |
| D | CMakeLists.txt | 18 # Add the freertos_config for FreeRTOS-Kernel. 31 # Add the FreeRTOS-Kernel subdirectory.
|
| /Kernel-v11.0.1/.github/ISSUE_TEMPLATE/ |
| D | bug-report.md | 33 If applicable, add screenshots to help explain your problem. 36 Add any other context about the problem here.
|
| /Kernel-v11.0.1/portable/ThirdParty/GCC/RP2040/ |
| D | README.md | 15 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.0.1/portable/IAR/STR91x/ |
| D | portasm.s79 | 50 ADD LR, LR, #4 ; Add 4 to the LR to make the LR appear exactly
|
| /Kernel-v11.0.1/portable/GCC/IA32_flat/ |
| D | portASM.S | 179 add $1, ulInterruptNesting 248 … add %ebx, %eax /* Add bit offset into register to get final vector number. */
|
| /Kernel-v11.0.1/portable/IAR/AtmelSAM9XE/ |
| D | portasm.s79 | 49 ADD LR, LR, #4 ; Add 4 to the LR to make the LR appear exactly
|
| /Kernel-v11.0.1/portable/IAR/STR75x/ |
| D | portasm.s79 | 51 ADD LR, LR, #4 ; Add 4 to the LR to make the LR appear exactly
|
| /Kernel-v11.0.1/portable/IAR/V850ES/ |
| D | portasm.s85 | 195 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
|
| D | portasm_Fx3.s85 | 204 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
|
| D | portasm_Hx2.s85 | 195 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
|
| /Kernel-v11.0.1/.github/workflows/ |
| D | auto-release.yml | 75 git add . 88 git add .
|
| /Kernel-v11.0.1/portable/MPLAB/PIC32MZ/ |
| D | ISR_Support.h | 171 add s5, zero, sp 391 add sp, zero, s5 405 add sp, zero, s5 419 add sp, zero, s5
|
| /Kernel-v11.0.1/portable/IAR/STR71x/ |
| D | portasm.s79 | 52 ADD LR, LR, #4 ; Add 4 to the LR to make the LR appear exactly
|
| /Kernel-v11.0.1/portable/IAR/LPC2000/ |
| D | portasm.s79 | 53 ADD LR, LR, #4 ; Add 4 to the LR to make the LR appear exactly
|
| /Kernel-v11.0.1/portable/RVDS/ARM7_LPC21xx/ |
| D | portASM.s | 79 ; address, but an SWI ISR does not. Add the offset manually so the same 81 ADD LR, LR, #4
|
| /Kernel-v11.0.1/portable/IAR/AtmelSAM7S64/ |
| D | portasm.s79 | 52 ADD LR, LR, #4 ; Add 4 to the LR to make the LR appear exactly
|