Searched full:project (Results 1 – 25 of 41) sorted by relevance
12
| /Kernel-v11.0.1/portable/ThirdParty/GCC/RP2040/ |
| D | README.md | 5 …eRTOS-Kernel and also the individual allocator types, without copying code into the user's project. 14 You can copy [FreeRTOS_Kernel_import.cmake](FreeRTOS_Kernel_import.cmake) into your project, and 21 This will locate the FreeRTOS kernel if it is a direct sub-module of your project, or if you provid… 25 …d will cause FreeRTOS to be included/required in all RP2040 targets in your project. After this SDK
|
| D | CMakeLists.txt | 6 # Pull in PICO SDK (must be before project) 17 project(FreeRTOS-Kernel C CXX) 25 …# this FreeRTOS port to just be added as a sub-directory or include within another project, rather…
|
| D | FreeRTOS_Kernel_import.cmake | 3 # This can be dropped into an external project to help locate the FreeRTOS kernel 4 # It should be include()ed prior to project(). Alternatively this file may 40 …ge("Setting FREERTOS_KERNEL_PATH to '${FREERTOS_KERNEL_PATH}' found relative to enclosing project")
|
| D | pico_sdk_import.cmake | 7 # This can be dropped into an external project to help locate this SDK 8 # It should be include()ed prior to project()
|
| /Kernel-v11.0.1/portable/ThirdParty/GCC/ARM_TFM/ |
| D | README.md | 12 TF-M is an open source project. It provides a reference implementation of PSA 23 To build a project based on this port: 67 ### Integrate TF-M Non-Secure interface with FreeRTOS project 69 … the Non-Secure Side, the files below should be included in the FreeRTOS project and built togethe…
|
| /Kernel-v11.0.1/.github/ |
| D | CONTRIBUTING.md | 3 Thank you for your interest in contributing to our project. Whether it's a bug report, new feature,… 4 documentation, we welcome our community to be involved in this project. 9 This project has adopted the [Amazon Open Source Code of Conduct](https://aws.github.io/code-of-con… 15 If you discover a potential security issue in this project we ask that you notify AWS/Amazon Securi…
|
| D | SECURITY.md | 3 If you discover a potential security issue in this project we ask that you notify AWS/Amazon Securi…
|
| D | pull_request_process.md | 102 Pull requests older than 120 days or not in-line with scope of the project will be closed. Exceptio… 104 * Maintain a clean project
|
| /Kernel-v11.0.1/examples/template_configuration/ |
| D | readme.md | 5 Every FreeRTOS project requires FreeRTOSConfig.h located in their include path. In this folder you… 7 The FreeRTOSConfig.h in this folder is used in the minimal_freertos_example project provided and it…
|
| /Kernel-v11.0.1/.github/ISSUE_TEMPLATE/ |
| D | feature_request.md | 3 about: Suggest a new feature for this project 22 **What are your project timelines?**
|
| D | bug-report.md | 26 - Use project ... and configure with ...
|
| /Kernel-v11.0.1/ |
| D | README.md | 29 If you have any questions or need assistance troubleshooting your FreeRTOS project, 38 Add the following into your project's main or a subdirectory's `CMakeLists.txt`: 127 …te_configuration``` directory contains a sample `FreeRTOSConfig.h` to help jumpstart a new project.
|
| D | History.txt | 970 + Updated SAM4L Atmel Studio project to use Atmel Studio 7. 1054 + Added demo project for the new IA32/x86 port that targets the Galileo 1059 + Added Atmel Studio / GCC project for the SAMV71 (ARM Cortex-M7) 1271 + Updated the XMC4200 IAR project so it links with version 7.x of the IAR 1303 + New low power tickless demonstration project that targets the ST STM32L 1343 + Added a port layer and a demo project for the new PIC32MZ architecture. 1361 + Added a build configuration to the PIC32MX MPLAB X demo project that 1504 + Added FreeRTOS+FAT SL source code and demo project. The demo project 1595 + Updated the PIC32 MPLAB X project to manually set the compiler include 1716 project with PIC32MX360, PIC32MX460 and PIC32MX795 configurations, [all …]
|
| D | MISRA.md | 12 contains project wide deviations.
|
| /Kernel-v11.0.1/examples/cmake_example/ |
| D | main.c | 31 * that only delays if compiled with the template port, this project will do nothing. 64 printf( "Example FreeRTOS Project\n" ); in main()
|
| D | CMakeLists.txt | 3 project(example)
|
| /Kernel-v11.0.1/.github/workflows/ |
| D | coverity_scan.yml | 45 …/scan.coverity.com/download/linux64 --post-data "token=${COVERITY_TOKEN}&project=FreeRTOS-Kernel" … 84 https://scan.coverity.com/builds?project=FreeRTOS-Kernel)
|
| /Kernel-v11.0.1/include/ |
| D | CMakeLists.txt | 1 # FreeRTOS internal cmake file. Do not use it in user top-level project
|
| /Kernel-v11.0.1/portable/ThirdParty/GCC/Xtensa_ESP32/ |
| D | FreeRTOS-openocd.c | 6 * Add this file to your project, and, if you're using --gc-sections,
|
| /Kernel-v11.0.1/portable/GCC/MicroBlazeV8/ |
| D | portmacro.h | 239 * is itself part of the BSP project. For example, in the official demo 279 * file, which is itself part of the BSP project. For example, in the official 299 * file, which is itself part of the BSP project. For example, in the official
|
| /Kernel-v11.0.1/portable/GCC/MicroBlazeV9/ |
| D | portmacro.h | 244 * is itself part of the BSP project. For example, in the official demo 284 * file, which is itself part of the BSP project. For example, in the official 304 * file, which is itself part of the BSP project. For example, in the official
|
| /Kernel-v11.0.1/examples/coverity/ |
| D | CMakeLists.txt | 3 project(coverity)
|
| D | README.md | 2 FreeRTOS-Kernel is MISRA C:2012 compliant. This directory contains a project to
|
| /Kernel-v11.0.1/portable/ARMv8M/ |
| D | copy_files.py | 39 # Files to be compiled in the Secure Project 64 # Files to be compiled in the Non-Secure Project
|
| /Kernel-v11.0.1/portable/MPLAB/PIC24_dsPIC/ |
| D | port.c | 48 /* Defined for backward compatability with project created prior to
|
12