/Kernel-v11.1.0/.github/workflows/ |
D | kernel-demos.yml | 90 - 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 …]
|
D | 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
|
D | kernel-checks.yml | 10 # 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
|
D | git-secrets.yml | 19 - name: Install git-secrets 20 run: cd git-secrets && sudo make install && cd ..
|
D | coverity_scan.yml | 25 stepName: Install Build Essentials 32 sudo apt-get -y install build-essential 38 stepName: Install Coverity Build
|
D | unit-tests.yml | 27 - name: Install packages 29 sudo apt-get install lcov cflow ruby doxygen build-essential unifdef
|
/Kernel-v11.1.0/portable/WizC/PIC18/ |
D | 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-v11.1.0/portable/GCC/TriCore_1782/ |
D | port.c | 197 /* 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/ |
D | port.c | 360 /* 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/ |
D | port.c | 247 * 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/ |
D | port.c | 273 * 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/ |
D | 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
|
D | 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-v11.1.0/portable/ThirdParty/GCC/ARC_EM_HS/ |
D | 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-v11.1.0/portable/ThirdParty/GCC/ARC_v1/ |
D | 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-v11.1.0/portable/IAR/ARM_CM0/ |
D | port.c | 182 /* 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/ |
D | xtensa_rtos.h | 179 * 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/ |
D | README.md | 25 - See download and installation instructions [here](https://gcc.gnu.org/install/).
|
/Kernel-v11.1.0/portable/IAR/MSP430/ |
D | portext.s43 | 99 /* Install vTickISR as the timer A0 interrupt. */
|
/Kernel-v11.1.0/portable/IAR/ARM_CM7/r0p1/ |
D | port.c | 251 /* 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/ |
D | port.c | 225 /* 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/ |
D | port.c | 279 /* 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/ |
D | port.c | 263 /* 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/ |
D | port.c | 271 /* 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/ |
D | port.c | 302 /* 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()
|