Home
last modified time | relevance | path

Searched full:version (Results 1 – 25 of 92) sorted by relevance

1234

/Kernel-v11.0.1/.github/workflows/
Dauto-release.yml11 description: 'Version Number (Ex. 10.4.4)'
15 description: "Version String for task.h on main branch (leave empty to leave as-is)."
57 - name: Update source files with version info
61 …${{ env.COMMIT_SHA_1 }} --new-kernel-version=${{ github.event.inputs.version_number }} --new-kerne…
66 - name : Update version number in manifest.yml
72 - name : Commit version number change in manifest.yml
76 git commit -m '[AUTO][RELEASE]: Update version number in manifest.yml'
97 …${{ env.COMMIT_SHA_2 }} --new-kernel-version=${{ github.event.inputs.version_number }} --new-kerne…
Dkernel-demos.yml55 gcc --version
56 make --version
Dci.yml49 fail-on-incorrect-version: true
Dunit-tests.yml25 python-version: 3.8
/Kernel-v11.0.1/.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.0.1/portable/ThirdParty/GCC/RP2040/
DREADME.md9 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.
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…
30 the same placement restrictions related to the Raspberry Pi Pico SDK version above):
DCMakeLists.txt1 cmake_minimum_required(VERSION 3.13)
9 message(FATAL_ERROR "Require at least Raspberry Pi Pico SDK version 1.2.0")
29 …message(FATAL_ERROR "Require at least Raspberry Pi Pico SDK version 1.3.2 to include FreeRTOS afte…
/Kernel-v11.0.1/.github/ISSUE_TEMPLATE/
Dbug-report.md18 - 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]
23 - Version: [e.g. Mojave 10.14.6]
Ddocumentation-issue.md21 - Version: [e.g. 80.0.3987.132]
/Kernel-v11.0.1/
DHistory.txt10 Multiprocessing (AMP) support in 2017, FreeRTOS Version 11.0.0 is the
98 introduced in version 10.6.0:
233 + Updated the kernel version in manifest and SBOM
358 + Update the RL78 IAR port to the latest version of IAR which uses the
376 + Update the uncrustify config file to match the version of the uncrustify
377 used in the CI Action. Also, pin the version of uncrustify in CI. Contributed
704 + Update various Xilinx demos to use 2018.1 version of the SDK tools.
804 + Updated trace recorder files to the latest version.
892 + Update Xilinx SDK projects to use the 2016.1 version of the SDK.
895 + Update the MSP432 libraries to the latest version.
[all …]
Dmanifest.yml2 version: "v11.0.1"
DREADME.md40 - Define the source and version/tag you want to use:
45 GIT_TAG main #Note: Best practice to use specific git-hash or tagged version
Dcspell.config.yaml3 version: '0.2'
/Kernel-v11.0.1/examples/coverity/
DREADME.md7 Coverity version 2022.6.1 incorrectly infers the type of `pdTRUE` and `pdFALSE`
23 1. CMake version > 3.13.0 (You can check whether you have this by typing `cmake --version`).
DCMakeLists.txt1 cmake_minimum_required(VERSION 3.15)
/Kernel-v11.0.1/portable/GCC/MCF5235/
Dreadme.md1 The MCF5235 port is deprecated. The last FreeRTOS version that includes this port is 10.4.3.
/Kernel-v11.0.1/portable/MPLAB/PIC32MX/
Dport.c34 #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.
/Kernel-v11.0.1/include/
Dmessage_buffer.h98 * xMessageBufferCreateStatic() for a version that uses statically allocated
175 * xMessageBufferCreate() for a version that uses dynamically allocated memory.
389 * Interrupt safe version of the API function that sends a discrete message to
584 * An interrupt safe version of the API function that receives a discrete
815 * version of sbSEND_COMPLETED(), and MUST NOT BE USED AT ANY OTHER TIME.
855 * implement their own version of sbRECEIVE_COMPLETED(), and MUST NOT BE USED AT
Dstream_buffer.h89 * xStreamBufferCreateStatic() for a version that uses statically allocated
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.
888 * implement their own version of sbRECEIVE_COMPLETED(), and MUST NOT BE USED AT
Dmpu_wrappers.h44 * version, which wraps the non-MPU version with privilege promoting
/Kernel-v11.0.1/portable/MPLAB/PIC32MEC14xx/
Dport.c42 … port is designed to work with XC32 on MEC14xx. Please update your C compiler version or settings.
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.
/Kernel-v11.0.1/portable/MPLAB/PIC32MZ/
Dport.c44 … 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.
/Kernel-v11.0.1/portable/ThirdParty/XCC/Xtensa/
Dreadme_xtensa.txt4 FreeRTOS Kernel Version 10.0.0
14 This port currently works with FreeRTOS kernel version 10.0.0.
75 version 1.0.0 or later from this location:
273 (the --turbo option is only available with Xtensa Tools version 7 or later).
333 Beginning with port version 1.2, the port uses a separate interrupt stack
/Kernel-v11.0.1/portable/GCC/MicroBlazeV8/
Dport_exceptions.c88 * structure. If the application chooses not to define a version of
214 * structure. If the application chooses not to define a version of in vPortExceptionHandler()
/Kernel-v11.0.1/portable/GCC/MicroBlazeV9/
Dport_exceptions.c88 * structure. If the application chooses not to define a version of
214 * structure. If the application chooses not to define a version of in vPortExceptionHandler()

1234