Home
last modified time | relevance | path

Searched full:run (Results 1 – 25 of 156) sorted by relevance

1234567

/Kernel-v11.0.1/.github/workflows/
Dkernel-demos.yml28 run: msbuild WIN32.sln -t:rebuild
32 run: msbuild WIN32.sln -t:rebuild
54 run: |
79 run: |
86 run: make -j
91 run: make -j COVERAGE_TEST=1
103 run: |
110 run: |
117 run: |
141 run: |
[all …]
Dauto-release.yml47 run: |
53 run: |
58 run: |
59 # Install deps and run
68 run: |
74 run: |
87 run: |
94 run: |
95 # Install deps and run
104 run: |
Dunit-tests.yml5 run:
28 run: |
30 - name: Run Unit Tests with ENABLE_SANITIZER=1
31 run: |
34 - name: Run Unit Tests for coverage
35 run: |
Dcoverity_scan.yml3 # Run on every commit to mainline
27 run: |
41 run: |
56 run: |
75 run: |
Dgit-secrets.yml20 run: cd git-secrets && sudo make install && cd ..
21 - name: Run git-secrets
22 run: |
Dformatting.yml15 name: Run Formatting Check
17 ( ( github.event.comment.body == '/bot run uncrustify' ) ||
18 ( github.event.comment.body == '/bot run formatting' ) ) }}
Dci.yml23 - name: Run spellings check
45 - name: Run manifest verifier
Dkernel-checks.yml37 # Run checks
46 run: |
/Kernel-v11.0.1/portable/template/
Dport.c29 /* Switch to the highest priority task that is ready to run. */ in vPortYield()
53 /* Switch to the highest priority task that is ready to run. */ in prvTickISR()
69 /* Switch to the highest priority task that is ready to run. */ in prvTickISR()
/Kernel-v11.0.1/portable/GCC/RL78/
Dportasm.S49 /* Restore the context of the next task to run. */
73 /* Select the next task to run. */
76 /* Retore the context of whichever task will run next. */
/Kernel-v11.0.1/examples/coverity/
DREADME.md3 run [Synopsys Coverity](https://www.synopsys.com/software-integrity/security-testing/static-analysi…
20 Coverity can be run on any platform mentioned [here](https://sig-docs.synopsys.com/polaris/topics/c…
30 Go to the root directory of the FreeRTOS-Kernel repo and run the following
/Kernel-v11.0.1/portable/ThirdParty/XCC/Xtensa/
Dreadme_xtensa.txt26 NOTE: It may be possible to build and run this with the open-source
41 This port also includes a simple example application that may run on
61 FreeRTOS can run on any Xtensa or Diamond board without this board support
123 you have a supported emulation board, you can build to run on that. You
124 can also build to run on a raw Xtensa core with no board support, a
147 You can use xt-make, which comes with the Xtensa Tools, to run the
184 The provided examples are designed to run on the Xtensa instruction set
270 > xt-run [--turbo] example.exe
290 I/O if you want to use printf etc.). You can run "raw" executables on
373 XT_SIMULATOR Set this if building to run on the simulator.
[all …]
/Kernel-v11.0.1/examples/template_configuration/
DFreeRTOSConfig.h59 * Cortex-M SysTick timer. Most Cortex-M MCUs run the SysTick timer at the same
93 * run using an algorithm optimised to the instruction set of the target hardware -
95 * the next task to run using a generic C algorithm that works for all FreeRTOS
139 * can run. Set to 0 to have the Idle task use all of its timeslice. Default to 1
339 /* Run time and task stats gathering related definitions. *********************/
345 * if left undefined. See https://www.freertos.org/rtos-run-time-stats.html. */
483 * configRUN_MULTIPLE_PRIORITIES to 0 to allow multiple tasks to run
486 * is able to run. If configRUN_MULTIPLE_PRIORITIES is set to 1, multiple tasks
487 * with different priorities may run simultaneously - so a higher and lower
488 * priority task may run on different cores at the same time. */
[all …]
/Kernel-v11.0.1/portable/RVDS/ARM7_LPC21xx/
DportASM.s107 BX R0 ; to run.
112 MOV LR, PC ; is ready to run.
123 ; priority task that is ready to run.
/Kernel-v11.0.1/include/
Dtask.h168 …ter; /* The total run time allocated to the task so far, as defined by the run time stats clock. …
299 * Create a new task and add it to the list of tasks that are ready to run.
334 * @param uxPriority The priority at which the task should run. Systems that
411 * Create a new task and add it to the list of tasks that are ready to run.
438 * @param uxPriority The priority at which the task will run.
539 * Create a new task and add it to the list of tasks that are ready to run.
566 …/ uxPriority - task priority, set the portPRIVILEGE_BIT if the task should run in a privileged sta…
660 …/ uxPriority - task priority, set the portPRIVILEGE_BIT if the task should run in a privileged sta…
1224 * // The created task will not run during this period, unless
1275 * // The created task will not run during this period, unless
[all …]
/Kernel-v11.0.1/portable/IAR/78K0R/
Dportasm.s2677 portRESTORE_CONTEXT ; Restore the context of the next task to run.
82 ; Restore the context of the first task that is going to run.
116 portRESTORE_CONTEXT ; Restore the context of the next task to run.
/Kernel-v11.0.1/portable/GCC/MSP430F449/
Dport.c217 /* Restore the context of the first task that is going to run. */ in xPortStartScheduler()
250 /* Switch to the highest priority task that is ready to run. */ in vPortYield()
267 /* Run the timer of the ACLK. */ in prvSetupTimerInterrupt()
306 * that is ready to run. */ in prvTickISR()
/Kernel-v11.0.1/portable/Rowley/MSP430F449/
Dportext.asm69 /* Switch to the highest priority task that is ready to run. */
87 /* Restore the context of the first task that is going to run. */
/Kernel-v11.0.1/portable/IAR/AVR_AVRDx/
Dportmacro.s90220 ret ; ... scheduler decided should run.
233 reti ; ... scheduler decided should run.
239 reti ; ... scheduler decided should run.
/Kernel-v11.0.1/portable/IAR/AVR_Mega0/
Dportmacro.s90214 ret ; ... scheduler decided should run.
227 reti ; ... scheduler decided should run.
233 reti ; ... scheduler decided should run.
/Kernel-v11.0.1/portable/IAR/MSP430/
Dportext.s4376 /* Switch to the highest priority task that is ready to run. */
94 /* Restore the context of the first task that is going to run. */
/Kernel-v11.0.1/portable/IAR/V850ES/
Dport.c40 /* The PSW value assigned to tasks when they start to run for the first time. */
144 /* Restore the context of the first task that is going to run. */ in xPortStartScheduler()
170 … / configTICK_RATE_HZ ) / 2 ) - 1 ); /* divided by 2 because peripherals only run at CPU_CLOCK/2 */ in prvSetupTimerInterrupt()
/Kernel-v11.0.1/portable/IAR/MSP430X/
Dportext.s43114 /* Select the next task to run. */
134 /* Restore the context of the first task that is going to run. */
/Kernel-v11.0.1/portable/MSVC-MingW/
Dport.c303 * the threads that run tasks. This higher priority is required to ensure in xPortStartScheduler()
432 /* Run the actual handler. Handlers return pdTRUE if they in prvProcessSimulatedInterrupts()
452 /* Select the next task to run. */ in prvProcessSimulatedInterrupts()
477 * they do - so as they do not harm (slight run-time hit). */ in prvProcessSimulatedInterrupts()
557 * does not run and swap it out before it is closed. If that were to happen in vPortCloseRunningThread()
558 * the thread would never run again and effectively be a thread handle and in vPortCloseRunningThread()
/Kernel-v11.0.1/portable/ThirdParty/GCC/ARC_EM_HS/
Dfreertos_tls.c101 __mw_run_tls_ctor(); /* Run constructors */ in init_task_tls()
138 __mw_run_tls_ctor(); /* Run constructors */ in get_isr_tls()

1234567