Searched +full:exclude +full:- +full:files (Results 1 – 8 of 8) sorted by relevance
10 runs-on: ubuntu-20.0412 - uses: actions/checkout@v313 - name: Check Formatting of FreeRTOS-Kernel Files14 uses: FreeRTOS/CI-CD-Github-Actions/formatting@main16 exclude-dirs: portable18 spell-check:19 runs-on: ubuntu-latest21 - name: Clone This Repo23 - name: Run spellings check24 uses: FreeRTOS/CI-CD-Github-Actions/spellings@main[all …]
1 name: Format Pull Request Files8 bashPass: \033[32;1mPASSED -9 bashInfo: \033[33;1mINFO -10 bashFail: \033[31;1mFAILED -19 runs-on: ubuntu-20.0421 - name: Apply Formatting Fix22 id: check-formatting 23 uses: FreeRTOS/CI-CD-Github-Actions/formatting-bot@main25 exclude-dirs: portable
5 * SPDX-License-Identifier: MIT8 * this software and associated documentation files (the "Software"), to deal in56 /* configSYSTICK_CLOCK_HZ is an optional parameter for ARM Cortex-M ports only.58 * By default ARM Cortex-M ports generate the RTOS tick interrupt from the59 * Cortex-M SysTick timer. Most Cortex-M MCUs run the SysTick timer at the same60 * frequency as the MCU itself - when that is the case configSYSTICK_CLOCK_HZ is80 /* Set configUSE_PREEMPTION to 1 to use pre-emptive scheduling. Set81 * configUSE_PREEMPTION to 0 to use co-operative scheduling.82 * See https://www.freertos.org/single-core-amp-smp-rtos-scheduling.html. */89 * https://freertos.org/single-core-amp-smp-rtos-scheduling.html. */[all …]
5 * SPDX-License-Identifier: MIT8 * this software and associated documentation files (the "Software"), to deal in53 #define portexR19_STACK_OFFSET -163 /* Exclude this entire file if the MicroBlaze is not configured to handle79 * types. It is called from vPortExceptionHandlerEntry() - which is itself defined84 /*-----------------------------------------------------------*/101 /*-----------------------------------------------------------*/160 … xRegisterDump.ulPC = xRegisterDump.ulR17_return_address_from_exceptions - portexINSTRUCTION_SIZE; in vPortExceptionHandler()174 * library exception header files. */ in vPortExceptionHandler()225 /*-----------------------------------------------------------*/[all …]
5 * SPDX-License-Identifier: MIT8 * this software and associated documentation files (the "Software"), to deal in65 #define configTIMER_TASK_PRIORITY ( configMAX_PRIORITIES - 1U )108 /* Definitions that include or exclude functionality. *************************/
9 # DEPRECATED: FREERTOS_CONFIG_FILE_DIRECTORY - but still supported if no freertos_config defined fo…18 …onfig` target defines the path to FreeRTOSConfig.h and optionally other freertos based config files31 …message(WARNING " Using deprecated 'FREERTOS_CONFIG_FILE_DIRECTORY' - please update your project C…44 …message(WARNING " FREERTOS_PORT is not set. Please specify it from top-level CMake file (example):…47 " -DFREERTOS_PORT=GCC_ARM_CM4F\n"50 " A_CUSTOM_PORT - Compiler: User Defined Target: User Defined\n"51 " BCC_16BIT_DOS_FLSH186 - Compiler: BCC Target: 16 bit DOS Flsh186\n"52 " BCC_16BIT_DOS_PC - Compiler: BCC Target: 16 bit DOS PC\n"53 " CCS_ARM_CM3 - Compiler: CCS Target: ARM Cortex-M3\n"54 … " CCS_ARM_CM4F - Compiler: CCS Target: ARM Cortex-M4 with FPU\n"[all …]
35 was last assigned to the task - which due to priority inheritance, may not42 FreeRTOSConfig.h. We thank @mdnr-g for their contribution.46 vTaskResume or vTaskResumeFromISR. We thank @Moral-Hao for their49 FreeRTOS handlers for PendSV and SVCall interrupts on Cortex-M devices.54 + Add CMake support to allow the application writer to select the RISC-V58 + Make taskYIELD available to unprivileged tasks for ARMv8-M ports.59 + Update Cortex-M23 ports to not use PSPLIM_NS. We thank @urutva for their61 + Update the SysTick setup code for ARMv8-M ports to first configure the clock66 + Add the port-optimized task selection algorithm optionally available for67 ARMv7-M ports to the ARMv8-M ports. We thank @jefftenney for their[all …]