Home
last modified time | relevance | path

Searched +full:- +full:- +full:version (Results 1 – 25 of 94) sorted by relevance

1234

/Kernel-v11.1.0/.github/workflows/
Dauto-release.yml1 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 …]
Dkernel-demos.yml1 name: FreeRTOS-Kernel Demos
6 bashPass: \033[32;1mPASSED -
7 bashInfo: \033[33;1mINFO -
8 bashFail: \033[31;1mFAILED -
12 WIN32-MSVC:
14 runs-on: windows-latest
16 - name: Checkout the FreeRTOS/FreeRTOS Repository
22 fetch-depth: 1
25 - name: Checkout Pull Request
30 - name: Add msbuild to PATH
[all …]
Dcoverity_scan.yml10 bashPass: \033[32;1mPASSED -
11 bashInfo: \033[33;1mINFO -
12 bashFail: \033[31;1mFAILED -
16 Coverity-Scan:
17 if: ( github.repository == 'FreeRTOS/FreeRTOS-Kernel' )
19 runs-on: ubuntu-latest
21 - name: Checkout the Repository
24 - env:
29 echo -e "::group::${{ env.bashInfo }} ${{ env.stepName }} ${{ env.bashEnd }}"
31 sudo apt-get -y update
[all …]
Dci.yml10 runs-on: ubuntu-20.04
12 - uses: actions/checkout@v4.1.1
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 …]
Dunit-tests.yml6 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.1.0/.github/scripts/
Dmanifest_updater.py13 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.1.0/portable/ThirdParty/GCC/RP2040/
DREADME.md3 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 …]
DCMakeLists.txt1 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.1.0/.github/ISSUE_TEMPLATE/
Dbug-report.md1 ---
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 …]
Ddocumentation-issue.md1 ---
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.1.0/
DHistory.txt5 + 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 immediately
11 - The task reading from a non-empty steam batching buffer blocks until the
37 + Add 64-bit support to the FreeRTOS Windows Simulator port. We thank @watsk
39 + Add support for 64-bit Microblaze processor to the MicroblazeV9 port. We
43 compilers. We thank @Forty-Bot for their contribution.
54 POSIX timers to address issues with signal handling in non-FreeRTOS
56 + Update ARM_TFM port to support TF-Mv2.0.0 release of trusted-firmware-m.
[all …]
Dmanifest.yml1 name : "FreeRTOS-Kernel"
2 version: "v11.1.0"
DREADME.md1 …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 …]
Dcspell.config.yaml1 ---
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.1.0/examples/coverity/
DREADME.md1 # 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 2023.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 …]
DCMakeLists.txt1 cmake_minimum_required(VERSION 3.15)
16 …COMMAND sed -i -b -e 's/pdFALSE/pdFAIL/g' -e 's/pdTRUE/pdPASS/g' ${FREERTOS_KERNEL_SOURCE} ${FREER…
19 # Add the freertos_config for FreeRTOS-Kernel.
29 add_compile_options( -DconfigNUMBER_OF_CORES=2 -DconfigUSE_PASSIVE_IDLE_HOOK=0 )
32 # Select the heap. Values between 1-5 will pick a heap.
38 # Add the FreeRTOS-Kernel subdirectory.
39 add_subdirectory(${FREERTOS_KERNEL_PATH} FreeRTOS-Kernel)
/Kernel-v11.1.0/include/
Dstream_buffer.h5 * SPDX-License-Identifier: MIT
59 /* *INDENT-OFF* */
63 /* *INDENT-ON* */
96 * xStreamBufferCreateStatic() for a version that uses statically allocated
133 * the stream buffer data structures and storage area. A non-NULL value being
134 * returned indicates that the stream buffer has been created successfully -
184 * xStreamBufferCreate() for a version that uses dynamically allocated memory.
282 * xStreamBatchingBufferCreateStatic() for a version that uses statically
291 * a task performs read on a non-empty buffer:
292 * - The task reading from a non-empty stream buffer returns immediately
[all …]
Dmessage_buffer.h5 * 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
110 * 32-bit architecture, so on most 32-bit architectures a 10 byte message will
127 * the message buffer data structures and storage area. A non-NULL value being
128 * returned indicates that the message buffer has been created successfully -
[all …]
Dmpu_wrappers.h5 * SPDX-License-Identifier: MIT
44 * version, which wraps the non-MPU version with privilege promoting
/Kernel-v11.1.0/portable/MPLAB/PIC32MX/
Dport.c5 * 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.1.0/portable/MPLAB/PIC32MZ/
Dport.c5 * 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.1.0/portable/MPLAB/PIC32MEC14xx/
Dport.c5 * 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.1.0/portable/ThirdParty/XCC/Xtensa/
Dreadme_xtensa.txt4 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.1.0/portable/GCC/MicroBlazeV8/
Dport_exceptions.c5 * 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.1.0/portable/GCC/MicroBlazeV9/
Dport_exceptions.c5 * SPDX-License-Identifier: MIT
53 #define portexR19_STACK_OFFSET -1
79 * types. It is called from vPortExceptionHandlerEntry() - which is itself defined
83 /*-----------------------------------------------------------*/
87 * structure. If the application chooses not to define a version of
100 /*-----------------------------------------------------------*/
159 … xRegisterDump.ulPC = xRegisterDump.ulR17_return_address_from_exceptions - portexINSTRUCTION_SIZE; in vPortExceptionHandler()
213 * structure. If the application chooses not to define a version of in vPortExceptionHandler()
224 /*-----------------------------------------------------------*/

1234