Home
last modified time | relevance | path

Searched full:uses (Results 1 – 25 of 166) sorted by relevance

1234567

/Kernel-v10.6.2/.github/workflows/
Dkernel-demos.yml10 uses: actions/checkout@v2
19 uses: actions/checkout@v2
24 uses: microsoft/setup-msbuild@v1.1
39 uses: actions/checkout@v2
48 uses: actions/checkout@v2
64 uses: actions/checkout@v2
73 uses: actions/checkout@v2
93 uses: actions/checkout@v2
102 uses: actions/checkout@v2
122 uses: actions/checkout@v2
[all …]
Dunit-tests.yml9 uses: actions/checkout@v2
18 uses: actions/checkout@v2
23 uses: actions/setup-python@master
40 uses: codecov/codecov-action@v3.1.0
48 uses: actions/upload-artifact@v2
53 uses: actions/upload-artifact@v2
Dkernel-checks.yml12 uses: actions/setup-python@v2
21 uses: actions/checkout@v2
29 uses: actions/checkout@v2
35 uses: lots0logs/gh-action-get-changed-files@2.1.4
Dci.yml13 uses: actions/checkout@v2
19 uses: actions/checkout@v2
40 - uses: actions/checkout@v2
75 uses: actions/checkout@v2
Dauto-release.yml26 uses: actions/setup-python@v2
34 uses: actions/checkout@v2
41 uses: actions/checkout@v2
80 uses: FreeRTOS/CI-CD-Github-Actions/sbom-generator@main
Dgit-secrets.yml10 - uses: actions/checkout@v2
14 uses: actions/checkout@v2
/Kernel-v10.6.2/portable/IAR/ARM_CA5_No_GIC/
Dport.c44 …g.h to call the function that sets up the tick interrupt. A default that uses the PIT is provided…
48 …h ever interrupt was used to generate the tick interrupt. A default that uses the PIT is provided…
176 /* The task will start without a floating point context. A task that uses in pxPortInitialiseStack()
244 assert function also uses a critical section. */ in vPortEnterCritical()
Dportmacro.h120 not required for this port but included in case common demo code that uses these
129 /* Any task that uses the floating point unit MUST call vPortTaskUsesFPU()
/Kernel-v10.6.2/portable/WizC/PIC18/
Dportmacro.h168 * WizC uses a downgrowing stack
180 * WizC uses a "downgrowing" stack. There is no framepointer.
195 * The compiler uses some locations at the bottom of RAM for temporary
198 * uses an area called LocOpt for this wizC feature.
/Kernel-v10.6.2/portable/ThirdParty/XCC/Xtensa/
Dreadme_xtensa.txt24 your application for your Xtensa configuration. The port uses the Xtensa
323 WARNING: The newlib printf() function uses a lot of stack space. Be very
326 and uses far less stack space. More information about this library is in
333 Beginning with port version 1.2, the port uses a separate interrupt stack
410 XT_USE_OVLY Enable code overlay support. It uses a mutex,
453 The Call0 ABI is more conventional and uses registers as follows:
603 FreeRTOS), then reads EXCCAUSE and uses the cause (number) to index
701 uses a co-processor instruction, otherwise a task retains ownership
/Kernel-v10.6.2/
DHistory.txt174 privileged data. The kernel now uses highest numbered MPU regions for
266 + Update the RL78 IAR port to the latest version of IAR which uses the
844 from the task's name. xTaskGetTaskHandle() uses multiple string compare
902 application, and uses a global XScuGic object so the same object can be
905 currently the only port that uses it.
1013 + Added Microblaze demo that uses the 2014.4 version of the Xilinx SDK and
1035 are used in the same application. NOTE: In most uses cases such use of
1492 mask value. The restore macro now uses the previous mask value. These
1730 EDK, and includes a basic embedded web server that uses lwIP V1.4.0.
1759 necessary due to a change in the way EWARM uses the CMSIS libraries.
[all …]
/Kernel-v10.6.2/portable/Softune/MB91460/
Dportmacro.h97 /* portYIELD() uses a SW interrupt */
100 /* portYIELD_FROM_ISR() uses delayed interrupt */
/Kernel-v10.6.2/portable/Softune/MB96340/
Dportmacro.h104 /* portYIELD() uses SW interrupt */
107 /* portYIELD_FROM_ISR() uses delayed interrupt */
/Kernel-v10.6.2/portable/Rowley/ARM7/
Dreadme.txt1 The Rowley ARM7 demo uses the GCC ARM7 port files.
/Kernel-v10.6.2/include/
Dsemphr.h267 * // A task that uses the semaphore.
348 * // A task that uses the mutex.
500 * // A task that uses the mutex.
632 * // ISR uses port specific syntax. Check the demo task for your port
699 * This type of semaphore uses a priority inheritance mechanism so a task
760 * This type of semaphore uses a priority inheritance mechanism so a task
833 * This type of semaphore uses a priority inheritance mechanism so a task
902 * This type of semaphore uses a priority inheritance mechanism so a task
/Kernel-v10.6.2/portable/RVDS/ARM_CA9/
Dportmacro.h122 not required for this port but included in case common demo code that uses these
131 /* Any task that uses the floating point unit MUST call vPortTaskUsesFPU()
/Kernel-v10.6.2/portable/GCC/MicroBlaze/
Dport.c58 /* Our hardware setup only uses one counter. */
70 /* To limit the amount of stack required by each task, this port uses a
77 * Sets up the periodic ISR used for the RTOS tick. This uses timer 0, but
/Kernel-v10.6.2/portable/ARMv8M/
DReadMe.txt7 If your Armv8-M and Armv8.1-M application uses TrustZone then use the files from the
/Kernel-v10.6.2/portable/ARMv8M/non_secure/
DReadMe.txt7 If your Armv8-M/Armv8.1-M application uses TrustZone then use the files from the
/Kernel-v10.6.2/portable/ARMv8M/secure/
DReadMe.txt7 If your Armv8-M/Armv8.1-M application uses TrustZone then use the files from the
/Kernel-v10.6.2/portable/GCC/ARM_CRx_No_GIC/
Dportmacro.h133 not required for this port but included in case common demo code that uses these
148 /* Any task that uses the floating point unit MUST call vPortTaskUsesFPU()
/Kernel-v10.6.2/portable/IAR/MSP430/
Dport.c61 * Sets up the periodic ISR used for the RTOS tick. This uses timer 0, but
145 * Hardware initialisation to generate the RTOS tick. This uses timer 0
/Kernel-v10.6.2/portable/IAR/ARM_CRx_No_GIC/
Dportmacro.h135 not required for this port but included in case common demo code that uses these
144 /* Any task that uses the floating point unit MUST call vPortTaskUsesFPU()
/Kernel-v10.6.2/portable/Rowley/MSP430F449/
Dport.c61 * Sets up the periodic ISR used for the RTOS tick. This uses timer 0, but
144 * Hardware initialisation to generate the RTOS tick. This uses timer 0
/Kernel-v10.6.2/portable/IAR/ATMega323/
Dportmacro.s9058 ; For simplicity the RTOS tick interrupt routine uses the __task keyword.
109 st -y, r0 ; ... compiler uses the hardware stack as a call stack ...

1234567