/NetX-Duo-v6.3.0/addons/azure_iot/azure_iot_security_module/iot-security-module-core/cmake-modules/ |
D | asc_security_coreBuild.cmake | 2 message(STATUS "Building target ${TARGET_NAME} as 32 bit") 16 function(setTargetCompileOptions target) 17 message(STATUS "setTargetCompileOptions for target ${target}") 23 target_compile_options(${target} PRIVATE 41 target_compile_options(${target} 58 … message(STATUS "Using '-Wpedantic' flag for compilation as warning only for target ${target}") 59 target_compile_options(${target} PRIVATE "-Wpedantic" "-Wshadow") 61 target_compile_options(${target} PRIVATE "-Wno-error=overlength-strings") 71 function(compileTargetAsC99 target) 74 set_target_properties(${target} PROPERTIES COMPILE_FLAGS "${COMPILE_FLAGS} --std=c99") [all …]
|
D | asc_security_coreCodeCoverage.cmake | 105 # 5. Use the functions described below to create a custom make target which 165 # Defines a target for running and collection code coverage information 171 # NAME testrunner_coverage # New target name 218 # Setup target 267 # Defines a target for running and collection code coverage information 273 # NAME ctest_coverage # New target name 339 # Defines a target for running and collection code coverage information 345 # NAME ctest_coverage # New target name
|
D | asc_security_core_build_rules.cmake | 43 message(STATUS "target architecture: ${ARCHITECTURE}") 78 message(FATAL_ERROR "No sources provided for target ${_TARGET_NAME}")
|
D | CMockaConfig.cmake | 23 message(FATAL_ERROR "No sources provided for target ${_TARGET_NAME}")
|
/NetX-Duo-v6.3.0/nx_secure/src/ |
D | nx_secure_x509_pkcs1_rsa_private_key_parse.c | 28 const UCHAR **target, USHORT *target_length); 353 const UCHAR **target, USHORT *target_length) in _nx_secure_asn1_parse_unsigned_integer() argument 373 *target = &data[offset]; in _nx_secure_asn1_parse_unsigned_integer()
|
/NetX-Duo-v6.3.0/cmake/ |
D | cortex_m0.cmake | 1 # Name of the target
|
D | cortex_m3.cmake | 1 # Name of the target
|
D | cortex_m4.cmake | 1 # Name of the target
|
D | cortex_m7.cmake | 1 # Name of the target
|
D | utilities.cmake | 11 # Add this target into the temp
|
/NetX-Duo-v6.3.0/ |
D | CMakeLists.txt | 19 # Define our target library and an alias for consumers 76 # Enable a build target that produces a ZIP file of all sources
|
/NetX-Duo-v6.3.0/addons/azure_iot/azure_iot_security_module/iot-security-module-core/configs/ |
D | functions.cmake | 70 # configure target dist 76 # create asc_config.h.in.tmp for target dist
|
/NetX-Duo-v6.3.0/.github/ISSUE_TEMPLATE/ |
D | bug_report.md | 15 - What target device are you using?
|
/NetX-Duo-v6.3.0/addons/azure_iot/azure_iot_security_module/ |
D | CMakeLists.txt | 57 # Define our target library and an alias for consumers
|
/NetX-Duo-v6.3.0/addons/http/ |
D | nxd_http_server.c | 7715 UINT _nx_http_server_match_string(UCHAR *src_start, UCHAR *src_end, UCHAR *target, ULONG target_le… in _nx_http_server_match_string() argument 7730 if(memcmp(target, target + (*match_count - pre_match), pre_match) == 0) in _nx_http_server_match_string() 7740 if(memcmp(target + pre_match, src_start, remain_match) == 0) in _nx_http_server_match_string() 7768 if(memcmp(ch, target, *match_count) == 0) in _nx_http_server_match_string() 7784 if(memcmp(ch, target, *match_count) == 0) in _nx_http_server_match_string()
|
D | nxd_http_server.h | 635 UINT _nx_http_server_match_string(UCHAR *src_start, UCHAR *src_end, UCHAR *target, ULONG tar…
|
/NetX-Duo-v6.3.0/addons/web/ |
D | nx_web_http_server.c | 8260 UINT _nx_web_http_server_match_string(UCHAR *src_start, UCHAR *src_end, UCHAR *target, ULONG targe… in _nx_web_http_server_match_string() argument 8275 if(memcmp(target, target + (*match_count - pre_match), pre_match) == 0) in _nx_web_http_server_match_string() 8285 if(memcmp(target + pre_match, src_start, remain_match) == 0) in _nx_web_http_server_match_string() 8313 if(memcmp(ch, target, *match_count) == 0) in _nx_web_http_server_match_string() 8329 if(memcmp(ch, target, *match_count) == 0) in _nx_web_http_server_match_string()
|
D | nx_web_http_server.h | 636 UINT _nx_web_http_server_match_string(UCHAR *src_start, UCHAR *src_end, UCHAR *target, ULONG…
|
/NetX-Duo-v6.3.0/addons/mdns/ |
D | nxd_mdns.c | 101 …ONG ttl, UCHAR set, USHORT priority, USHORT weights, USHORT port, UCHAR *target, NX_MDNS_RR **inse… 5254 … USHORT weights, USHORT port, UCHAR *target, NX_MDNS_RR **insert_rr, UINT interface_index) in _nx_mdns_rr_srv_add() argument 5262 if (_nx_utility_string_length_check((CHAR *)target, &target_length, NX_MDNS_NAME_MAX)) in _nx_mdns_rr_srv_add() 5283 status = _nx_mdns_cache_add_string(mdns_ptr, NX_MDNS_CACHE_TYPE_LOCAL, target, target_length, in _nx_mdns_rr_srv_add()
|