Searched full:run (Results 1 – 25 of 144) sorted by relevance
123456
| /Kernel-v10.6.2/.github/workflows/ |
| D | kernel-demos.yml | 28 run: msbuild WIN32.sln -t:rebuild 32 run: msbuild WIN32.sln -t:rebuild 54 run: | 79 run: | 86 run: make -j 108 run: | 115 run: make -j 130 run: | 150 run: | 157 run: make -j [all …]
|
| D | auto-release.yml | 47 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: |
|
| D | ci.yml | 23 run: | 27 run: | 42 run: sudo apt-get install uncrustify=0.69.0+dfsg1-1build1 43 - name: Run Uncrustify 44 run: | 48 run: | 60 run: | 79 run: |
|
| D | unit-tests.yml | 5 run: 28 run: | 30 - name: Run Unit Tests with ENABLE_SANITIZER=1 31 run: | 34 - name: Run Unit Tests for coverage 35 run: |
|
| D | git-secrets.yml | 20 run: cd git-secrets && sudo make install && cd .. 21 - name: Run git-secrets 22 run: |
|
| D | kernel-checks.yml | 39 # Run checks 41 run: |
|
| /Kernel-v10.6.2/portable/GCC/RL78/ |
| D | portasm.S | 49 /* 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-v10.6.2/portable/ThirdParty/XCC/Xtensa/ |
| D | readme_xtensa.txt | 26 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-v10.6.2/portable/RVDS/ARM7_LPC21xx/ |
| D | portASM.s | 107 BX R0 ; to run. 112 MOV LR, PC ; is ready to run. 123 ; priority task that is ready to run.
|
| /Kernel-v10.6.2/portable/IAR/78K0R/ |
| D | portasm.s26 | 77 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-v10.6.2/portable/GCC/MSP430F449/ |
| D | port.c | 215 /* Restore the context of the first task that is going to run. */ in xPortStartScheduler() 248 /* Switch to the highest priority task that is ready to run. */ in vPortYield() 265 /* Run the timer of the ACLK. */ in prvSetupTimerInterrupt() 304 that is ready to run. */ in prvTickISR()
|
| /Kernel-v10.6.2/portable/Rowley/MSP430F449/ |
| D | portext.asm | 69 /* 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-v10.6.2/portable/IAR/AVR_AVRDx/ |
| D | portmacro.s90 | 220 ret ; ... scheduler decided should run. 233 reti ; ... scheduler decided should run. 239 reti ; ... scheduler decided should run.
|
| /Kernel-v10.6.2/portable/IAR/AVR_Mega0/ |
| D | portmacro.s90 | 214 ret ; ... scheduler decided should run. 227 reti ; ... scheduler decided should run. 233 reti ; ... scheduler decided should run.
|
| /Kernel-v10.6.2/portable/IAR/MSP430/ |
| D | portext.s43 | 76 /* 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-v10.6.2/portable/IAR/V850ES/ |
| D | port.c | 40 /* The PSW value assigned to tasks when they start to run for the first time. */ 142 /* Restore the context of the first task that is going to run. */ in xPortStartScheduler() 168 …HZ / configTICK_RATE_HZ) / 2)-1); /* divided by 2 because peripherals only run at CPU_CLOCK/2 */ in prvSetupTimerInterrupt()
|
| /Kernel-v10.6.2/include/ |
| D | task.h | 167 …ter; /* The total run time allocated to the task so far, as defined by the run time stats clock. … 278 * Create a new task and add it to the list of tasks that are ready to run. 313 * @param uxPriority The priority at which the task should run. Systems that 380 * Create a new task and add it to the list of tasks that are ready to run. 407 * @param uxPriority The priority at which the task will run. 497 * Create a new task and add it to the list of tasks that are ready to run. 524 …/ uxPriority - task priority, set the portPRIVILEGE_BIT if the task should run in a privileged sta… 612 …/ uxPriority - task priority, set the portPRIVILEGE_BIT if the task should run in a privileged sta… 1131 * // The created task will not run during this period, unless 1182 * // The created task will not run during this period, unless [all …]
|
| /Kernel-v10.6.2/portable/MSVC-MingW/ |
| D | port.c | 301 the threads that run tasks. This higher priority is required to ensure in xPortStartScheduler() 419 /* Run the actual handler. Handlers return pdTRUE if they in prvProcessSimulatedInterrupts() 439 /* Select the next task to run. */ in prvProcessSimulatedInterrupts() 464 they do - so as they do not harm (slight run-time hit). */ in prvProcessSimulatedInterrupts() 542 does not run and swap it out before it is closed. If that were to happen in vPortCloseRunningThread() 543 the thread would never run again and effectively be a thread handle and in vPortCloseRunningThread()
|
| /Kernel-v10.6.2/portable/IAR/MSP430X/ |
| D | portext.s43 | 114 /* Select the next task to run. */ 134 /* Restore the context of the first task that is going to run. */
|
| /Kernel-v10.6.2/portable/CCS/MSP430X/ |
| D | portext.asm | 132 ; Select the next task to run. 154 ; Restore the context of the first task that is going to run.
|
| /Kernel-v10.6.2/portable/ThirdParty/GCC/ARC_EM_HS/ |
| D | freertos_tls.c | 101 __mw_run_tls_ctor(); /* Run constructors */ in init_task_tls() 138 __mw_run_tls_ctor(); /* Run constructors */ in get_isr_tls()
|
| /Kernel-v10.6.2/ |
| D | History.txt | 14 - Convert some asserts to run time parameter checks. 131 + Update ARMv7-M ports to ensure that kernel interrupts run at the lowest priority. 303 the type used to hold run time statistic counters. Defaults to uint32_t 308 the raw run time counter value, the new function returns the percentage of 309 the entire run time consumed by the idle task. Note the amount of idle 317 that reference secure-side contexts at run time. Now the structures are 440 + Added new POSIX port layer that allows FreeRTOS to run on Linux hosts in 441 the same way the Windows port layer enables FreeRTOS to run on Windows 462 a user reported error whereby a task continues to run for a short time 542 + Removed the 'FromISR' functions from the MPU ports as ISRs run privileged [all …]
|
| /Kernel-v10.6.2/portable/IAR/RL78/ |
| D | portasm.s | 52 portRESTORE_CONTEXT ; Restore the context of the next task to run. 80 portRESTORE_CONTEXT ; Restore the context of the next task to run.
|
| /Kernel-v10.6.2/portable/GCC/MicroBlazeV8/ |
| D | port.c | 89 the interrupt exists is the highest priority task that is able to run. This is 246 interrupt handler because the kernel will run on lots of different in xPortStartScheduler() 260 /* Restore the context of the first task that is going to run. From here in xPortStartScheduler() 395 interrupt because the kernel will run on lots of different MicroBlaze and in vPortTickISR()
|
| /Kernel-v10.6.2/portable/GCC/MicroBlazeV9/ |
| D | port.c | 90 the interrupt exists is the highest priority task that is able to run. This is 260 interrupt handler because the kernel will run on lots of different in xPortStartScheduler() 274 /* Restore the context of the first task that is going to run. From here in xPortStartScheduler() 433 interrupt because the kernel will run on lots of different MicroBlaze and in vPortTickISR()
|
123456