Home
last modified time | relevance | path

Searched refs:build (Results 1 – 18 of 18) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/test/build-combination/
DREADME.md12 cmake -S . -B build -DFREERTOS_PLUS_TCP_TEST_CONFIGURATION=ENABLE_ALL
13 cmake --build build --target freertos_plus_tcp_build_test
18 cmake -S . -B build -DFREERTOS_PLUS_TCP_TEST_CONFIGURATION=DISABLE_ALL
19 cmake --build build --target freertos_plus_tcp_build_test
24 cmake -S . -B build -DFREERTOS_PLUS_TCP_TEST_CONFIGURATION=DEFAULT_CONF
25 cmake --build build --target freertos_plus_tcp_build_test
34 cmake -S . -B build -DFREERTOS_PLUS_TCP_TEST_CONFIGURATION=ENABLE_ALL -DCMAKE_GENERATOR_PLATFORM=Wi…
36 Open the generated Visual Studio Solution file `test\build-combination\build\FreeRTOS-Plus-TCP Buil…
41 cmake -S . -B build -DFREERTOS_PLUS_TCP_TEST_CONFIGURATION=ENABLE_ALL -DCMAKE_GENERATOR_PLATFORM=Wi…
43 Open the generated Visual Studio Solution file `test\build-combination\build\FreeRTOS-Plus-TCP Buil…
[all …]
DCMakeLists.txt77 # Common build combination test.
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/
DREADME.md20 and CTest. Others use a custom python-based build system. New proofs
21 should use CMake. This README describes how to build and run both kinds
25 CMake-based build
31 `~/src/freertos` and you wish to build the proofs into
32 `~/build/freertos`. The following three commands build and run
36 cmake -S~/src/freertos -B~/build/freertos -DCOMPILER=cbmc
38 cmake --build ~/build/freertos --target all-proofs
39 cd ~/build/freertos && ctest -L cbmc
43 have the Ninja build tool installed:
46 ctest --build-and-test \
[all …]
/FreeRTOS-Plus-TCP-v4.0.0/test/Coverity/
DCMakeLists.txt17 # Do not allow in-source build.
19 …sage( FATAL_ERROR "In-source build is not allowed. Please build in a separate directory, such as $…
32 message( STATUS "FreeRTOS-Kernel is required for this build. Submoduling it..." )
DREADME.md5 …ttps://github.com/FreeRTOS/FreeRTOS-Plus-TCP/tree/main/test/Coverity/ConfigFiles) required to build
27 ### To build and run coverity:
33 2. Create the build files using CMake in a `build` directory
35 cmake -B build -S test/Coverity
37 3. Go to the build directory and copy the coverity configuration file
39 cd build/
44 cov-build --emit-complementary-info --dir cov-out make
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/proofs/
Dprepare.py84 def build(): function
115 build()
/FreeRTOS-Plus-TCP-v4.0.0/.github/
DCODEOWNERS20 # In this example, @doctocat owns any files in the build/logs
23 # /build/logs/ @doctocat
27 # `docs/build-app/troubleshooting.md`.
/FreeRTOS-Plus-TCP-v4.0.0/test/
DCMakeLists.txt1 add_subdirectory(build-combination)
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/
DCMakeLists.txt16 # Do not allow in-source build.
18 …sage( FATAL_ERROR "In-source build is not allowed. Please build in a separate directory, such as $…
33 message( STATUS "FreeRTOS-Kernel is required for this build. Submoduling it..." )
236 # Include CMock build configuration.
246 …clone it manually, or set BUILD_CLONE_SUBMODULES to 'ON' to automatically clone it during build." )
254 # Add build targets for CMock and Unit, required for unit testing.
260 # Include unit-test build configuration
DREADME.md42 BUILD_DIR="${UNIT_TEST_DIR}/build/"
44 # Create the build directory using CMake:
78 Reading tracefile test/unit-test/build/coverage.info
Dcmock_build.cmake15 # Macro utility to add library targets for Unity and CMock to build configuration.
DTCPFilePaths.cmake3 # in their Cmake based build system by including this file.
/FreeRTOS-Plus-TCP-v4.0.0/
DCMakeLists.txt16 # Do not allow in-source build.
18 …sage( FATAL_ERROR "In-source build is not allowed. Please build in a separate directory, such as $…
143 # If not defined will be default compile with one of the test build combinations AllEnable.
146 # This is only used when freertos_config is not defined, otherwise the build test will be performed
205 # Suppressions required to build clean with clang.
DREADME.md25 …cs.aws.amazon.com/freertos/latest/userguide/getting_started_xilinx.html) to build and run the demo.
59 - this particular example supports a native and cross-compiled build option.
102 …om/FreeRTOS/FreeRTOS-Kernel)/[Litani-port](https://github.com/awslabs/aws-build-accumulator)) the …
DHistory.txt10 …+ Build separation feature introduced to achieve low memory footprint. Supported build combination…
17 …+ Support added in FreeRTOS-plus-TCP git repository CI tool to validate various build configuratio…
28 3. Code size details for various build configurations
52 …+ Introduced build separation feature to achieve low memory footprint. Supported build combination…
DGettingStarted.md4 …ary with only the required functionalities. For more details on supported build combinations, see …
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/windows/
DREADME.md2 * Windows.h and WinBase.h are include files used to build FreeRTOS (the parts we currently test) on…
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/cmock/
Dcreate_test.cmake87 # places the generated source file in the build directory