Home
last modified time | relevance | path

Searched full:build (Results 1 – 25 of 72) sorted by relevance

123

/Kernel-v11.1.0/.github/workflows/
Dkernel-demos.yml33 - name: Build WIN32-MSVC Demo
37 - name: Build WIN32-MSVC-Static-Allocation-Only Demo
59 - name: Build WIN32-MingW Demo
95 sudo apt-get -y install build-essential
97 - name: Build Posix_GCC Demo
102 - name: Build Posix_GCC Demo for Coverage Test
119 sudo apt-get -y install build-essential
121 - name: Build CMake Example Demo
125 cmake -S . -B build
126 cmake --build build
[all …]
Dcoverity_scan.yml25 stepName: Install Build Essentials
32 sudo apt-get -y install build-essential
38 stepName: Install Coverity Build
52 stepName: Coverity Build
61 cmake -S ./examples/cmake_example/ -B build
62 cd build
63 cov-build --dir cov-int make -j
64 # Move the report out of the build directory
88 …o "${COV_SCAN_UPLOAD_STATUS}" | grep -q -e 'Build successfully submitted' || echo >&2 "Error submi…
91 stepName: Coverity Build for SMP FreeRTOS
[all …]
Dunit-tests.yml29 sudo apt-get install lcov cflow ruby doxygen build-essential unifdef
38 …TOS/Test/CMock/lcovrc --summary FreeRTOS/Test/CMock/build/cmock_test.info > FreeRTOS/Test/CMock/bu…
42 files: ${{ github.workspace }}/FreeRTOS/Test/CMock/build/cmock_test.info
51 path: FreeRTOS/Test/CMock/build/cmock_test*
56 path: FreeRTOS/Test/CMock/build/coverage
/Kernel-v11.1.0/portable/ThirdParty/GCC/ARM_TFM/
DREADME.md24 To build a project based on this port:
25 * Step 1: build the secure image. Please follow the **Build the Secure Side** section for details.
26 * Step 2: build the nonsecure image. Please follow the **Build the Non-Secure Side** for details.
28 ## Build the Secure Side
34 ### Build TF-M
36 …ink](https://trustedfirmware-m.readthedocs.io/en/latest/getting_started/) to build the secure side.
39 ## Build the Non-Secure Side
70 * files in `trusted-firmware-m/build/api_ns/interface/src`
72 * files in `trusted-firmware-m/build/api_ns/interface/include`
74 * `trusted-firmware-m/build/api_ns/interface/lib/s_veneers.o`
/Kernel-v11.1.0/examples/coverity/
DREADME.md36 2. Create the build files using CMake in a `build` directory:
40 cmake -B build -S examples/coverity
45 cmake -B build -S examples/coverity -DFREERTOS_SMP_EXAMPLE=1
47 3. Build the (pseudo) application:
49 cd build/
50 cov-build --emit-complementary-info --dir cov-out make coverity
DCMakeLists.txt27 message(STATUS "Build FreeRTOS SMP example")
28 # Adding the following configurations to build SMP template port
/Kernel-v11.1.0/portable/ThirdParty/XCC/Xtensa/
Dreadme_xtensa.txt26 NOTE: It may be possible to build and run this with the open-source
74 to build the port. You can also download the official release of FreeRTOS
116 To build the FreeRTOS library and the example programs, go into the
118 "make all" will build all the examples. There is another makefile in
122 By default, you will build for the Xtensa instruction set simulator. If
123 you have a supported emulation board, you can build to run on that. You
124 can also build to run on a raw Xtensa core with no board support, a
135 The build for each Xtensa configuration and target platform is placed in
137 incremental rebuilds. You may specify the root of the build area (if tou
154 Now build the FreeRTOS RTOS as a library (libfreertos.a) as follows:
[all …]
DMakefile1 ### Makefile to build the FreeRTOS library ###
3 # Build target (options: sim, board)
20 # Source code and build locations
24 BLDROOT = $(TSTROOT)$(S)build
50 # Build options
/Kernel-v11.1.0/examples/template_configuration/
DFreeRTOSConfig.h36 * before this file will build.
214 * build. Set to 0 to exclude software timer functionality from the build. The
215 * FreeRTOS/source/timers.c source file must be included in the build if
244 * build. Set to 0 to exclude event group functionality from the build. The
245 * FreeRTOS/source/event_groups.c source file must be included in the build if
255 * the build. Set to 0 to exclude event group functionality from the build. The
256 * FreeRTOS/source/stream_buffer.c source file must be included in the build if
267 * memory in the build. Set to 0 to exclude the ability to create statically
268 * allocated objects from the build. Defaults to 0 if left undefined. See
274 * memory in the build. Set to 0 to exclude the ability to create dynamically
[all …]
/Kernel-v11.1.0/.github/
DCODEOWNERS20 # In this example, @doctocat owns any files in the build/logs
23 # /build/logs/ @doctocat
27 # `docs/build-app/troubleshooting.md`.
/Kernel-v11.1.0/examples/cmake_example/
DCMakeLists.txt15 message(STATUS "Build FreeRTOS SMP example")
16 # Adding the following configurations to build SMP template port
61 # Suppressions required to build clean with clang.
/Kernel-v11.1.0/
DHistory.txt133 + Add CMake support to allow the application writer to build an application
295 + Fix build warning in MSP430X port when large data model is used.
297 + Fix build warning in heap implementations on PIC24/dsPIC.
303 + Fix build issue in POSIX GCC port on Windows Subsystem for Linux (WSL). Contributed
383 + Add support to build and link FreeRTOS using CMake build system. Contributed
526 + Correct a build error in the POSIX port.
685 non secure side build.
687 automated build environments.
842 + Updated GCC TriCore port to build with later compiler versions.
1196 This header file must be present to build. Note some of the obsolete
[all …]
/Kernel-v11.1.0/portable/MikroC/ARM_CM4F/
Dportmacro.h49 * are to be included in the build. NOTE: Omitting these lines will result in a
132 * (which build with all the ports) will build. */
/Kernel-v11.1.0/portable/ARMClang/
DUse-the-GCC-ports.txt2 To use the ARMClang compiler build the port files from FreeRTOS/Source/portable/GCC.
/Kernel-v11.1.0/portable/ThirdParty/GCC/ATmega/
Dreadme.md9 This initial commit contains the information required to build with System Tick being generated by …
18 To build generic Microchip (AVR) ATmega support the similarities across the family must be consider…
/Kernel-v11.1.0/portable/IAR/RISC-V/
Dportmacro.h149 * files (which build with all the ports) will build. */
/Kernel-v11.1.0/portable/CCS/ARM_CM4F/
Dportmacro.h162 * (which build with all the ports) will build. */
/Kernel-v11.1.0/portable/CCS/ARM_CM3/
Dportmacro.h168 * (which build with all the ports) will build. */
/Kernel-v11.1.0/portable/GCC/RISC-V/
Dportmacro.h162 * files (which build with all the ports) will build. */
/Kernel-v11.1.0/portable/ThirdParty/xClang/XCOREAI/
Dportmacro.h199 * (which build with all the ports) will build. */
/Kernel-v11.1.0/portable/IAR/ARM_CM4F/
Dportmacro.h170 * (which build with all the ports) will build. */
/Kernel-v11.1.0/portable/IAR/ARM_CM7/r0p1/
Dportmacro.h173 * (which build with all the ports) will build. */
/Kernel-v11.1.0/portable/IAR/ARM_CM3/
Dportmacro.h171 * (which build with all the ports) will build. */
/Kernel-v11.1.0/portable/GCC/ARM_CM7/r0p1/
Dportmacro.h128 * (which build with all the ports) will build. */
/Kernel-v11.1.0/portable/GCC/ARM_CM4F/
Dportmacro.h131 * (which build with all the ports) will build. */

123