Home
last modified time | relevance | path

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

1234

/Kernel-v11.1.0/.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.yml62 gcc --version
63 make --version
223 mb-gcc --version
Dcoverity_scan.yml82 --form version="Mainline" \
121 --form version="Mainline" \
Dci.yml49 fail-on-incorrect-version: true
/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.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.1.0/.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.1.0/
DHistory.txt74 + Add support for latest version of MPU wrappers( mpu_wrappers_v2) in CMake.
87 Multiprocessing (AMP) support in 2017, FreeRTOS Version 11.0.0 is the
175 introduced in version 10.6.0:
310 + Updated the kernel version in manifest and SBOM
435 + Update the RL78 IAR port to the latest version of IAR which uses the
453 + Update the uncrustify config file to match the version of the uncrustify
454 used in the CI Action. Also, pin the version of uncrustify in CI. Contributed
781 + Update various Xilinx demos to use 2018.1 version of the SDK tools.
881 + Updated trace recorder files to the latest version.
969 + Update Xilinx SDK projects to use the 2016.1 version of the SDK.
[all …]
Dmanifest.yml2 version: "v11.1.0"
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.1.0/examples/coverity/
DREADME.md7 Coverity version 2023.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.1.0/include/
Dstream_buffer.h96 * xStreamBufferCreateStatic() for a version that uses statically allocated
184 * xStreamBufferCreate() for a version that uses dynamically allocated memory.
282 * xStreamBatchingBufferCreateStatic() for a version that uses statically
370 * xStreamBatchingBufferCreate() for a version that uses dynamically allocated
607 * Interrupt safe version of the API function that sends a stream of bytes to
803 * An interrupt safe version of the API function that receives bytes from a
990 * An interrupt safe version of the API function that resets the stream buffer.
1119 * version of sbSEND_COMPLETED(), and MUST NOT BE USED AT ANY OTHER TIME.
1162 * implement their own version of sbRECEIVE_COMPLETED(), and MUST NOT BE USED AT
Dmessage_buffer.h98 * xMessageBufferCreateStatic() for a version that uses statically allocated
177 * xMessageBufferCreate() for a version that uses dynamically allocated memory.
400 * Interrupt safe version of the API function that sends a discrete message to
601 * An interrupt safe version of the API function that receives a discrete
798 * An interrupt safe version of the API function that resets the message buffer.
889 * version of sbSEND_COMPLETED(), and MUST NOT BE USED AT ANY OTHER TIME.
932 * 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.1.0/portable/GCC/MCF5235/
Dreadme.md1 The MCF5235 port is deprecated. The last FreeRTOS version that includes this port is 10.4.3.
/Kernel-v11.1.0/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.1.0/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.1.0/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.1.0/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.1.0/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.1.0/portable/GCC/MicroBlazeV9/
Dport_exceptions.c87 * structure. If the application chooses not to define a version of
213 * structure. If the application chooses not to define a version of in vPortExceptionHandler()

1234