Home
last modified time | relevance | path

Searched refs:target (Results 1 – 22 of 22) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/cmock/
Dcreate_test.cmake58 # Run the C preprocessor on target files.
88 # @param mock_name: name of the target name
91 # @param mock_include_list include list for the target
144 function(create_real_library target
148 add_library(${target} STATIC
151 target_include_directories(${target} PUBLIC
154 set_target_properties(${target} PROPERTIES
163 add_dependencies(${target} ${mock_name})
164 target_link_libraries(${target}
/FreeRTOS-Plus-TCP-v4.0.0/test/build-combination/
DREADME.md13 cmake --build build --target freertos_plus_tcp_build_test
19 cmake --build build --target freertos_plus_tcp_build_test
25 cmake --build build --target freertos_plus_tcp_build_test
DCMakeLists.txt52 # Check Config target is available. And then do nothing.
54 …ATAL_ERROR "FREERTOS_PLUS_TCP_TEST_CONFIGURATION = CUSTOM, but no freertos_config target defined.")
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/proofs/ARP/ARPGenerateRequestPacket/
DREADME.md1 Given that the pointer target of xNetworkDescriptor.pucEthernetBuffer is allocated
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/esp32/
DCMakeLists.txt6 … message(FATAL_ERROR "For FREERTOS_PLUS_TCP_NETWORK_IF=ESP32 must have a target for the esp32_lib")
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/LPC17xx/
DCMakeLists.txt6 …message(FATAL_ERROR "For FREERTOS_PLUS_TCP_NETWORK_IF=LPC17xx must have a target for the lpc17xx_d…
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/LPC18xx/
DCMakeLists.txt6 …message(FATAL_ERROR "For FREERTOS_PLUS_TCP_NETWORK_IF=LPC18xx must have a target for the lpc18xx_d…
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/LPC54018/
DCMakeLists.txt6 …message(FATAL_ERROR "For FREERTOS_PLUS_TCP_NETWORK_IF=LPC54018 must have a target for the fsl_enet…
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/libslirp/
DCMakeLists.txt6 … message(FATAL_ERROR "For FREERTOS_PLUS_TCP_NETWORK_IF=LIBSLIRP must have a target for the slirp")
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/proofs/
Dmake_common_makefile.py193 target = """
212 _makefile.write(target)
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/xilinx_ultrascale/
Duncached_memory.c90 #error Please define the specific target Zynq Ultrascale+ architecture
DCMakeLists.txt6 …message(FATAL_ERROR "For FREERTOS_PLUS_TCP_NETWORK_IF=XILINX_ULTRASCALE must have a target for the…
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/Zynq/
DCMakeLists.txt6 message(FATAL_ERROR "For FREERTOS_PLUS_TCP_NETWORK_IF=ZYNQ must have a target for the xil_bsp")
/FreeRTOS-Plus-TCP-v4.0.0/tools/tcp_utilities/
Dplus_tcp_demo_cli.c681 for( char * target = ptr; *target; target++ ) in handle_dnsq() local
683 if( isspace( *target ) ) in handle_dnsq()
685 *target = '\0'; in handle_dnsq()
/FreeRTOS-Plus-TCP-v4.0.0/test/Coverity/
DCMakeLists.txt55 # Link the include directories with the target
DREADME.md17 To compile and run the Coverity target successfully, you must have the following:
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/
DREADME.md38 cmake --build ~/build/freertos --target all-proofs
49 --build-target cbmc \
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/patches/
Dcompute_patch.py111 """.format(target=match.group(1), original=full_def))
/FreeRTOS-Plus-TCP-v4.0.0/
DCMakeLists.txt119 " Please specify the custom network interface target with all necessary files.\n"
140 # There is also the need to add a target - typically an interface library that describes the
DMISRA.md107 warning: cast increases required alignment of target type [-Wcast-align].
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/
DCMakeLists.txt320 # Add a target for running coverage on tests.
/FreeRTOS-Plus-TCP-v4.0.0/docs/doxygen/
Dconfig.doxyfile2458 # and usage relations if the target is undocumented or is not a class.