Searched full:uses (Results 1 – 25 of 172) sorted by relevance
1234567
| /Kernel-v11.0.1/.github/workflows/ |
| D | ci.yml | 12 - uses: actions/checkout@v3 14 uses: FreeRTOS/CI-CD-Github-Actions/formatting@main 22 uses: actions/checkout@v3 24 uses: FreeRTOS/CI-CD-Github-Actions/spellings@main 33 uses: actions/checkout@v3 35 uses: FreeRTOS/CI-CD-Github-Actions/link-verifier@main 40 - uses: actions/checkout@v3 46 uses: FreeRTOS/CI-CD-GitHub-Actions/manifest-verifier@main
|
| D | kernel-demos.yml | 10 uses: actions/checkout@v3 19 uses: actions/checkout@v3 24 uses: microsoft/setup-msbuild@v1.1 39 uses: actions/checkout@v3 48 uses: actions/checkout@v3 64 uses: actions/checkout@v3 73 uses: actions/checkout@v3 99 uses: actions/checkout@v3 126 uses: actions/checkout@v3 135 uses: actions/checkout@v3 [all …]
|
| D | unit-tests.yml | 9 uses: actions/checkout@v3 18 uses: actions/checkout@v3 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
|
| D | kernel-checks.yml | 12 uses: actions/setup-python@v3 18 uses: actions/checkout@v3 27 uses: actions/checkout@v3 33 uses: lots0logs/gh-action-get-changed-files@2.2.2
|
| D | auto-release.yml | 26 uses: actions/setup-python@v2 34 uses: actions/checkout@v3 41 uses: actions/checkout@v3 80 uses: FreeRTOS/CI-CD-Github-Actions/sbom-generator@main
|
| D | git-secrets.yml | 10 - uses: actions/checkout@v3 14 uses: actions/checkout@v3
|
| /Kernel-v11.0.1/portable/WizC/PIC18/ |
| D | portmacro.h | 168 * 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.0.1/portable/IAR/ARM_CA5_No_GIC/ |
| D | port.c | 44 …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()
|
| D | portmacro.h | 120 * 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.0.1/portable/ThirdParty/XCC/Xtensa/ |
| D | readme_xtensa.txt | 24 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.0.1/ |
| D | History.txt | 266 privileged data. The kernel now uses highest numbered MPU regions for 358 + Update the RL78 IAR port to the latest version of IAR which uses the 936 from the task's name. xTaskGetTaskHandle() uses multiple string compare 994 application, and uses a global XScuGic object so the same object can be 997 currently the only port that uses it. 1105 + Added Microblaze demo that uses the 2014.4 version of the Xilinx SDK and 1127 are used in the same application. NOTE: In most uses cases such use of 1584 mask value. The restore macro now uses the previous mask value. These 1822 EDK, and includes a basic embedded web server that uses lwIP V1.4.0. 1851 necessary due to a change in the way EWARM uses the CMSIS libraries. [all …]
|
| /Kernel-v11.0.1/portable/Softune/MB91460/ |
| D | portmacro.h | 97 /* portYIELD() uses a SW interrupt */ 100 /* portYIELD_FROM_ISR() uses delayed interrupt */
|
| /Kernel-v11.0.1/portable/Softune/MB96340/ |
| D | portmacro.h | 104 /* portYIELD() uses SW interrupt */ 107 /* portYIELD_FROM_ISR() uses delayed interrupt */
|
| /Kernel-v11.0.1/portable/Rowley/ARM7/ |
| D | readme.txt | 1 The Rowley ARM7 demo uses the GCC ARM7 port files.
|
| /Kernel-v11.0.1/include/ |
| D | semphr.h | 267 * // 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.0.1/portable/RVDS/ARM_CA9/ |
| D | portmacro.h | 122 * 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.0.1/portable/GCC/MicroBlaze/ |
| D | port.c | 58 /* 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.0.1/portable/GCC/ARM_CA53_64_BIT/ |
| D | README.md | 16 This port uses memory mapped interace to access Arm GIC registers.
|
| /Kernel-v11.0.1/portable/GCC/ARM_CA53_64_BIT_SRE/ |
| D | README.md | 16 This port uses System Register interace to access Arm GIC registers.
|
| /Kernel-v11.0.1/portable/GCC/ARM_CRx_No_GIC/ |
| D | portmacro.h | 136 * 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.0.1/portable/IAR/ARM_CRx_No_GIC/ |
| D | portmacro.h | 138 * 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.0.1/portable/Rowley/MSP430F449/ |
| D | port.c | 61 * 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.0.1/portable/IAR/MSP430/ |
| D | port.c | 61 * 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.0.1/portable/ARMv8M/secure/ |
| D | ReadMe.txt | 7 If your Armv8-M/Armv8.1-M application uses TrustZone then use the files from the
|
| /Kernel-v11.0.1/portable/ARMv8M/ |
| D | ReadMe.txt | 7 If your Armv8-M and Armv8.1-M application uses TrustZone then use the files from the
|
1234567