Home
last modified time | relevance | path

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

123

/Kernel-v11.0.1/.github/workflows/
Dkernel-demos.yml26 - name: Build WIN32-MSVC Demo
30 - name: Build WIN32-MSVC-Static-Allocation-Only Demo
52 - name: Build WIN32-MingW Demo
81 sudo apt-get -y install build-essential
83 - name: Build Posix_GCC Demo
88 - name: Build Posix_GCC Demo for Coverage Test
105 sudo apt-get -y install build-essential
107 - name: Build CMake Example Demo
111 cmake -S . -B build
112 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…
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.0.1/portable/ThirdParty/GCC/ARM_TFM/
DREADME.md23 To build a project based on this port:
24 * Step 1: build the secure image. Please follow the **Build the Secure Side** section for details.
25 * Step 2: build the nonsecure image. Please follow the **Build the Non-Secure Side** for details.
27 ## Build the Secure Side
33 ### Build TF-M
35 …i.com/nRF_Connect_SDK/doc/latest/tfm/building/tfm_build_instruction.html) to build the secure side.
38 ## Build the Non-Secure Side
70 * files in ```trusted-firmware-m\build\install\interface\src```
72 * files in ```trusted-firmware-m\build\install\interface\include```
74 * ```trusted-firmware-m\build\install\interface\lib\s_veneers.o```
/Kernel-v11.0.1/examples/coverity/
DREADME.md36 2. Create the build files using CMake in a `build` directory:
38 cmake -B build -S examples/coverity
40 3. Build the (pseudo) application:
42 cd build/
43 cov-build --emit-complementary-info --dir cov-out make
/Kernel-v11.0.1/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.0.1/.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.0.1/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
245 * memory in the build. Set to 0 to exclude the ability to create statically
246 * allocated objects from the build. Defaults to 0 if left undefined. See
252 * memory in the build. Set to 0 to exclude the ability to create dynamically
253 * allocated objects from the build. Defaults to 1 if left undefined. See
258 * or heap_4.c are included in the build. This value is defaulted to 4096 bytes but
309 * functionality in the build. Set to 0 to exclude the hook functionality from the
310 * build. The application writer is responsible for providing the hook function
[all …]
/Kernel-v11.0.1/examples/cmake_example/
DCMakeLists.txt16 message(STATUS "Build FreeRTOS SMP example")
17 # Adding the following configurations to build SMP template port
62 # Suppressions required to build clean with clang.
/Kernel-v11.0.1/
DHistory.txt56 + Add CMake support to allow the application writer to build an application
218 + Fix build warning in MSP430X port when large data model is used.
220 + Fix build warning in heap implementations on PIC24/dsPIC.
226 + Fix build issue in POSIX GCC port on Windows Subsystem for Linux (WSL). Contributed
306 + Add support to build and link FreeRTOS using CMake build system. Contributed
449 + Correct a build error in the POSIX port.
608 non secure side build.
610 automated build environments.
765 + Updated GCC TriCore port to build with later compiler versions.
1119 This header file must be present to build. Note some of the obsolete
[all …]
/Kernel-v11.0.1/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.0.1/portable/ARMClang/
DUse-the-GCC-ports.txt2 To use the ARMClang compiler build the port files from FreeRTOS/Source/portable/GCC.
/Kernel-v11.0.1/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.0.1/portable/IAR/RISC-V/
Dportmacro.h152 * files (which build with all the ports) will build. */
/Kernel-v11.0.1/portable/CCS/ARM_CM4F/
Dportmacro.h162 * (which build with all the ports) will build. */
/Kernel-v11.0.1/portable/CCS/ARM_CM3/
Dportmacro.h168 * (which build with all the ports) will build. */
/Kernel-v11.0.1/portable/ThirdParty/xClang/XCOREAI/
Dportmacro.h202 * (which build with all the ports) will build. */
/Kernel-v11.0.1/portable/IAR/ARM_CM4F/
Dportmacro.h170 * (which build with all the ports) will build. */
/Kernel-v11.0.1/portable/IAR/ARM_CM7/r0p1/
Dportmacro.h173 * (which build with all the ports) will build. */
/Kernel-v11.0.1/portable/IAR/ARM_CM3/
Dportmacro.h171 * (which build with all the ports) will build. */
/Kernel-v11.0.1/portable/GCC/RISC-V/
Dportmacro.h165 * files (which build with all the ports) will build. */
/Kernel-v11.0.1/portable/GCC/ARM_CM7/r0p1/
Dportmacro.h128 * (which build with all the ports) will build. */
/Kernel-v11.0.1/portable/GCC/ARM_CM4F/
Dportmacro.h131 * (which build with all the ports) will build. */
/Kernel-v11.0.1/portable/ThirdParty/GCC/RP2040/
DREADME.md26 version, you can include the FreeRTOS-Kernel support later in your CMake build (possibly in a subdi…

123