Home
last modified time | relevance | path

Searched full:make (Results 1 – 25 of 218) sorted by relevance

123456789

/Kernel-v10.6.2/.github/workflows/
Dkernel-demos.yml56 make --version
57 make
86 run: make -j
115 run: make -j
157 run: make -j
162 run: make -j
167 run: make -j
180 run: make -C build/gcc -j
Dunit-tests.yml32 make -C FreeRTOS/Test/CMock clean
33 make -C FreeRTOS/Test/CMock ENABLE_SANITIZER=1 run_col_formatted
36 make -C FreeRTOS/Test/CMock clean
37 make -C FreeRTOS/Test/CMock lcovhtml
Dgit-secrets.yml20 run: cd git-secrets && sudo make install && cd ..
/Kernel-v10.6.2/portable/ThirdParty/XCC/Xtensa/
Dreadme_xtensa.txt118 "make all" will build all the examples. There is another makefile in
139 either in the make command or your shell environment.
147 You can use xt-make, which comes with the Xtensa Tools, to run the
156 > xt-make
160 > xt-make TARGET=board
171 you need to redefine into xt-make as follows:
173 > xt-make XTENSA_CORE=<your_config_name> XTENSA_SYSTEM=<your_registry> ...
192 > xt-make all
196 > xt-make all TARGET=sim
201 > xt-make all TARGET=ml605
[all …]
Dxtensa_config.h67 * If this is not true, i.e. one or more interrupt handlers make deep calls then
97 * that does not make C library reentrant calls. Add this
117 be overridden from the compiler/make command line. */
155 NOTE: Make sure XT_INTEXC_HOOKS is undefined unless you really need the hooks.
/Kernel-v10.6.2/portable/oWatcom/16BitDOS/common/
Dportcomn.c78 status register and interrupt return address. We make this the start in pxPortInitialiseStack()
95 switch function. These are loaded with values simply to make debugging in pxPortInitialiseStack()
133 make sure it is there. */ in pxPortInitialiseStack()
/Kernel-v10.6.2/portable/ThirdParty/GCC/Xtensa_ESP32/include/
Dxtensa_config.h70 * If this is not true, i.e. one or more interrupt handlers make deep calls then
100 * that does not make C library reentrant calls. Add this
122 * NOTE: Make sure XT_INTEXC_HOOKS is undefined unless you really need the hooks.
/Kernel-v10.6.2/.github/
DCONTRIBUTING.md37 2. You check existing open, and recently merged, pull requests to make sure someone else hasn't add…
47 NOTE: Please make sure the default option (Allow edits from maintainers) is left checked.
/Kernel-v10.6.2/
DHistory.txt1083 + Make the interrupt queue tests more tolerant to heave CPU loads.
1126 + Updated the standard demo tasks to make use of stdint and the FreeRTOS
1151 Ltd. to make use of stdint and the FreeRTOS specific typedefs that were
1219 + Update the GCC/Eclipse Win32 simulator demo to make better use of Eclipse
1257 + Make dramatic improvements to the performance of the Win32 simulator port
1477 with implementations that make use of architecture specific instructions.
1479 doing, provide the ability to make use of architecture specific low power
1497 PIC32 demo applications to make use of this new feature.
1689 is intended to make the trace mechanism more generic, and allow the trace
1741 + vSemaphoreDelete() macro has been added to make it obvious how to delete
[all …]
/Kernel-v10.6.2/portable/GCC/ARM_CM85/secure/
Dsecure_heap.c197 * make a contiguous block of memory? */ in prvInsertBlockIntoFreeList()
211 * make a contiguous block of memory? */ in prvInsertBlockIntoFreeList()
234 * already been set, and should not be set here as that would make it point in prvInsertBlockIntoFreeList()
/Kernel-v10.6.2/portable/GCC/ARM_CM55/secure/
Dsecure_heap.c197 * make a contiguous block of memory? */ in prvInsertBlockIntoFreeList()
211 * make a contiguous block of memory? */ in prvInsertBlockIntoFreeList()
234 * already been set, and should not be set here as that would make it point in prvInsertBlockIntoFreeList()
/Kernel-v10.6.2/portable/IAR/ARM_CM55/secure/
Dsecure_heap.c197 * make a contiguous block of memory? */ in prvInsertBlockIntoFreeList()
211 * make a contiguous block of memory? */ in prvInsertBlockIntoFreeList()
234 * already been set, and should not be set here as that would make it point in prvInsertBlockIntoFreeList()
/Kernel-v10.6.2/portable/GCC/ARM_CM35P/secure/
Dsecure_heap.c197 * make a contiguous block of memory? */ in prvInsertBlockIntoFreeList()
211 * make a contiguous block of memory? */ in prvInsertBlockIntoFreeList()
234 * already been set, and should not be set here as that would make it point in prvInsertBlockIntoFreeList()
/Kernel-v10.6.2/portable/IAR/ARM_CM23/secure/
Dsecure_heap.c197 * make a contiguous block of memory? */ in prvInsertBlockIntoFreeList()
211 * make a contiguous block of memory? */ in prvInsertBlockIntoFreeList()
234 * already been set, and should not be set here as that would make it point in prvInsertBlockIntoFreeList()
/Kernel-v10.6.2/portable/IAR/ARM_CM35P/secure/
Dsecure_heap.c197 * make a contiguous block of memory? */ in prvInsertBlockIntoFreeList()
211 * make a contiguous block of memory? */ in prvInsertBlockIntoFreeList()
234 * already been set, and should not be set here as that would make it point in prvInsertBlockIntoFreeList()
/Kernel-v10.6.2/portable/IAR/ARM_CM33/secure/
Dsecure_heap.c197 * make a contiguous block of memory? */ in prvInsertBlockIntoFreeList()
211 * make a contiguous block of memory? */ in prvInsertBlockIntoFreeList()
234 * already been set, and should not be set here as that would make it point in prvInsertBlockIntoFreeList()
/Kernel-v10.6.2/portable/GCC/ARM_CM33/secure/
Dsecure_heap.c197 * make a contiguous block of memory? */ in prvInsertBlockIntoFreeList()
211 * make a contiguous block of memory? */ in prvInsertBlockIntoFreeList()
234 * already been set, and should not be set here as that would make it point in prvInsertBlockIntoFreeList()
/Kernel-v10.6.2/portable/IAR/ARM_CM85/secure/
Dsecure_heap.c197 * make a contiguous block of memory? */ in prvInsertBlockIntoFreeList()
211 * make a contiguous block of memory? */ in prvInsertBlockIntoFreeList()
234 * already been set, and should not be set here as that would make it point in prvInsertBlockIntoFreeList()
/Kernel-v10.6.2/portable/GCC/ARM_CM23/secure/
Dsecure_heap.c197 * make a contiguous block of memory? */ in prvInsertBlockIntoFreeList()
211 * make a contiguous block of memory? */ in prvInsertBlockIntoFreeList()
234 * already been set, and should not be set here as that would make it point in prvInsertBlockIntoFreeList()
/Kernel-v10.6.2/portable/ARMv8M/secure/heap/
Dsecure_heap.c197 * make a contiguous block of memory? */ in prvInsertBlockIntoFreeList()
211 * make a contiguous block of memory? */ in prvInsertBlockIntoFreeList()
234 * already been set, and should not be set here as that would make it point in prvInsertBlockIntoFreeList()
/Kernel-v10.6.2/portable/RVDS/ARM_CM0/
Dport.c95 /* The number of SysTick increments that make up one tick period. */
222 /* Make PendSV, CallSV and SysTick the same priority as the kernel. */ in xPortStartScheduler()
315 subs r0, # 32 /* Make space for the remaining low registers. */ in xPortPendSVHandler()
403 /* Make sure the SysTick reload value does not overflow the counter. */ in vPortSuppressTicksAndSleep()
/Kernel-v10.6.2/portable/ThirdParty/GCC/RP2040/
Dport.c138 * The number of SysTick increments that make up one tick period.
251 /* Make PendSV, CallSV and SysTick the same priority as the kernel. */ in xPortStartScheduler()
388 " subs r0, r0, #32 \n"/* Make space for the remaining low registers. */ in xPortPendSVHandler()
510 /* Make sure the SysTick reload value does not overflow the counter. */ in vPortSuppressTicksAndSleep()
698 /* We make all exception handler/core combinations distinct owners */ in ulPortLockGetCurrentOwnerId()
/Kernel-v10.6.2/portable/GCC/ARM_CM0/
Dport.c121 * The number of SysTick increments that make up one tick period.
234 /* Make PendSV, CallSV and SysTick the same priority as the kernel. */ in xPortStartScheduler()
336 " subs r0, r0, #32 \n"/* Make space for the remaining low registers. */ in xPortPendSVHandler()
422 /* Make sure the SysTick reload value does not overflow the counter. */ in vPortSuppressTicksAndSleep()
/Kernel-v10.6.2/portable/MSVC-MingW/
Dport.c99 /* Event used to make sure the thread does not execute past a yield point
594 /* Going to wait for an event - make sure the event is not already in vPortGenerateSimulatedInterrupt()
604 executed before the next line is reached - so this is just to make in vPortGenerateSimulatedInterrupt()
677 critical section is exited - so make sure the event is not in vPortExitCritical()
/Kernel-v10.6.2/portable/IAR/ARM_CM0/
Dport.c73 /* The number of SysTick increments that make up one tick period. */
171 /* Make PendSV and SysTick the lowest priority interrupts. */ in xPortStartScheduler()
280 /* Make sure the SysTick reload value does not overflow the counter. */ in vPortSuppressTicksAndSleep()

123456789