Home
last modified time | relevance | path

Searched +full:- +full:y (Results 1 – 13 of 13) sorted by relevance

/Kernel-v11.1.0/portable/IAR/AVR_AVRDx/
Dportmacro.s905 ; * SPDX-License-Identifier: MIT
31 ; Declare all extern symbols here - including any ISRs that are referenced in
35 ; -------------
39 ; ---------------------------
46 ; ----------------------------------
53 ; -----------------------
74 st -y, r16
77 ld r16, y+
82 ; ------------------------------------------------------
89 ; portRESTORE_CONTEXT(). This is dis-advantageous as the context switch
[all …]
Dport.c5 * SPDX-License-Identifier: MIT
34 /*-----------------------------------------------------------
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 …]
/Kernel-v11.1.0/portable/IAR/AVR_Mega0/
Dportmacro.s905 ; * SPDX-License-Identifier: MIT
31 ; Declare all extern symbols here - including any ISRs that are referenced in
35 ; -------------
39 ; ---------------------------
46 ; ----------------------------------
53 ; -----------------------
74 st -y, r16
77 ld r16, y+
82 ; ------------------------------------------------------
89 ; portRESTORE_CONTEXT(). This is dis-advantageous as the context switch
[all …]
Dport.c5 * SPDX-License-Identifier: MIT
34 /*-----------------------------------------------------------
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 …]
/Kernel-v11.1.0/portable/IAR/ATMega323/
Dportmacro.s905 ; * SPDX-License-Identifier: MIT
31 ; Declare all extern symbols here - including any ISRs that are referenced in
35 ; -------------
42 ; ---------------------------
49 ; ----------------------------------
56 ; -----------------------
87 ; ------------------------------------------------------
94 ; portRESTORE_CONTEXT(). This is dis-advantageous as the context switch
103 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 …]
Dport.c5 * SPDX-License-Identifier: MIT
34 /*-----------------------------------------------------------
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 …]
/Kernel-v11.1.0/portable/WizC/PIC18/
DInstall.bat16 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 me
74 attrib -R "%FEDLIBSUSER%\libFreeRTOS\Modules\Croutine.c" >nul
75 attrib -R "%FEDLIBSUSER%\libFreeRTOS\Modules\Port.c" >nul
[all …]
/Kernel-v11.1.0/.github/workflows/
Dkernel-demos.yml1 name: FreeRTOS-Kernel Demos
6 bashPass: \033[32;1mPASSED -
7 bashInfo: \033[33;1mINFO -
8 bashFail: \033[31;1mFAILED -
12 WIN32-MSVC:
14 runs-on: windows-latest
16 - name: Checkout the FreeRTOS/FreeRTOS Repository
22 fetch-depth: 1
25 - name: Checkout Pull Request
30 - name: Add msbuild to PATH
[all …]
Dcoverity_scan.yml10 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-latest
21 - name: Checkout the Repository
24 - env:
29 echo -e "::group::${{ env.bashInfo }} ${{ env.stepName }} ${{ env.bashEnd }}"
31 sudo apt-get -y update
[all …]
/Kernel-v11.1.0/portable/CodeWarrior/HCS12/
Dport.c5 * SPDX-License-Identifier: MIT
34 /*-----------------------------------------------------------
36 *----------------------------------------------------------*/
45 /* Interrupt service routines have to be in non-banked memory - as does the
64 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 …]
/Kernel-v11.1.0/portable/GCC/HCS12/
Dport.c5 * SPDX-License-Identifier: MIT
38 /*-----------------------------------------------------------
40 *----------------------------------------------------------*/
49 /* NOTE: Interrupt service routines must be in non-banked memory - as does the
61 /* 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 …]
/Kernel-v11.1.0/portable/GCC/ATMega323/
Dport.c5 * SPDX-License-Identifier: MIT
33 + AVR port - Replaced the inb() and outb() functions with direct memory
44 /*-----------------------------------------------------------
46 *----------------------------------------------------------*/
57 /*-----------------------------------------------------------*/
64 /*-----------------------------------------------------------*/
72 * pushed the registers onto the stack - causing the 32 registers to be on the
175 /*-----------------------------------------------------------*/
181 /*-----------------------------------------------------------*/
196 pxTopOfStack--; in pxPortInitialiseStack()
[all …]
/Kernel-v11.1.0/
DHistory.txt5 + 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 immediately
11 - The task reading from a non-empty steam batching buffer blocks until the
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
43 compilers. We thank @Forty-Bot for their contribution.
54 POSIX timers to address issues with signal handling in non-FreeRTOS
56 + Update ARM_TFM port to support TF-Mv2.0.0 release of trusted-firmware-m.
[all …]