Home
last modified time | relevance | path

Searched full:update (Results 1 – 25 of 94) sorted by relevance

1234

/Kernel-v11.1.0/
DHistory.txt20 + Update all the FreeRTOS APIs to use configSTACK_DEPTH_TYPE for stack type.
22 + Update vTaskEndScheduler to delete the timer and idle tasks,
26 + Update uxTaskGetSystemState to not use the pxIndex member of the List_t
44 + Update xPortIsAuthorizedToAccessBuffer() on FreeRTOS ports with MPU
47 + Update the POSIX port to pass the FreeRTOS task name to pthread for
49 + Update the POSIX port to ignore the user specified stack memory and only
53 + Update the POSIX port to use a timer thread for tick interrupts instead of
56 + Update ARM_TFM port to support TF-Mv2.0.0 release of trusted-firmware-m.
71 + Update the scheduler suspension usage in ulTaskGenericNotifyTake and
76 + Update CMake support to create only one static library containing both the
[all …]
DREADME.md53 git submodule update --init
/Kernel-v11.1.0/.github/workflows/
Dkernel-demos.yml94 sudo apt-get -y update
118 sudo apt-get -y update
156 sudo apt-get -y update
181 …git submodule update --checkout --init --depth 1 FreeRTOS/Demo/ThirdParty/Community-Supported-Demos
199 sudo apt update -y
267 …git submodule update --checkout --init --depth 1 FreeRTOS/Demo/ThirdParty/Community-Supported-Demos
279 sudo apt-get -y update
Dauto-release.yml57 - name: Update source files with version info
66 - name : Update version number in manifest.yml
76 git commit -m '[AUTO][RELEASE]: Update version number in manifest.yml'
89 git commit -m '[AUTO][RELEASE]: Update SBOM'
Dcoverity_scan.yml31 sudo apt-get -y update
/Kernel-v11.1.0/portable/GCC/STR75x/
Dport.c184 /* Enable TB Update interrupt */ in prvSetupTimerInterrupt()
187 /* Clear TB Update interrupt pending bit */ in prvSetupTimerInterrupt()
/Kernel-v11.1.0/include/
DStackMacros.h31 …#warning The name of this file has changed to stack_macros.h. Please update your code accordingly…
/Kernel-v11.1.0/portable/IAR/STR75x/
Dport.c196 /* Enable TB Update interrupt */ in prvSetupTimerInterrupt()
199 /* Clear TB Update interrupt pending bit */ in prvSetupTimerInterrupt()
/Kernel-v11.1.0/portable/GCC/RISC-V/
Dport.c42 … derived from the (possibly 0) configCLINT_BASE_ADDRESS setting. Please update to define configMT…
62 * configISR_STACK_SIZE_WORDS undefined and update the linker script so that a
DportASM.S106 /* Update the 64-bit mtimer compare match value in two 32-bit writes. */
124 /* Update the 64-bit mtimer compare match value. */
345 …addi a1, a1, 4 /* Synchronous so update exception return address to the instr…
/Kernel-v11.1.0/portable/IAR/RISC-V/
DportASM.s115 /* Update the 64-bit mtimer compare match value in two 32-bit writes. */
133 /* Update the 64-bit mtimer compare match value. */
360 …addi a1, a1, 4 /* Synchronous so update exception return address to the instr…
Dport.c42 … derived from the (possibly 0) configCLINT_BASE_ADDRESS setting. Please update to define configMT…
64 * configISR_STACK_SIZE_WORDS undefined and update the linker script so that a
/Kernel-v11.1.0/portable/Paradigm/Tern_EE/small/
Dportasm.h38 * vTaskSwitchContext() to update the TCB being used, then restores the stack
/Kernel-v11.1.0/examples/coverity/
Dcoverity_misra.config76 "reason": "Allow to update the parameters of a function."
DREADME.md32 1. Update the compiler configuration in Coverity:
/Kernel-v11.1.0/portable/Paradigm/Tern_EE/large_untested/
Dportasm.h35 * vTaskSwitchContext() to update the TCB being used, then restores the stack
/Kernel-v11.1.0/portable/BCC/16BitDOS/common/
Dportasm.h38 * vTaskSwitchContext() to update the TCB being used, then restores the stack
/Kernel-v11.1.0/portable/ThirdParty/XCC/Xtensa/
Dxtensa_vectors.S219 s32i a5, a3, 4 /* update _xt_vpri_mask */
280 /* Restore old value of _xt_vpri_mask from a2. Also update INTENABLE from
286 s32i a2, a3, 4 /* update _xt_vpri_mask */
288 wsr a4, INTENABLE /* update INTENABLE */
727 1: wsr a3, EPC_1 /* update PC */
871 s16i a4, a2, XT_CPENABLE /* update old owner's CPENABLE */
880 s16i a4, a2, XT_CPSTORED /* update old owner's CPSTORED */
902 s16i a3, a15, XT_CPSTORED /* update new owner's CPSTORED */
1783 wsr a2, PS /* update PS.OWB to new window base */
Dportasm.S255 /* Update the timer comparator for the next tick. */
264 wsr a4, XT_CCOMPARE /* update comp. and clear interrupt */
287 esync /* ensure comparator update complete */
/Kernel-v11.1.0/portable/oWatcom/16BitDOS/common/
Dportasm.h35 * vTaskSwitchContext() to update the TCB being used, then restores the stack
/Kernel-v11.1.0/portable/ThirdParty/GCC/Xtensa_ESP32/
Dxtensa_vectors.S302 s32i a5, a3, 4 /* update _xt_vpri_mask */
369 /* Restore old value of _xt_vpri_mask from a2. Also update INTENABLE from
375 s32i a2, a3, 4 /* update _xt_vpri_mask */
377 wsr a4, INTENABLE /* update INTENABLE */
899 1: wsr a3, EPC_1 /* update PC */
1084 s16i a4, a2, XT_CPENABLE /* update old owner's CPENABLE */
1093 s16i a4, a2, XT_CPSTORED /* update old owner's CPSTORED */
1118 s16i a3, a15, XT_CPSTORED /* update new owner's CPSTORED */
1920 wsr a2, PS /* update PS.OWB to new window base */
Dportasm.S319 /* Update the timer comparator for the next tick. */
328 wsr a4, XT_CCOMPARE /* update comp. and clear interrupt */
351 esync /* ensure comparator update complete */
/Kernel-v11.1.0/portable/ThirdParty/GCC/Xtensa_ESP32/include/
DFreeRTOSConfig_arch.h61 * Update the code to use esp_clk_cpu_freq function instead.
/Kernel-v11.1.0/portable/MPLAB/PIC32MX/
DISR_Support.h112 /* Update the task stack pointer value if nesting is zero. */
/Kernel-v11.1.0/portable/MPLAB/PIC32MEC14xx/
DISR_Support.h130 /* Update the task stack pointer value if nesting is zero. */

1234