Searched +full:- +full:- +full:version (Results 1 – 25 of 91) sorted by relevance
1234
| /Kernel-v11.0.1/.github/workflows/ |
| D | auto-release.yml | 1 name: Kernel-Auto-Release 11 description: 'Version Number (Ex. 10.4.4)' 15 description: "Version String for task.h on main branch (leave empty to leave as-is)." 20 release-packager: 22 runs-on: ubuntu-latest 25 - name: Tool Setup 26 uses: actions/setup-python@v2 33 - name: Checkout FreeRTOS Release Tools 40 - name: Checkout FreeRTOS Kernel 44 fetch-depth: 0 [all …]
|
| D | kernel-demos.yml | 1 name: FreeRTOS-Kernel Demos 5 WIN32-MSVC: 7 runs-on: windows-latest 9 - name: Checkout the FreeRTOS/FreeRTOS Repository 15 fetch-depth: 1 18 - name: Checkout Pull Request 23 - name: Add msbuild to PATH 24 uses: microsoft/setup-msbuild@v1.1 26 - name: Build WIN32-MSVC Demo 27 working-directory: FreeRTOS/Demo/WIN32-MSVC [all …]
|
| D | ci.yml | 10 runs-on: ubuntu-20.04 12 - uses: actions/checkout@v3 13 - name: Check Formatting of FreeRTOS-Kernel Files 14 uses: FreeRTOS/CI-CD-Github-Actions/formatting@main 16 exclude-dirs: portable 18 spell-check: 19 runs-on: ubuntu-latest 21 - name: Clone This Repo 23 - name: Run spellings check 24 uses: FreeRTOS/CI-CD-Github-Actions/spellings@main [all …]
|
| D | unit-tests.yml | 6 runs-on: ubuntu-20.04 8 - name: Checkout Parent Repository 14 fetch-depth: 1 17 - name: Checkout Pull Request 22 - name: Setup Python 23 uses: actions/setup-python@master 25 python-version: 3.8 27 - name: Install packages 29 sudo apt-get install lcov cflow ruby doxygen build-essential unifdef 30 - name: Run Unit Tests with ENABLE_SANITIZER=1 [all …]
|
| /Kernel-v11.0.1/.github/scripts/ |
| D | manifest_updater.py | 13 if line.startswith('version'): 14 updated_lines.append(f'version: "v{new_version_number}"\n') 23 parser.add_argument('-v', '--version', required=True, help='New version number.') 29 update_manifest_file(args.version)
|
| /Kernel-v11.0.1/portable/ThirdParty/GCC/RP2040/ |
| D | README.md | 3 This directory provides an SMP FreeRTOS-Kernel port that can be used with the Raspberry Pi Pico SDK… 5 …* Simple CMake INTERFACE libraries, to provide the FreeRTOS-Kernel and also the individual allocat… 6 * Running the FreeRTOS-Kernel and tasks on either core 0 or core 1, or both. 9 Note that whilst this SMP version can be run on just a single (either) core, it is probably 10 more efficient to use the non SMP version in the main FreeRTOS-Kernel branch in that case. 21 This will locate the FreeRTOS kernel if it is a direct sub-module of your project, or if you provid… 22 …ERTOS_KERNEL_PATH` variable in your environment or via `-DFREERTOS_KERNEL_PATH=/path/to/FreeRTOS-K… 24 **NOTE:** If you are using version 1.3.1 or older of the Raspberry Pi Pico SDK then this line must … 26 version, you can include the FreeRTOS-Kernel support later in your CMake build (possibly in a subdi… 27 FreeRTOS-Kernel support will only apply to those targets which explicitly include FreeRTOS support. [all …]
|
| D | CMakeLists.txt | 1 cmake_minimum_required(VERSION 3.13) 9 message(FATAL_ERROR "Require at least Raspberry Pi Pico SDK version 1.2.0") 17 project(FreeRTOS-Kernel C CXX) 24 # if the SDK has already been initialized, then just add our libraries now - this allows 25 …# this FreeRTOS port to just be added as a sub-directory or include within another project, rather… 29 …message(FATAL_ERROR "Require at least Raspberry Pi Pico SDK version 1.3.2 to include FreeRTOS afte… 41 message("FreeRTOS: initialize SDK since we're the top-level")
|
| /Kernel-v11.0.1/.github/ISSUE_TEMPLATE/ |
| D | bug-report.md | 1 --- 10 --- 16 - Development board: [e.g. HiFive11 RevB] 17 - Instruction Set Architecture: [e.g. RV32IMAC] 18 - IDE and version: [e.g. Freedom Studio 4.12.0.2019-08-2] 19 - Toolchain and version: [e.g. riscv64-unknown-elf-gcc-8.3.0-2019.08.0] 22 - Host OS: [e.g. MacOS] 23 - Version: [e.g. Mojave 10.14.6] 26 - Use project ... and configure with ... 27 - Run on ... and could observe ... [all …]
|
| D | documentation-issue.md | 1 --- 8 --- 20 - Browser: [e.g. Chrome] 21 - Version: [e.g. 80.0.3987.132] 23 <!-- For general inquiries, please post in [FreeRTOS forum](https://forums.FreeRTOS.org) for commun…
|
| /Kernel-v11.0.1/ |
| D | History.txt | 10 Multiprocessing (AMP) support in 2017, FreeRTOS Version 11.0.0 is the 35 was last assigned to the task - which due to priority inheritance, may not 42 FreeRTOSConfig.h. We thank @mdnr-g for their contribution. 46 vTaskResume or vTaskResumeFromISR. We thank @Moral-Hao for their 49 FreeRTOS handlers for PendSV and SVCall interrupts on Cortex-M devices. 54 + Add CMake support to allow the application writer to select the RISC-V 58 + Make taskYIELD available to unprivileged tasks for ARMv8-M ports. 59 + Update Cortex-M23 ports to not use PSPLIM_NS. We thank @urutva for their 61 + Update the SysTick setup code for ARMv8-M ports to first configure the clock 66 + Add the port-optimized task selection algorithm optionally available for [all …]
|
| D | manifest.yml | 1 name : "FreeRTOS-Kernel" 2 version: "v11.0.1"
|
| D | README.md | 1 …eRTOS-Kernel/actions/workflows/unit-tests.yml/badge.svg?branch=main&event=push)](https://github.co… 2 …(https://codecov.io/gh/FreeRTOS/FreeRTOS-Kernel/badge.svg?branch=main)](https://codecov.io/gh/Free… 9 repository, which contains pre-configured demo application projects under 12 The easiest way to use FreeRTOS is to start with one of the pre-configured demo 17 [FreeRTOS Kernel Quick Start Guide](https://www.FreeRTOS.org/FreeRTOS-quick-start-guide.html) 25 [the instructions here](.github/CONTRIBUTING.md#contributing-via-pull-request). 33 ## To consume FreeRTOS-Kernel 40 - Define the source and version/tag you want to use: 44 GIT_REPOSITORY https://github.com/FreeRTOS/FreeRTOS-Kernel.git 45 GIT_TAG main #Note: Best practice to use specific git-hash or tagged version [all …]
|
| D | cspell.config.yaml | 1 --- 3 version: '0.2' 12 - caseSensitive: false 19 - name: freertos-words 24 - freertos-words 28 - 'dependency' 29 - 'docs' 30 - 'ThirdParty' 31 - 'History.txt'
|
| /Kernel-v11.0.1/examples/coverity/ |
| D | README.md | 1 # MISRA Compliance for FreeRTOS-Kernel 2 FreeRTOS-Kernel is MISRA C:2012 compliant. This directory contains a project to 3 … [Synopsys Coverity](https://www.synopsys.com/software-integrity/security-testing/static-analysis-… 7 Coverity version 2022.6.1 incorrectly infers the type of `pdTRUE` and `pdFALSE` 20 …run on any platform mentioned [here](https://sig-docs.synopsys.com/polaris/topics/c_coverity-compa… 23 1. CMake version > 3.13.0 (You can check whether you have this by typing `cmake --version`). 25 - See download and installation instructions [here](https://gcc.gnu.org/install/). 27 - `git clone https://github.com/FreeRTOS/FreeRTOS-Kernel.git ./FreeRTOS-Kernel` 30 Go to the root directory of the FreeRTOS-Kernel repo and run the following 34 cov-configure --force --compiler cc --comptype gcc [all …]
|
| D | CMakeLists.txt | 1 cmake_minimum_required(VERSION 3.15) 15 … COMMAND sed -i -b -e 's/pdFALSE/pdFAIL/g' -e 's/pdTRUE/pdPASS/g' ${FREERTOS_KERNEL_SOURCE} 18 # Add the freertos_config for FreeRTOS-Kernel. 25 # Select the heap. Values between 1-5 will pick a heap. 31 # Add the FreeRTOS-Kernel subdirectory. 32 add_subdirectory(${FREERTOS_KERNEL_PATH} FreeRTOS-Kernel)
|
| /Kernel-v11.0.1/portable/MPLAB/PIC32MX/ |
| D | port.c | 5 * SPDX-License-Identifier: MIT 29 /*----------------------------------------------------------- 31 *----------------------------------------------------------*/ 34 #error This port is designed to work with XC32. Please update your C compiler version. 63 application code then the version in the application code will be linked 64 into the application in preference to the version defined in this file. 83 /* Let the user override the pre-loading of the initial RA with the address of 85 debugger - in which case configTASK_RETURN_ADDRESS can be defined as 0 (NULL). */ 116 /*-----------------------------------------------------------*/ 140 /*-----------------------------------------------------------*/ [all …]
|
| /Kernel-v11.0.1/include/ |
| D | message_buffer.h | 5 * SPDX-License-Identifier: MIT 56 * the API function). sizeof( size_t ) is typically 4 bytes on a 32-bit 57 * architecture, so writing a 10 byte message to a message buffer on a 32-bit 73 /* *INDENT-OFF* */ 77 /* *INDENT-ON* */ 88 /*-----------------------------------------------------------*/ 98 * xMessageBufferCreateStatic() for a version that uses statically allocated 108 * 32-bit architecture, so on most 32-bit architectures a 10 byte message will 125 * the message buffer data structures and storage area. A non-NULL value being 126 * returned indicates that the message buffer has been created successfully - [all …]
|
| D | stream_buffer.h | 5 * SPDX-License-Identifier: MIT 59 /* *INDENT-OFF* */ 63 /* *INDENT-ON* */ 89 * xStreamBufferCreateStatic() for a version that uses statically allocated 124 * the stream buffer data structures and storage area. A non-NULL value being 125 * returned indicates that the stream buffer has been created successfully - 175 * xStreamBufferCreate() for a version that uses dynamically allocated memory. 402 * Interrupt safe version of the API function that sends a stream of bytes to 592 * An interrupt safe version of the API function that receives bytes from a 848 * version of sbSEND_COMPLETED(), and MUST NOT BE USED AT ANY OTHER TIME. [all …]
|
| D | mpu_wrappers.h | 5 * SPDX-License-Identifier: MIT 44 * version, which wraps the non-MPU version with privilege promoting
|
| /Kernel-v11.0.1/portable/MPLAB/PIC32MZ/ |
| D | port.c | 5 * SPDX-License-Identifier: MIT 29 /*----------------------------------------------------------- 31 *----------------------------------------------------------*/ 44 … is designed to work with XC32 on PIC32MZ MCUs. Please update your C compiler version or settings. 85 application code then the version in the application code will be linked 86 into the application in preference to the version defined in this file. 105 /* Let the user override the pre-loading of the initial RA with the address of 107 debugger - in which case configTASK_RETURN_ADDRESS can be defined as 0 (NULL). */ 138 /*-----------------------------------------------------------*/ 145 /*-----------------------------------------------------------*/ [all …]
|
| /Kernel-v11.0.1/portable/MPLAB/PIC32MEC14xx/ |
| D | port.c | 5 * SPDX-License-Identifier: MIT 29 /*----------------------------------------------------------- 31 *----------------------------------------------------------*/ 42 … port is designed to work with XC32 on MEC14xx. Please update your C compiler version or settings. 61 /* MEC14xx JTVIC external interrupt controller is mapped to M14K closely-coupled 82 application code then the version in the application code will be linked 83 into the application in preference to the version defined in this file. 98 /* Let the user override the pre-loading of the initial RA with the address of 99 prvTaskExitError() in case it messes up unwinding of the stack in the debugger - 132 /*-----------------------------------------------------------*/ [all …]
|
| /Kernel-v11.0.1/portable/ThirdParty/XCC/Xtensa/ |
| D | readme_xtensa.txt | 4 FreeRTOS Kernel Version 10.0.0 8 ------------ 14 This port currently works with FreeRTOS kernel version 10.0.0. 18 -------------------------------------------------- 26 NOTE: It may be possible to build and run this with the open-source 27 xtensa-linux tools provided you have the correct overlay for your Xtensa 33 thread-safety on a per task basis (for use in tasks only, not interrupt 48 - Timer interrupt option with at least one interruptible timer. 49 - Interrupt option (implied by the timer interrupt option). 50 - Exception Architecture 2 (XEA2). Please note that XEA1 is NOT supported. [all …]
|
| /Kernel-v11.0.1/portable/GCC/MicroBlazeV8/ |
| D | port_exceptions.c | 5 * SPDX-License-Identifier: MIT 53 #define portexR19_STACK_OFFSET -1 79 * types. It is called from vPortExceptionHandlerEntry() - which is itself defined 84 /*-----------------------------------------------------------*/ 88 * structure. If the application chooses not to define a version of 101 /*-----------------------------------------------------------*/ 160 … xRegisterDump.ulPC = xRegisterDump.ulR17_return_address_from_exceptions - portexINSTRUCTION_SIZE; in vPortExceptionHandler() 214 * structure. If the application chooses not to define a version of in vPortExceptionHandler() 225 /*-----------------------------------------------------------*/
|
| /Kernel-v11.0.1/portable/GCC/MicroBlazeV9/ |
| D | port_exceptions.c | 5 * SPDX-License-Identifier: MIT 53 #define portexR19_STACK_OFFSET -1 79 * types. It is called from vPortExceptionHandlerEntry() - which is itself defined 84 /*-----------------------------------------------------------*/ 88 * structure. If the application chooses not to define a version of 101 /*-----------------------------------------------------------*/ 160 … xRegisterDump.ulPC = xRegisterDump.ulR17_return_address_from_exceptions - portexINSTRUCTION_SIZE; in vPortExceptionHandler() 214 * structure. If the application chooses not to define a version of in vPortExceptionHandler() 225 /*-----------------------------------------------------------*/
|
| /Kernel-v11.0.1/portable/ThirdParty/GCC/Xtensa_ESP32/include/ |
| D | portbenchmark.h | 2 * SPDX-FileCopyrightText: 2015-2019 Cadence Design Systems, Inc. 4 * SPDX-License-Identifier: MIT 6 * SPDX-FileContributor: 2016-2022 Espressif Systems (Shanghai) CO LTD 10 * Copyright (c) 2015-2019 Cadence Design Systems, Inc. 36 * portbenchmark.c and the complete version of portbenchmark.h
|
1234