Searched full:os (Results 1 – 22 of 22) sorted by relevance
/Kernel-v11.1.0/portable/ARMv8M/ |
D | copy_files.py | 29 import os 32 _THIS_FILE_DIRECTORY_ = os.path.dirname(os.path.realpath(__file__)) 33 _FREERTOS_PORTABLE_DIRECTORY_ = os.path.dirname(_THIS_FILE_DIRECTORY_) 41 os.path.join('secure', 'context'), 42 os.path.join('secure', 'heap'), 43 os.path.join('secure', 'init'), 44 os.path.join('secure', 'macros') 49 'ARM_CM23' :[os.path.join('secure', 'context', 'portable', 'GCC', 'ARM_CM23')], 50 'ARM_CM33' :[os.path.join('secure', 'context', 'portable', 'GCC', 'ARM_CM33')], 51 'ARM_CM35P':[os.path.join('secure', 'context', 'portable', 'GCC', 'ARM_CM33')], [all …]
|
/Kernel-v11.1.0/.github/scripts/ |
D | manifest_updater.py | 2 import os 5 THIS_FILE_PATH = os.path.dirname(os.path.abspath(__file__)) 6 MANIFEST_FILE = os.path.join(THIS_FILE_PATH, '..', '..', 'manifest.yml')
|
D | kernel_checker.py | 30 import os 155 checker.ignoreFile(os.path.split(__file__)[-1])
|
/Kernel-v11.1.0/portable/GCC/AVR32_UC3/ |
D | portmacro.h | 270 * portSAVE_CONTEXT_OS_INT() for OS Tick exception. 299 * portSAVE_CONTEXT_OS_INT() for OS Tick exception. 319 …/* Check if INT0 or higher were being handled (case where the OS tick interrupted another */ … 335 …/* portSAVE_CONTEXT_OS_INT/port_RESTORE_CONTEXT_OS_INT if they call OS functions. */ … 358 …/* Check if INT0 or higher were being handled (case where the OS tick interrupted another */ … 375 …/* because it is here safe, always call vTaskSwitchContext() since an OS tick occurred. */ … 431 …/* vTaskDelay() and vTaskDelayUntil() OS functions (that result in a taskYield()) */ … 596 …/* Check if INT0 or higher were being handled (case where the OS tick interrupted another */ … 632 …/* Check if INT0 or higher were being handled (case where the OS tick interrupted another */ …
|
D | port.c | 238 /* Because FreeRTOS is not supposed to run with nested interrupts, put all OS in vTick()
|
/Kernel-v11.1.0/portable/IAR/AVR32_UC3/ |
D | portmacro.h | 273 * portSAVE_CONTEXT_OS_INT() for OS Tick exception. 302 * portSAVE_CONTEXT_OS_INT() for OS Tick exception. 322 …/* Check if INT0 or higher were being handled (case where the OS tick interrupted another */ … 338 …/* portSAVE_CONTEXT_OS_INT/port_RESTORE_CONTEXT_OS_INT if they call OS functions. */ … 357 …/* Check if INT0 or higher were being handled (case where the OS tick interrupted another */ … 372 …/* because it is here safe, always call vTaskSwitchContext() since an OS tick occurred. */ … 428 …/* vTaskDelay() and vTaskDelayUntil() OS functions (that result in a taskYield()) */ … 589 …/* Check if INT0 or higher were being handled (case where the OS tick interrupted another */ … 622 …/* Check if INT0 or higher were being handled (case where the OS tick interrupted another */ …
|
D | port.c | 206 /* Because FreeRTOS is not supposed to run with nested interrupts, put all OS in vTick()
|
/Kernel-v11.1.0/portable/ThirdParty/GCC/Xtensa_ESP32/ |
D | xtensa_overlay_os_hook.c | 32 /* xtensa_overlay_os_hook.c -- Overlay manager OS hooks for FreeRTOS. */ 45 /* This function should be overridden to provide OS specific init such
|
D | xtensa_vectors.S | 198 exception - the timer interrupt used by the OS will not be dispatched 1228 /* Done handling interrupts, transfer control to OS */ 1320 /* Done handling interrupts, transfer control to OS */ 1403 /* Done handling interrupts, transfer control to OS */ 1485 /* Done handling interrupts, transfer control to OS */ 1566 /* Done handling interrupts, transfer control to OS */ 1647 /* Done handling interrupts, transfer control to OS */
|
/Kernel-v11.1.0/portable/ThirdParty/XCC/Xtensa/ |
D | xtensa_overlay_os_hook.c | 31 * xtensa_overlay_os_hook.c -- Overlay manager OS hooks for FreeRTOS. 45 /* This function should be overridden to provide OS specific init such
|
D | readme_xtensa.txt | 215 > xt-make all TARGET=sim CFLAGS="-O2 -Os -g" 508 Minimal footprint is achieved by optimizing for space with -Os, at the 556 than a few which are always handled by the OS). 738 code that is independent of OS. See Xtensa documentation for details.
|
D | xtensa_vectors.S | 140 exception - the timer interrupt used by the OS will not be dispatched 1001 /* Done handling interrupts, transfer control to OS */ 1083 /* Done handling interrupts, transfer control to OS */ 1156 /* Done handling interrupts, transfer control to OS */ 1228 /* Done handling interrupts, transfer control to OS */ 1300 /* Done handling interrupts, transfer control to OS */ 1372 /* Done handling interrupts, transfer control to OS */
|
D | xtensa_intr_asm.S | 93 are always handled by the OS and cannot be hooked by user handlers.
|
D | xtensa_config.h | 180 /* OS overhead with and without C library thread context. */
|
/Kernel-v11.1.0/.github/workflows/ |
D | kernel-demos.yml | 71 os: 74 runs-on: ${{ matrix.os }} 92 if: matrix.os == 'ubuntu-latest'
|
/Kernel-v11.1.0/.github/ISSUE_TEMPLATE/ |
D | bug-report.md | 22 - Host OS: [e.g. MacOS]
|
/Kernel-v11.1.0/portable/ThirdParty/GCC/Xtensa_ESP32/include/ |
D | xtensa_config.h | 148 /* OS overhead with and without C library thread context. */
|
/Kernel-v11.1.0/portable/ThirdParty/GCC/ARC_v1/ |
D | port.c | 81 int_disable( BOARD_OS_TIMER_INTNO ); /* disable os timer interrupt */ in prvSetupTimerInterrupt()
|
/Kernel-v11.1.0/portable/ThirdParty/GCC/ARC_EM_HS/ |
D | port.c | 81 int_disable( BOARD_OS_TIMER_INTNO ); /* disable os timer interrupt */ in prvSetupTimerInterrupt()
|
/Kernel-v11.1.0/portable/GCC/TriCore_1782/ |
D | port.c | 62 /* OS Interrupt and Trap mechanisms. */
|
/Kernel-v11.1.0/include/ |
D | task.h | 1977 * This hook function is called in the system tick handler after any OS work is completed.
|
/Kernel-v11.1.0/ |
D | History.txt | 2972 optimisation levels - including -Os.
|