/Kernel-v10.6.2/portable/ThirdParty/GCC/Xtensa_ESP32/ |
HD | 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 … on mux! last non-recursive lock %s line %d, curr %s line %d\n", mux->lastLockedFn, mux->lastLocke… 125 mux->lastLockedLine = line; 129 …ets_printf( "Recursive lock: count=%d last non-recursive lock %s line %d, curr %s line %d\n", mux-… 130 mux->lastLockedFn, mux->lastLockedLine, fnName, line ); 140 int line ) argument 154 mux->lastLockedLine = line; 175 …rintf( "Last non-recursive unlock %s line %d, curr unlock %s line %d\n", lastLockedFn, lastLockedL… 191 …ve unlock: count=%d last locked %s line %d, curr %s line %d\n", mux->count, lastLockedFn, lastLock…
|
HD | 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
|
HD | port.c | 414 int line ) in vPortCPUAcquireMutex() argument 418 vPortCPUAcquireMutexIntsDisabled( mux, portMUX_NO_TIMEOUT, fnName, line ); in vPortCPUAcquireMutex() 425 int line ) in vPortCPUAcquireMutexTimeout() argument 428 bool result = vPortCPUAcquireMutexIntsDisabled( mux, timeout_cycles, fnName, line ); in vPortCPUAcquireMutexTimeout() 463 int line ) in vPortCPUReleaseMutex() argument 467 vPortCPUReleaseMutexIntsDisabled( mux, fnName, line ); in vPortCPUReleaseMutex()
|
/Kernel-v10.6.2/.github/scripts/ |
HD | manifest_updater.py | 11 for line in f: 12 line = line.strip() 13 if line.startswith('version'): 16 updated_lines.append(f'{line}\n')
|
/Kernel-v10.6.2/portable/GCC/AVR32_UC3/ |
HD | portmacro.h | 150 * The current source file name and line number are output with a colon before 213 /* R0-R7 should not be used below this line */ \ 328 …"brhi LABEL_INT_SKIP_SAVE_CONTEXT_%[LINE] \n… 340 … "LABEL_INT_SKIP_SAVE_CONTEXT_%[LINE]:" \ 344 … [LINE] "i" (__LINE__) \ 367 … "brhi LABEL_INT_SKIP_RESTORE_CONTEXT_%[LINE]" \ 369 … : [LINE] "i" (__LINE__) \ 388 …"LABEL_INT_SKIP_RESTORE_CONTEXT_%[LINE]: \n… 404 … [LINE] "i" (__LINE__) \ 605 "brhi LABEL_ISR_SKIP_SAVE_CONTEXT_%[LINE] \n\t"\ [all …]
|
/Kernel-v10.6.2/.github/actions/ |
HD | url_verifier.sh | 19 while IFS= read -r LINE; do 20 FILE=$(echo $LINE | cut -f 1 -d ':') 21 …URL=$(echo $LINE | grep -IoE '\b(https?|ftp|file)://[-A-Za-z0-9+&@#/%?=~_|!:,.;]*[-A-Za-z0-9+&@#/%…
|
/Kernel-v10.6.2/portable/ThirdParty/GCC/RP2040/ |
HD | README.md | 21 …our environment or via `-DFREERTOS_KERNEL_PATH=/path/to/FreeRTOS-Kernel` on the CMake command line. 23 **NOTE:** If you are using version 1.3.1 or older of the Raspberry Pi Pico SDK then this line must …
|
/Kernel-v10.6.2/ |
HD | README.md | 84 ### Line Endings 85 File checked into the FreeRTOS-Kernel repository use unix-style LF line endings for the best compat…
|
HD | .git-blame-ignore-revs | 1 # Normalize line endings and whitespace
|
/Kernel-v10.6.2/portable/ThirdParty/XCC/Xtensa/ |
HD | xtensa_config.h | 36 * be defined to be > 0 somewhere above or on the command line. 117 be overridden from the compiler/make command line. */
|
HD | xtensa_context.h | 324 Note: Because CPP macros expand to a single line, macros requiring multi-line
|
HD | 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:
|
HD | portmacro.h | 185 defined to be > 0 somewhere above or on the command line. */
|
/Kernel-v10.6.2/.github/ |
HD | CODEOWNERS | 1 # Each line is a file pattern followed by one or more owners.
|
/Kernel-v10.6.2/include/ |
HD | FreeRTOS.h | 1212 * In line with software engineering best practice, FreeRTOS implements a strict 1264 * In line with software engineering best practice, especially when supplying a 1327 * In line with software engineering best practice, especially when supplying a 1370 * In line with software engineering best practice, especially when supplying a 1398 * In line with software engineering best practice, especially when supplying a 1425 * In line with software engineering best practice, especially when supplying a
|
/Kernel-v10.6.2/.github/workflows/ |
HD | ci.yml | 64 echo "Files have CRLF line endings."
|
/Kernel-v10.6.2/portable/MPLAB/PIC32MX/ |
HD | port.c | 122 * following line of code has no effect. The interrupt priority is set by the 129 * the interrupt is written in assembly, the IPL setting in the following line of
|
/Kernel-v10.6.2/portable/Softune/MB91460/ |
HD | portmacro.h | 75 …Y (set in FreeRTOSConfig.h) must match the ILM value set in the following line - 30 (1Eh) being th…
|
/Kernel-v10.6.2/portable/Softune/MB96340/ |
HD | portmacro.h | 81 …Y (set in FreeRTOSConfig.h) must match the ILM value set in the following line - #06H being the de…
|
/Kernel-v10.6.2/portable/ThirdParty/GCC/Xtensa_ESP32/include/ |
HD | xtensa_config.h | 38 * be defined to be > 0 somewhere above or on the command line.
|
/Kernel-v10.6.2/portable/GCC/NiosII/ |
HD | port.c | 203 …/* alt_irq_enable_all(status); This line is removed to prevent the interrupt from being immediatel… in _alt_ic_isr_register()
|
/Kernel-v10.6.2/portable/GCC/ARM7_AT91FR40008/ |
HD | portmacro.h | 42 than each line having its own asm block.
|
/Kernel-v10.6.2/portable/GCC/ARM7_LPC2000/ |
HD | portISR.c | 51 than each line having its own asm block.
|
/Kernel-v10.6.2/portable/GCC/ARM7_LPC23xx/ |
HD | portmacro.h | 42 than each line having its own asm block.
|
/Kernel-v10.6.2/portable/GCC/ARM7_AT91SAM7S/ |
HD | portmacro.h | 42 than each line having its own asm block.
|