Home
last modified time | relevance | path

Searched full:install (Results 1 – 25 of 32) sorted by relevance

12

/Kernel-v10.6.2/.github/workflows/
HDci.yml22 - 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
HDkernel-demos.yml77 - 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
HDauto-release.yml24 # 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
HDgit-secrets.yml19 - name: Install git-secrets
20 run: cd git-secrets && sudo make install && cd ..
HDkernel-checks.yml10 # Install python 3
43 pip install -r inspect/.github/scripts/common/requirements.txt
HDunit-tests.yml27 - name: Install packages
29 sudo apt-get install lcov cflow ruby doxygen build-essential unifdef
/Kernel-v10.6.2/portable/WizC/PIC18/
HDInstall.bat39 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/
HDREADME.md70 * 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/
HDport.c194 /* 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/
HDport.c349 /* 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/
HDport.c245 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/
HDport.c259 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/
HDreadme_xtensa.txt86 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
HDxtensa_rtos.h173 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/
HDarc_freertos_exceptions.c44 …* 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/
HDarc_freertos_exceptions.c44 …* 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/
HDxtensa_rtos.h177 * 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/
HDportext.s4399 /* Install vTickISR as the timer A0 interrupt. */
/Kernel-v10.6.2/portable/IAR/STR91x/
HDport.c269 /* 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/
HDportmacro.h154 * Install an interrupt handler to be called by the simulated interrupt handler
/Kernel-v10.6.2/portable/IAR/ATMega323/
HDportmacro.s9064 ; but do not install the interrupt using the "#pragma vector=ABC" method.
/Kernel-v10.6.2/portable/IAR/AVR_AVRDx/
HDportmacro.s9061 ; but do not install the interrupt using the "#pragma vector=ABC" method.
/Kernel-v10.6.2/portable/IAR/AVR_Mega0/
HDportmacro.s9061 ; but do not install the interrupt using the "#pragma vector=ABC" method.
/Kernel-v10.6.2/portable/GCC/NiosII/
HDport.c145 /* Failed to install the Interrupt Handler. */ in prvSetupTimerInterrupt()
/Kernel-v10.6.2/portable/ThirdParty/GCC/Xtensa_ESP32/
HDxtensa_vectors.S43 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!

12