Searched +full:- +full:y (Results 1 – 13 of 13) sorted by relevance
5 ; * SPDX-License-Identifier: MIT31 ; Declare all extern symbols here - including any ISRs that are referenced in35 ; -------------39 ; ---------------------------46 ; ----------------------------------53 ; -----------------------74 st -y, r1677 ld r16, y+82 ; ------------------------------------------------------89 ; portRESTORE_CONTEXT(). This is dis-advantageous as the context switch[all …]
5 * SPDX-License-Identifier: MIT34 /*-----------------------------------------------------------36 *----------------------------------------------------------*/41 /*-----------------------------------------------------------*/63 /*-----------------------------------------------------------*/77 /*lint -e950 -e611 -e923 Lint doesn't like this much - but nothing I can do about it. */ in pxPortInitialiseStack()82 * AVR Y register. in pxPortInitialiseStack()94 /*pxTopOfStack--; */ in pxPortInitialiseStack()96 /*pxTopOfStack--; */ in pxPortInitialiseStack()98 /*pxTopOfStack--; */ in pxPortInitialiseStack()[all …]
5 ; * SPDX-License-Identifier: MIT31 ; Declare all extern symbols here - including any ISRs that are referenced in35 ; -------------42 ; ---------------------------49 ; ----------------------------------56 ; -----------------------87 ; ------------------------------------------------------94 ; portRESTORE_CONTEXT(). This is dis-advantageous as the context switch103 st -y, r0 ; First save the r0 register - we need to use this.106 st -y, r0 ; Store the SREG as it was before we disabled interrupts.[all …]
5 * SPDX-License-Identifier: MIT34 /*-----------------------------------------------------------36 *----------------------------------------------------------*/49 /*-----------------------------------------------------------*/69 /*-----------------------------------------------------------*/85 pxTopOfStack--; in pxPortInitialiseStack()87 pxTopOfStack--; in pxPortInitialiseStack()89 pxTopOfStack--; in pxPortInitialiseStack()91 /* Remember where the top of the hardware stack is - this is required in pxPortInitialiseStack()98 /*lint -e950 -e611 -e923 Lint doesn't like this much - but nothing I can do about it. */ in pxPortInitialiseStack()[all …]
16 echo YES, I found a fedC-installation!19 echo I could not find a fedC-installation.27 echo YES, I found a wizC-installation!30 echo I could not find a wizC-installation.36 echo I could not find a FED C-compiler installation on your system.38 echo Perhaps I got confused because you installed fedC or wizC in a non-default directory.39 echo If this is the case, please change the path at the top of this install-script.65 echo Press 'ctrl-c' to stop me74 attrib -R "%FEDLIBSUSER%\libFreeRTOS\Modules\Croutine.c" >nul75 attrib -R "%FEDLIBSUSER%\libFreeRTOS\Modules\Port.c" >nul[all …]
1 name: FreeRTOS-Kernel Demos6 bashPass: \033[32;1mPASSED -7 bashInfo: \033[33;1mINFO -8 bashFail: \033[31;1mFAILED -12 WIN32-MSVC:14 runs-on: windows-latest16 - name: Checkout the FreeRTOS/FreeRTOS Repository22 fetch-depth: 125 - name: Checkout Pull Request30 - name: Add msbuild to PATH[all …]
10 bashPass: \033[32;1mPASSED -11 bashInfo: \033[33;1mINFO -12 bashFail: \033[31;1mFAILED -16 Coverity-Scan:17 if: ( github.repository == 'FreeRTOS/FreeRTOS-Kernel' )19 runs-on: ubuntu-latest21 - name: Checkout the Repository24 - env:29 echo -e "::group::${{ env.bashInfo }} ${{ env.stepName }} ${{ env.bashEnd }}"31 sudo apt-get -y update[all …]
5 * SPDX-License-Identifier: MIT34 /*-----------------------------------------------------------36 *----------------------------------------------------------*/45 /* Interrupt service routines have to be in non-banked memory - as does the64 critical section should not be left (i.e. interrupts should not be re-enabled)71 /*-----------------------------------------------------------*/83 pxTopOfStack--; in pxPortInitialiseStack()85 pxTopOfStack--; in pxPortInitialiseStack()87 pxTopOfStack--; in pxPortInitialiseStack()99 pxTopOfStack--; in pxPortInitialiseStack()[all …]
5 * SPDX-License-Identifier: MIT38 /*-----------------------------------------------------------40 *----------------------------------------------------------*/49 /* NOTE: Interrupt service routines must be in non-banked memory - as does the61 /* Function in non-banked memory which actually switches to first task. */65 * critical section should not be left (i.e. interrupts should not be re-enabled)70 volatile UBaseType_t uxCriticalNesting = 0x80; /* un-initialized */72 /*-----------------------------------------------------------*/88 *--pxTopOfStack = ( StackType_t ) *( ( ( StackType_t * ) ( &pxCode ) ) + 0 ); in pxPortInitialiseStack()92 /* Y register */ in pxPortInitialiseStack()[all …]
5 * SPDX-License-Identifier: MIT33 + AVR port - Replaced the inb() and outb() functions with direct memory44 /*-----------------------------------------------------------46 *----------------------------------------------------------*/57 /*-----------------------------------------------------------*/64 /*-----------------------------------------------------------*/72 * pushed the registers onto the stack - causing the 32 registers to be on the175 /*-----------------------------------------------------------*/181 /*-----------------------------------------------------------*/196 pxTopOfStack--; in pxPortInitialiseStack()[all …]
5 + Add ARMv7-R port with Memory Protection Unit (MPU) support.6 + Add Memory Protection Unit (MPU) support to the Cortex-M0 port.8 buffer when a task reads from a non-empty buffer:9 - The task reading from a non-empty stream buffer returns immediately11 - The task reading from a non-empty steam batching buffer blocks until the37 + Add 64-bit support to the FreeRTOS Windows Simulator port. We thank @watsk39 + Add support for 64-bit Microblaze processor to the MicroblazeV9 port. We43 compilers. We thank @Forty-Bot for their contribution.54 POSIX timers to address issues with signal handling in non-FreeRTOS56 + Update ARM_TFM port to support TF-Mv2.0.0 release of trusted-firmware-m.[all …]