Searched +full:exclude +full:- +full:files (Results 1 – 8 of 8) sorted by relevance
10 runs-on: ubuntu-20.0412 - uses: actions/checkout@v4.1.113 - 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-formatting23 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 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 defined83 /*-----------------------------------------------------------*/100 /*-----------------------------------------------------------*/159 … xRegisterDump.ulPC = xRegisterDump.ulR17_return_address_from_exceptions - portexINSTRUCTION_SIZE; in vPortExceptionHandler()173 * library exception header files. */ in vPortExceptionHandler()224 /*-----------------------------------------------------------*/[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 …]
5 + Add ARMv7-R port with Memory Protection Unit (MPU) support.6 + Add Memory Protection Unit (MPU) support to the Cortex-M0 port.8 buffer when a task reads from a non-empty buffer:9 - The task reading from a non-empty stream buffer returns immediately11 - The task reading from a non-empty steam batching buffer blocks until the37 + Add 64-bit support to the FreeRTOS Windows Simulator port. We thank @watsk39 + Add support for 64-bit Microblaze processor to the MicroblazeV9 port. We43 compilers. We thank @Forty-Bot for their contribution.54 POSIX timers to address issues with signal handling in non-FreeRTOS56 + Update ARM_TFM port to support TF-Mv2.0.0 release of trusted-firmware-m.[all …]