Home
last modified time | relevance | path

Searched full:project (Results 1 – 25 of 42) sorted by relevance

12

/Kernel-v11.1.0/portable/ThirdParty/GCC/RP2040/
DREADME.md5 …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
DCMakeLists.txt6 # 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…
DFreeRTOS_Kernel_import.cmake3 # 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")
Dpico_sdk_import.cmake7 # This can be dropped into an external project to help locate this SDK
8 # It should be include()ed prior to project()
/Kernel-v11.1.0/examples/
DREADME.md5 This directory aims to further facilitate the beginners in building their first FreeRTOS project.
10 * The [cmake_example](./cmake_example) directory contains a minimal FreeRTOS example project, which…
11 * The [coverity](./coverity) directory contains a project to run [Synopsys Coverity](https://www.sy…
/Kernel-v11.1.0/portable/ThirdParty/GCC/ARM_TFM/
DREADME.md12 TF-M is an open source project. It provides a reference implementation of PSA
24 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.1.0/.github/
DCONTRIBUTING.md3 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…
DSECURITY.md3 If you discover a potential security issue in this project we ask that you notify AWS/Amazon Securi…
Dpull_request_process.md102 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.1.0/examples/template_configuration/
Dreadme.md5 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.1.0/.github/ISSUE_TEMPLATE/
Dfeature_request.md3 about: Suggest a new feature for this project
22 **What are your project timelines?**
Dbug-report.md26 - Use project ... and configure with ...
/Kernel-v11.1.0/.github/workflows/
Dcoverity_scan.yml45 …/scan.coverity.com/download/linux64 --post-data "token=${COVERITY_TOKEN}&project=FreeRTOS-Kernel" …
84 https://scan.coverity.com/builds?project=FreeRTOS-Kernel)
123 https://scan.coverity.com/builds?project=FreeRTOS-Kernel)
/Kernel-v11.1.0/
DREADME.md29 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.
DHistory.txt1047 + Updated SAM4L Atmel Studio project to use Atmel Studio 7.
1131 + Added demo project for the new IA32/x86 port that targets the Galileo
1136 + Added Atmel Studio / GCC project for the SAMV71 (ARM Cortex-M7)
1348 + Updated the XMC4200 IAR project so it links with version 7.x of the IAR
1380 + New low power tickless demonstration project that targets the ST STM32L
1420 + Added a port layer and a demo project for the new PIC32MZ architecture.
1438 + Added a build configuration to the PIC32MX MPLAB X demo project that
1581 + Added FreeRTOS+FAT SL source code and demo project. The demo project
1672 + Updated the PIC32 MPLAB X project to manually set the compiler include
1793 project with PIC32MX360, PIC32MX460 and PIC32MX795 configurations,
[all …]
DMISRA.md12 contains project wide deviations.
/Kernel-v11.1.0/examples/cmake_example/
Dmain.c31 * that only delays if compiled with the template port, this project will do nothing.
70 ( void ) printf( "Example FreeRTOS Project\n" ); in main()
DCMakeLists.txt2 project(example)
/Kernel-v11.1.0/include/
DCMakeLists.txt1 # FreeRTOS internal cmake file. Do not use it in user top-level project
/Kernel-v11.1.0/portable/ThirdParty/GCC/Xtensa_ESP32/
DFreeRTOS-openocd.c6 * Add this file to your project, and, if you're using --gc-sections,
/Kernel-v11.1.0/portable/GCC/MicroBlazeV8/
Dportmacro.h239 * 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.1.0/portable/GCC/MicroBlazeV9/
Dportmacro.h254 * is itself part of the BSP project. For example, in the official demo
294 * file, which is itself part of the BSP project. For example, in the official
314 * file, which is itself part of the BSP project. For example, in the official
/Kernel-v11.1.0/portable/ARMv8M/
Dcopy_files.py39 # Files to be compiled in the Secure Project
64 # Files to be compiled in the Non-Secure Project
/Kernel-v11.1.0/examples/coverity/
DCMakeLists.txt3 project(coverity)
DREADME.md2 FreeRTOS-Kernel is MISRA C:2012 compliant. This directory contains a project to

12