/Kernel-v10.6.2/.github/workflows/ |
HD | ci.yml | 22 - name: Install spell 24 sudo apt-get install spell 25 sudo apt-get install util-linux 41 - name: Install Uncrustify 42 run: sudo apt-get install uncrustify=0.69.0+dfsg1-1build1
|
HD | kernel-demos.yml | 77 - name: Install GCC 81 sudo apt-get -y install build-essential 106 - name: Install MSP430 Toolchain 110 sudo apt-get -y install gcc-msp430 build-essential 148 - name: Install GNU ARM Toolchain 152 … sudo apt-get -y install gcc-arm-none-eabi build-essential cmake git ninja-build python3-minimal
|
HD | auto-release.yml | 24 # Install python 3 59 # Install deps and run 60 pip install -r ./tools/.github/scripts/release-requirements.txt 95 # Install deps and run 96 pip install -r ./tools/.github/scripts/release-requirements.txt
|
HD | git-secrets.yml | 19 - name: Install git-secrets 20 run: cd git-secrets && sudo make install && cd ..
|
HD | kernel-checks.yml | 10 # Install python 3 43 pip install -r inspect/.github/scripts/common/requirements.txt
|
HD | unit-tests.yml | 27 - name: Install packages 29 sudo apt-get install lcov cflow ruby doxygen build-essential unifdef
|
/Kernel-v10.6.2/portable/WizC/PIC18/ |
HD | Install.bat | 39 echo If this is the case, please change the path at the top of this install-script. 52 if exist "%FEDLIBS%" goto INSTALL 60 :INSTALL label 61 echo I am about to install %PACKAGENAME%
|
/Kernel-v10.6.2/portable/ThirdParty/GCC/ARM_TFM/ |
HD | README.md | 70 * files in ```trusted-firmware-m\build\install\interface\src``` 72 * files in ```trusted-firmware-m\build\install\interface\include``` 74 * ```trusted-firmware-m\build\install\interface\lib\s_veneers.o```
|
/Kernel-v10.6.2/portable/GCC/TriCore_1782/ |
HD | port.c | 194 /* Install the Trap Handlers. */ in xPortStartScheduler() 197 /* Install the Syscall Handler for yield calls. */ in xPortStartScheduler() 200 /* Failed to install the yield handler, force an assert. */ in xPortStartScheduler() 204 /* Enable then install the priority 1 interrupt for pending context in xPortStartScheduler() 209 /* Failed to install the yield handler, force an assert. */ in xPortStartScheduler() 280 /* Failed to install the Tick Interrupt. */ in prvSetupTimerInterrupt()
|
/Kernel-v10.6.2/portable/GCC/IA32_flat/ |
HD | port.c | 349 /* Install APIC timer ISR vector. */ in prvSetupTimerInterrupt() 352 /* Install API error handler. */ in prvSetupTimerInterrupt() 355 /* Install Yield handler. */ in prvSetupTimerInterrupt() 358 /* Install spurious interrupt vector. */ in prvSetupTimerInterrupt() 392 /* Initialise LAPIC and install system handlers. */ in xPortStartScheduler()
|
/Kernel-v10.6.2/portable/GCC/MicroBlazeV8/ |
HD | port.c | 245 This port uses an application defined callback function to install the tick in xPortStartScheduler() 337 /* An API function is provided to install an interrupt handler because the in xPortInstallInterruptHandler() 385 * defined callback function vApplicationSetupTimerInterrupt() should install. 425 /* Install exception handlers if the MicroBlaze is configured to handle in prvInitialiseInterruptController()
|
/Kernel-v10.6.2/portable/GCC/MicroBlazeV9/ |
HD | port.c | 259 This port uses an application defined callback function to install the tick in xPortStartScheduler() 357 /* An API function is provided to install an interrupt handler because the in xPortInstallInterruptHandler() 423 * defined callback function vApplicationSetupTimerInterrupt() should install. 463 /* Install exception handlers if the MicroBlaze is configured to handle in prvInitialiseInterruptController()
|
/Kernel-v10.6.2/portable/ThirdParty/XCC/Xtensa/ |
HD | readme_xtensa.txt | 86 First install the FreeRTOS common package in a directory of your choosing. 89 <install directory> 554 to create and install application-specific user interrupt handlers. 744 to dynamically install a handler function (which may be coded in C, 752 to install application-specific handlers. This method is more convenient
|
HD | xtensa_rtos.h | 173 HOOKS TO DYNAMICALLY INSTALL INTERRUPT AND EXCEPTION HANDLERS PER LEVEL. 177 case can install its own handler for user exceptions and each interrupt
|
/Kernel-v10.6.2/portable/ThirdParty/GCC/ARC_EM_HS/ |
HD | arc_freertos_exceptions.c | 44 …* fast irqs. If fiq is needed, please install the default firq_exc_entry or your own fast irq entr…
|
/Kernel-v10.6.2/portable/ThirdParty/GCC/ARC_v1/ |
HD | arc_freertos_exceptions.c | 44 …* fast irqs. If fiq is needed, please install the default firq_exc_entry or your own fast irq entr…
|
/Kernel-v10.6.2/portable/ThirdParty/GCC/Xtensa_ESP32/include/ |
HD | xtensa_rtos.h | 177 * HOOKS TO DYNAMICALLY INSTALL INTERRUPT AND EXCEPTION HANDLERS PER LEVEL. 181 * case can install its own handler for user exceptions and each interrupt
|
/Kernel-v10.6.2/portable/IAR/MSP430/ |
HD | portext.s43 | 99 /* Install vTickISR as the timer A0 interrupt. */
|
/Kernel-v10.6.2/portable/IAR/STR91x/ |
HD | port.c | 269 /* Install the default handlers for both VIC's. */ in prvSetupTimerInterrupt() 357 /* Install the default handlers for both VIC's. */ in prvSetupTimerInterrupt()
|
/Kernel-v10.6.2/portable/MSVC-MingW/ |
HD | portmacro.h | 154 * Install an interrupt handler to be called by the simulated interrupt handler
|
/Kernel-v10.6.2/portable/IAR/ATMega323/ |
HD | portmacro.s90 | 64 ; but do not install the interrupt using the "#pragma vector=ABC" method.
|
/Kernel-v10.6.2/portable/IAR/AVR_AVRDx/ |
HD | portmacro.s90 | 61 ; but do not install the interrupt using the "#pragma vector=ABC" method.
|
/Kernel-v10.6.2/portable/IAR/AVR_Mega0/ |
HD | portmacro.s90 | 61 ; but do not install the interrupt using the "#pragma vector=ABC" method.
|
/Kernel-v10.6.2/portable/GCC/NiosII/ |
HD | port.c | 145 /* Failed to install the Interrupt Handler. */ in prvSetupTimerInterrupt()
|
/Kernel-v10.6.2/portable/ThirdParty/GCC/Xtensa_ESP32/ |
HD | xtensa_vectors.S | 43 Users can install application-specific interrupt handlers for low and 53 Optional hooks are also provided to install a handler per level at 61 Users can also install application-specific exception handlers in the 476 Hooks to dynamically install handlers for exceptions and interrupts. 477 Allows automated regression frameworks to install handlers per test. 484 one CPU will install it for all others as well!
|