/Kernel-v11.1.0/portable/ThirdParty/GCC/Xtensa_ESP32/ |
D | portmux_impl.inc.h | 27 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 );
|
D | portmux_impl.h | 66 …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
|
D | port.c | 418 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()
|
/Kernel-v11.1.0/.github/scripts/ |
D | manifest_updater.py | 11 for line in f: 12 line = line.strip() 13 if line.startswith('version'):
|
/Kernel-v11.1.0/ |
D | .git-blame-ignore-revs | 1 # Normalize line endings and whitespace
|
D | README.md | 141 File checked into the FreeRTOS-Kernel repository use unix-style LF line endings
|
D | CMakeLists.txt | 46 " or from CMake command line option:\n"
|
D | History.txt | 1238 line up correctly even where task name lengths vary greatly. 1961 + Slightly changed the PIC32 port layer to move an ehb instruction in line 2144 + The linker scripts used with command line GCC demos have been updated to 2147 command line options to reduce or eliminate the eh_frame section all 2592 the project will link correctly when using the command line GCC tools 2707 + Added command line GCC support to the SAM7X lwIP demo. Previously the
|
/Kernel-v11.1.0/portable/IAR/RISC-V/ |
D | chip_extensions.cmake | 10 " or from CMake command line option:\n"
|
/Kernel-v11.1.0/portable/GCC/RISC-V/ |
D | chip_extensions.cmake | 13 " or from CMake command line option:\n"
|
/Kernel-v11.1.0/portable/ThirdParty/GCC/RP2040/ |
D | README.md | 22 …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 …
|
/Kernel-v11.1.0/portable/Softune/MB91460/ |
D | portmacro.h | 75 …Y (set in FreeRTOSConfig.h) must match the ILM value set in the following line - 30 (1Eh) being th…
|
/Kernel-v11.1.0/portable/Softune/MB96340/ |
D | portmacro.h | 81 …Y (set in FreeRTOSConfig.h) must match the ILM value set in the following line - #06H being the de…
|
/Kernel-v11.1.0/.github/ |
D | CODEOWNERS | 1 # Each line is a file pattern followed by one or more owners.
|
D | pull_request_process.md | 102 Pull requests older than 120 days or not in-line with scope of the project will be closed. Exceptio…
|
/Kernel-v11.1.0/portable/IAR/AVR32_UC3/ |
D | exception.s82 | 215 // This function will read group and interrupt line number to then return in
|
/Kernel-v11.1.0/portable/ThirdParty/XCC/Xtensa/ |
D | readme_xtensa.txt | 220 xt-make command line). The resulting ELF files can be downloaded and 235 line. Note that the default xtensa_config.h provided with this port does 346 CFLAGS variable in the make command line, for example:
|