Home
last modified time | relevance | path

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

1234567

/Kernel-v11.1.0/.github/workflows/
Dci.yml12 - uses: actions/checkout@v4.1.1
14 uses: FreeRTOS/CI-CD-Github-Actions/formatting@main
22 uses: actions/checkout@v4.1.1
24 uses: FreeRTOS/CI-CD-Github-Actions/spellings@main
33 uses: actions/checkout@v4.1.1
35 uses: FreeRTOS/CI-CD-Github-Actions/link-verifier@main
40 - uses: actions/checkout@v4.1.1
46 uses: FreeRTOS/CI-CD-GitHub-Actions/manifest-verifier@main
Dkernel-demos.yml17 uses: actions/checkout@v4.1.1
26 uses: actions/checkout@v4.1.1
31 uses: microsoft/setup-msbuild@v1.1
46 uses: actions/checkout@v4.1.1
55 uses: actions/checkout@v4.1.1
77 uses: actions/checkout@v4.1.1
86 uses: actions/checkout@v4.1.1
113 uses: actions/checkout@v4.1.1
140 uses: actions/checkout@v4.1.1
149 uses: actions/checkout@v4.1.1
[all …]
Dunit-tests.yml9 uses: actions/checkout@v4.1.1
18 uses: actions/checkout@v4.1.1
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@v3
18 uses: actions/checkout@v4.1.1
27 uses: actions/checkout@v4.1.1
33 uses: lots0logs/gh-action-get-changed-files@2.2.2
Dauto-release.yml26 uses: actions/setup-python@v2
34 uses: actions/checkout@v4.1.1
41 uses: actions/checkout@v4.1.1
80 uses: FreeRTOS/CI-CD-Github-Actions/sbom-generator@main
Dgit-secrets.yml10 - uses: actions/checkout@v4.1.1
14 uses: actions/checkout@v4.1.1
/Kernel-v11.1.0/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-v11.1.0/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…
178 /* The task will start without a floating point context. A task that uses in pxPortInitialiseStack()
250 * 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-v11.1.0/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-v11.1.0/portable/GCC/MicroBlazeV9/
Dport.c89 /* This port uses a separate stack for interrupts. This prevents the stack of
273 * This port uses an application defined callback function to install the tick in xPortStartScheduler()
454 …/* The Xilinx implementation of generating run time task stats uses the same timer used for genera… in vPortTickISR()
456 … * frequently (10 times faster). The timer ick handler uses logic to handle the same. It handles in vPortTickISR()
465 /* This port uses an application defined callback function to clear the tick in vPortTickISR()
/Kernel-v11.1.0/portable/Softune/MB91460/
Dportmacro.h97 /* portYIELD() uses a SW interrupt */
100 /* portYIELD_FROM_ISR() uses delayed interrupt */
/Kernel-v11.1.0/portable/Softune/MB96340/
Dportmacro.h104 /* portYIELD() uses SW interrupt */
107 /* portYIELD_FROM_ISR() uses delayed interrupt */
/Kernel-v11.1.0/
DHistory.txt343 privileged data. The kernel now uses highest numbered MPU regions for
435 + Update the RL78 IAR port to the latest version of IAR which uses the
1013 from the task's name. xTaskGetTaskHandle() uses multiple string compare
1071 application, and uses a global XScuGic object so the same object can be
1074 currently the only port that uses it.
1182 + Added Microblaze demo that uses the 2014.4 version of the Xilinx SDK and
1204 are used in the same application. NOTE: In most uses cases such use of
1661 mask value. The restore macro now uses the previous mask value. These
1899 EDK, and includes a basic embedded web server that uses lwIP V1.4.0.
1928 necessary due to a change in the way EWARM uses the CMSIS libraries.
[all …]
/Kernel-v11.1.0/portable/Rowley/ARM7/
Dreadme.txt1 The Rowley ARM7 demo uses the GCC ARM7 port files.
/Kernel-v11.1.0/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-v11.1.0/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-v11.1.0/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-v11.1.0/portable/GCC/ARM_CA53_64_BIT/
DREADME.md16 This port uses memory mapped interface to access Arm GIC registers.
/Kernel-v11.1.0/portable/GCC/ARM_CA53_64_BIT_SRE/
DREADME.md16 This port uses System Register interface to access Arm GIC registers.
/Kernel-v11.1.0/portable/GCC/ARM_CRx_No_GIC/
Dportmacro.h136 * not required for this port but included in case common demo code that uses these
151 /* Any task that uses the floating point unit MUST call vPortTaskUsesFPU()
/Kernel-v11.1.0/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-v11.1.0/portable/IAR/MSP430/
Dport.c61 * Sets up the periodic ISR used for the RTOS tick. This uses timer 0, but
147 * Hardware initialisation to generate the RTOS tick. This uses timer 0
/Kernel-v11.1.0/portable/IAR/ARM_CRx_No_GIC/
Dportmacro.h138 * not required for this port but included in case common demo code that uses these
147 /* Any task that uses the floating point unit MUST call vPortTaskUsesFPU()
/Kernel-v11.1.0/portable/ARMv8M/secure/
DReadMe.txt7 If your Armv8-M/Armv8.1-M application uses TrustZone then use the files from the

1234567