Searched full:version (Results 1 – 25 of 85) sorted by relevance
1234
/Kernel-v10.6.2/.github/workflows/ |
HD | auto-release.yml | 11 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…
|
HD | kernel-demos.yml | 55 gcc --version 56 make --version
|
HD | kernel-checks.yml | 14 python-version: 3.7.10
|
HD | unit-tests.yml | 25 python-version: 3.8
|
/Kernel-v10.6.2/.github/scripts/ |
HD | 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-v10.6.2/portable/ThirdParty/GCC/RP2040/ |
HD | README.md | 9 Note that a FreeRTOS SMP version of this port is also available in the FreeRTOS-Kernel smp branch, … 23 **NOTE:** If you are using version 1.3.1 or older of the Raspberry Pi Pico SDK then this line must … 25 version, you can include the FreeRTOS-Kernel support later in your CMake build (possibly in a subdi… 29 the same placement restrictions related to the Raspberry Pi Pico SDK version above):
|
HD | CMakeLists.txt | 1 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-v10.6.2/.github/ISSUE_TEMPLATE/ |
HD | bug-report.md | 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] 23 - Version: [e.g. Mojave 10.14.6]
|
HD | documentation-issue.md | 21 - Version: [e.g. 80.0.3987.132]
|
/Kernel-v10.6.2/ |
HD | History.txt | 6 introduced in version 10.6.0: 141 + Updated the kernel version in manifest and SBOM 266 + Update the RL78 IAR port to the latest version of IAR which uses the 284 + Update the uncrustify config file to match the version of the uncrustify 285 used in the CI Action. Also, pin the version of uncrustify in CI. Contributed 612 + Update various Xilinx demos to use 2018.1 version of the SDK tools. 712 + Updated trace recorder files to the latest version. 800 + Update Xilinx SDK projects to use the 2016.1 version of the SDK. 803 + Update the MSP432 libraries to the latest version. 941 + Introduce xTaskNotifyAndQueryFromISR() as the interrupt safe version of [all …]
|
HD | README.md | 19 - Define the source and version/tag you want to use: 24 GIT_TAG main #Note: Best practice to use specific git-hash or tagged version
|
HD | manifest.yml | 2 version: "v10.6.2"
|
/Kernel-v10.6.2/portable/GCC/MCF5235/ |
HD | readme.md | 1 The MCF5235 port is deprecated. The last FreeRTOS version that includes this port is 10.4.3.
|
/Kernel-v10.6.2/portable/MPLAB/PIC32MX/ |
HD | port.c | 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.
|
/Kernel-v10.6.2/include/ |
HD | message_buffer.h | 98 * 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
|
HD | stream_buffer.h | 89 * 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
|
HD | mpu_wrappers.h | 44 * version, which wraps the non-MPU version with privilege promoting
|
/Kernel-v10.6.2/portable/MPLAB/PIC32MZ/ |
HD | port.c | 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.
|
/Kernel-v10.6.2/portable/MPLAB/PIC32MEC14xx/ |
HD | port.c | 42 … 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-v10.6.2/portable/ThirdParty/XCC/Xtensa/ |
HD | readme_xtensa.txt | 4 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
|
HD | portbenchmark.h | 34 * portbenchmark.c and the complete version of portbenchmark.h
|
HD | porttrace.h | 35 * FreeRTOS_trace patch that contains porttrace.c and the complete version
|
/Kernel-v10.6.2/portable/GCC/MicroBlazeV8/ |
HD | port_exceptions.c | 88 structure. If the application chooses not to define a version of 216 structure. If the application chooses not to define a version of in vPortExceptionHandler()
|
/Kernel-v10.6.2/portable/GCC/MicroBlazeV9/ |
HD | port_exceptions.c | 88 structure. If the application chooses not to define a version of 216 structure. If the application chooses not to define a version of in vPortExceptionHandler()
|
/Kernel-v10.6.2/portable/ThirdParty/GCC/Xtensa_ESP32/include/ |
HD | portbenchmark.h | 35 * portbenchmark.c and the complete version of portbenchmark.h
|
1234