Searched +full:release +full:- +full:requirements (Results 1 – 5 of 5) sorted by relevance
1 name: Kernel-Auto-Release15 description: "Version String for task.h on main branch (leave empty to leave as-is)."20 release-packager:21 name: Release Packager22 runs-on: ubuntu-latest25 - name: Tool Setup26 uses: actions/setup-python@v232 # Currently FreeRTOS/.github/scripts houses the release script. Download it for upcoming usage33 - name: Checkout FreeRTOS Release Tools39 # Simpler git auth if we use checkout action and forward the repo to release script[all …]
8 ------------17 Xtensa Configuration Requirements and Restrictions18 --------------------------------------------------23 requirements. You must use Xtensa Tools to compile and link FreeRTOS and26 NOTE: It may be possible to build and run this with the open-source27 xtensa-linux tools provided you have the correct overlay for your Xtensa33 thread-safety on a per task basis (for use in tasks only, not interrupt48 - Timer interrupt option with at least one interruptible timer.49 - Interrupt option (implied by the timer interrupt option).50 - Exception Architecture 2 (XEA2). Please note that XEA1 is NOT supported.[all …]
12 release. SMP enables one instance of the FreeRTOS Kernel to schedule tasks35 was last assigned to the task - which due to priority inheritance, may not42 FreeRTOSConfig.h. We thank @mdnr-g for their contribution.46 vTaskResume or vTaskResumeFromISR. We thank @Moral-Hao for their49 FreeRTOS handlers for PendSV and SVCall interrupts on Cortex-M devices.54 + Add CMake support to allow the application writer to select the RISC-V58 + Make taskYIELD available to unprivileged tasks for ARMv8-M ports.59 + Update Cortex-M23 ports to not use PSPLIM_NS. We thank @urutva for their61 + Update the SysTick setup code for ARMv8-M ports to first configure the clock66 + Add the port-optimized task selection algorithm optionally available for[all …]
5 * SPDX-License-Identifier: MIT82 if( pxCurrentTCB->uxPriority < ( pxTCB )->uxPriority ) \95 …#define taskYIELD_TASK_CORE_IF_USING_PREEMPTION( pxTCB ) prvYieldCore( ( pxTCB )->xTaskRunState…168 /*-----------------------------------------------------------*/179 --uxTopPriority; \193 /*-----------------------------------------------------------*/210 /*-----------------------------------------------------------*/222 /*-----------------------------------------------------------*/237 /*-----------------------------------------------------------*/255 /*-----------------------------------------------------------*/[all …]
5 * SPDX-License-Identifier: MIT39 /* *INDENT-OFF* */43 /* *INDENT-ON* */45 /*-----------------------------------------------------------47 *----------------------------------------------------------*/51 * after the numbered release.168 …defined by the run time stats clock. See https://www.FreeRTOS.org/rtos-run-time-stats.html. Only…183 … or a context switch pended since portSUPPRESS_TICKS_AND_SLEEP() was called - abort entering a sle…202 #define tskNO_AFFINITY ( ( UBaseType_t ) -1 )282 /*-----------------------------------------------------------[all …]