Home
last modified time | relevance | path

Searched refs:line (Results 1 – 17 of 17) sorted by relevance

/FreeRTOS-Kernel/portable/ThirdParty/GCC/Xtensa_ESP32/
A Dportmux_impl.inc.h27 int line ) argument
62 …quireMutex: mux %p is uninitialized (0x%X)! Called from %s line %d.\n", mux, owner, fnName, line );
105 …ursive lock %s line %d, curr %s line %d\n", mux->lastLockedFn, mux->lastLockedLine, fnName, line );
125 mux->lastLockedLine = line;
130 mux->lastLockedFn, mux->lastLockedLine, fnName, line );
140 int line ) argument
154 mux->lastLockedLine = line;
175 …cursive unlock %s line %d, curr unlock %s line %d\n", lastLockedFn, lastLockedLine, fnName, line );
191 …st locked %s line %d, curr %s line %d\n", mux->count, lastLockedFn, lastLockedLine, fnName, line );
A Dportmux_impl.h66 …ORTMUX_AQUIRE_MUX_FN_ARGS portMUX_TYPE * mux, int timeout_cycles, const char * fnName, int line
67 #define PORTMUX_RELEASE_MUX_FN_ARGS portMUX_TYPE * mux, const char * fnName, int line
68 #define PORTMUX_AQUIRE_MUX_FN_CALL_ARGS( x ) x, timeout_cycles, fnName, line
69 #define PORTMUX_RELEASE_MUX_FN_CALL_ARGS( x ) x, fnName, line
A Dport.c418 int line ) in vPortCPUAcquireMutex() argument
422 vPortCPUAcquireMutexIntsDisabled( mux, portMUX_NO_TIMEOUT, fnName, line ); in vPortCPUAcquireMutex()
429 int line ) in vPortCPUAcquireMutexTimeout() argument
432 bool result = vPortCPUAcquireMutexIntsDisabled( mux, timeout_cycles, fnName, line ); in vPortCPUAcquireMutexTimeout()
467 int line ) in vPortCPUReleaseMutex() argument
471 vPortCPUReleaseMutexIntsDisabled( mux, fnName, line ); in vPortCPUReleaseMutex()
/FreeRTOS-Kernel/.github/scripts/
A Dkernel_checker.py191 lines = [("%s\n" % line) for line in chunk.strip().splitlines()][
202 for line in lines:
203 if self.armCollabRegex.match(line):
204 headers["copyright"].append(line)
205 elif "SPDX-License-Identifier:" in line:
206 headers["spdx"].append(line)
208 headers["text"].append(line)
A Dmanifest_updater.py11 for line in f:
12 line = line.strip()
13 if line.startswith('version'):
/FreeRTOS-Kernel/
A D.git-blame-ignore-revs1 # Normalize line endings and whitespace
A DREADME.md147 File checked into the FreeRTOS-Kernel repository use unix-style LF line endings
A DCMakeLists.txt46 " or from CMake command line option:\n"
A DHistory.txt1373 line up correctly even where task name lengths vary greatly.
2096 + Slightly changed the PIC32 port layer to move an ehb instruction in line
2279 + The linker scripts used with command line GCC demos have been updated to
2282 command line options to reduce or eliminate the eh_frame section all
2727 the project will link correctly when using the command line GCC tools
2842 + Added command line GCC support to the SAM7X lwIP demo. Previously the
/FreeRTOS-Kernel/portable/IAR/RISC-V/
A Dchip_extensions.cmake10 " or from CMake command line option:\n"
/FreeRTOS-Kernel/portable/GCC/RISC-V/
A Dchip_extensions.cmake13 " or from CMake command line option:\n"
/FreeRTOS-Kernel/portable/ThirdParty/GCC/RP2040/
A DREADME.md22 …our environment or via `-DFREERTOS_KERNEL_PATH=/path/to/FreeRTOS-Kernel` on the CMake command line.
24 **NOTE:** If you are using version 1.3.1 or older of the Raspberry Pi Pico SDK then this line must …
/FreeRTOS-Kernel/portable/Softune/MB91460/
A Dportmacro.h75 …Y (set in FreeRTOSConfig.h) must match the ILM value set in the following line - 30 (1Eh) being th…
/FreeRTOS-Kernel/portable/Softune/MB96340/
A Dportmacro.h81 …Y (set in FreeRTOSConfig.h) must match the ILM value set in the following line - #06H being the de…
/FreeRTOS-Kernel/.github/
A DCODEOWNERS1 # Each line is a file pattern followed by one or more owners.
A Dpull_request_process.md102 Pull requests older than 120 days or not in-line with scope of the project will be closed. Exceptio…
/FreeRTOS-Kernel/portable/IAR/AVR32_UC3/
A Dexception.s82215 // This function will read group and interrupt line number to then return in

Completed in 78 milliseconds