Home
last modified time | relevance | path

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

123

/Kernel-v11.1.0/.github/workflows/
Dkernel-demos.yml90 - name: Install GCC
95 sudo apt-get -y install build-essential
115 - name: Install GCC
119 sudo apt-get -y install build-essential
153 - name: Install MSP430 Toolchain
157 sudo apt-get -y install gcc-msp430 build-essential
194 stepName: Install Dependancies
201 sudo apt install -y build-essential m4 debhelper bison texinfo dejagnu flex
202 sudo apt install -y autogen gawk libgmp-dev libmpc-dev libmpfr-dev
203 sudo apt install -y patchutils sharutils zlib1g-dev autoconf2.64
[all …]
Dauto-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
Dkernel-checks.yml10 # Install python 3
48 echo -e "::group::${{ env.bashInfo }} Install Dependencies ${{ env.bashEnd }}"
53 # Install the necessary python dependencies
54 pip install -r inspect/.github/scripts/common/requirements.txt
Dgit-secrets.yml19 - name: Install git-secrets
20 run: cd git-secrets && sudo make install && cd ..
Dcoverity_scan.yml25 stepName: Install Build Essentials
32 sudo apt-get -y install build-essential
38 stepName: Install Coverity Build
Dunit-tests.yml27 - name: Install packages
29 sudo apt-get install lcov cflow ruby doxygen build-essential unifdef
/Kernel-v11.1.0/portable/WizC/PIC18/
DInstall.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-v11.1.0/portable/GCC/TriCore_1782/
Dport.c197 /* Install the Trap Handlers. */ in xPortStartScheduler()
200 /* Install the Syscall Handler for yield calls. */ in xPortStartScheduler()
203 /* Failed to install the yield handler, force an assert. */ in xPortStartScheduler()
207 /* Enable then install the priority 1 interrupt for pending context in xPortStartScheduler()
213 /* Failed to install the yield handler, force an assert. */ in xPortStartScheduler()
286 /* Failed to install the Tick Interrupt. */ in prvSetupTimerInterrupt()
/Kernel-v11.1.0/portable/GCC/IA32_flat/
Dport.c360 /* Install APIC timer ISR vector. */ in prvSetupTimerInterrupt()
363 /* Install API error handler. */ in prvSetupTimerInterrupt()
366 /* Install Yield handler. */ in prvSetupTimerInterrupt()
369 /* Install spurious interrupt vector. */ in prvSetupTimerInterrupt()
403 /* Initialise LAPIC and install system handlers. */ in xPortStartScheduler()
/Kernel-v11.1.0/portable/GCC/MicroBlazeV8/
Dport.c247 * This port uses an application defined callback function to install the tick in xPortStartScheduler()
342 /* An API function is provided to install an interrupt handler because the in xPortInstallInterruptHandler()
390 * defined callback function vApplicationSetupTimerInterrupt() should install.
430 /* Install exception handlers if the MicroBlaze is configured to handle in prvInitialiseInterruptController()
/Kernel-v11.1.0/portable/GCC/MicroBlazeV9/
Dport.c273 * This port uses an application defined callback function to install the tick in xPortStartScheduler()
379 /* An API function is provided to install an interrupt handler because the in xPortInstallInterruptHandler()
445 * defined callback function vApplicationSetupTimerInterrupt() should install.
497 /* Install exception handlers if the MicroBlaze is configured to handle in prvInitialiseInterruptController()
/Kernel-v11.1.0/portable/ThirdParty/XCC/Xtensa/
Dreadme_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
Dxtensa_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-v11.1.0/portable/ThirdParty/GCC/ARC_EM_HS/
Darc_freertos_exceptions.c44 …* fast irqs. If fiq is needed, please install the default firq_exc_entry or your own fast irq entr…
/Kernel-v11.1.0/portable/ThirdParty/GCC/ARC_v1/
Darc_freertos_exceptions.c44 …* fast irqs. If fiq is needed, please install the default firq_exc_entry or your own fast irq entr…
/Kernel-v11.1.0/portable/IAR/ARM_CM0/
Dport.c182 /* An application can install FreeRTOS interrupt handlers in one of the in xPortStartScheduler()
184 * 1. Direct Routing - Install the function xPortPendSVHandler for PendSV in xPortStartScheduler()
186 * 2. Indirect Routing - Install separate handler for PendSV interrupt and in xPortStartScheduler()
/Kernel-v11.1.0/portable/ThirdParty/GCC/Xtensa_ESP32/include/
Dxtensa_rtos.h179 * HOOKS TO DYNAMICALLY INSTALL INTERRUPT AND EXCEPTION HANDLERS PER LEVEL.
183 * case can install its own handler for user exceptions and each interrupt
/Kernel-v11.1.0/examples/coverity/
DREADME.md25 - See download and installation instructions [here](https://gcc.gnu.org/install/).
/Kernel-v11.1.0/portable/IAR/MSP430/
Dportext.s4399 /* Install vTickISR as the timer A0 interrupt. */
/Kernel-v11.1.0/portable/IAR/ARM_CM7/r0p1/
Dport.c251 /* An application can install FreeRTOS interrupt handlers in one of the in xPortStartScheduler()
253 * 1. Direct Routing - Install the functions vPortSVCHandler and in xPortStartScheduler()
255 * 2. Indirect Routing - Install separate handlers for SVCall and PendSV in xPortStartScheduler()
/Kernel-v11.1.0/portable/IAR/ARM_CM3/
Dport.c225 /* An application can install FreeRTOS interrupt handlers in one of the in xPortStartScheduler()
227 * 1. Direct Routing - Install the functions vPortSVCHandler and in xPortStartScheduler()
229 * 2. Indirect Routing - Install separate handlers for SVCall and PendSV in xPortStartScheduler()
/Kernel-v11.1.0/portable/IAR/STR91x/
Dport.c279 /* Install the default handlers for both VIC's. */ in prvSetupTimerInterrupt()
375 /* Install the default handlers for both VIC's. */ in prvSetupTimerInterrupt()
/Kernel-v11.1.0/portable/IAR/ARM_CM4F/
Dport.c263 /* An application can install FreeRTOS interrupt handlers in one of the in xPortStartScheduler()
265 * 1. Direct Routing - Install the functions vPortSVCHandler and in xPortStartScheduler()
267 * 2. Indirect Routing - Install separate handlers for SVCall and PendSV in xPortStartScheduler()
/Kernel-v11.1.0/portable/GCC/ARM_CM3/
Dport.c271 /* An application can install FreeRTOS interrupt handlers in one of the in xPortStartScheduler()
273 * 1. Direct Routing - Install the functions vPortSVCHandler and in xPortStartScheduler()
275 * 2. Indirect Routing - Install separate handlers for SVCall and PendSV in xPortStartScheduler()
/Kernel-v11.1.0/portable/GCC/ARM_CM7/r0p1/
Dport.c302 /* An application can install FreeRTOS interrupt handlers in one of the in xPortStartScheduler()
304 * 1. Direct Routing - Install the functions vPortSVCHandler and in xPortStartScheduler()
306 * 2. Indirect Routing - Install separate handlers for SVCall and PendSV in xPortStartScheduler()

123