Home
last modified time | relevance | path

Searched full:description (Results 1 – 25 of 38) sorted by relevance

12

/FreeRTOS-Plus-TCP-v4.0.0/.github/ISSUE_TEMPLATE/
Dfeature-request.md11 A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
14 A clear and concise description of what you want to happen.
17 A clear and concise description of any alternative solutions or features you've considered.
Dbug_report.md13 A concise description of what the bug is. If possible, that is the code is not proprietary, please …
30 A concise description of what you expected to happen.
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/proofs/
Drun-cbmc-proofs.py26 DESCRIPTION = "Configure and run all CBMC proofs in parallel" variable
62 description=DESCRIPTION, epilog=EPILOG,
184 "--description", ("%s: building goto-binary" % proof_name),
201 "--description", ("%s: running safety checks" % proof_name),
213 "--description", ("%s: printing properties" % proof_name),
226 "--description", ("%s: computing coverage" % proof_name),
238 "--description", ("%s: checking CBMC result" % proof_name),
251 "--description", ("%s: generating report" % proof_name),
Dmake_type_header_files.py148 description="Dump a C file's types and macros to a separate file")
Dninja.py27 description='Generate ninja build file for cbmc proofs.',
/FreeRTOS-Plus-TCP-v4.0.0/.github/workflows/
Drelease-candidate.yml7 description: 'Commit ID to tag'
10 description: 'Release Version Number (Eg, v1.0.0-rc1)'
Drelease.yml7 description: 'Commit ID to tag and create a release for'
10 description: 'Release Version Number (Eg, v1.0.0)'
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/proofs/lib/
Dsummarize.py11 DESCRIPTION = """Print 2 tables in GitHub-flavored Markdown that summarize variable
17 parser = argparse.ArgumentParser(description=DESCRIPTION)
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/RX/
Dether_callback.c23 * Description : This module solves all the world's problems
27 * History : DD.MM.YYYY Version Description
58 * Description : Regist of callback function
94 * Description : Sample of the callback function
131 * Description :
148 * Description :
166 * Description :
DNetworkInterface.c23 * Description : Interfaces FreeRTOS TCP/IP stack to RX Ethernet driver.
27 * History : DD.MM.YYYY Version Description
158 * Description : Initialization of Ethernet driver.
206 * Description : Simple network output interface.
255 * Description : The deferred interrupt handler is a standard RTOS task.
427 * Description : .
457 …* Description : Function will be called when the Link Status of the phy has changed ( see ether_c…
472 * Description :
533 * Description :
577 * Description : Standard frame received interrupt handler
/FreeRTOS-Plus-TCP-v4.0.0/
Dmanifest.yml3 description: "Thread safe FreeRTOS TCP/IP stack working on top of the FreeRTOS-Kernel to implement …
Dreadme.txt6 A description of the source code organisation is available on:
DCMakeLists.txt12 DESCRIPTION "FreeRTOS TCP/UDP Network Layer"
/FreeRTOS-Plus-TCP-v4.0.0/source/include/
DFreeRTOS_Routing.h141 /** @brief The description of an end-point. */
182 DHCPData_t xDHCPData; /**< A description of the DHCP client state machine. */
185 … DHCPMessage_IPv6_t * pxDHCPMessage; /**< A description of the DHCPv6 client state machine. */
188 …RAData_t xRAData; /**< A description of the Router Advertisement ( RA ) client …
/FreeRTOS-Plus-TCP-v4.0.0/.github/
Dpull_request_template.md3 Description
DCONTRIBUTING.md26 * A clear description of the situation — what you observe, what you expect, and your view on how th…
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/WinPCap/
DNetworkInterface.c355 * objects. See the description in FreeRTOS_Routing.h. */
460 …eSpaces( cBuffer, sizeof( cBuffer ), xInterface->description ? xInterface->description : "No descr… in prvPrintAvailableNetworkInterfaces()
464 if( xInterface->description != NULL ) in prvPrintAvailableNetworkInterfaces()
466 if( xDesiredAdapter( xInterface->description ) ) in prvPrintAvailableNetworkInterfaces()
468 …printf( "The description of adapter %d matches with '%s'\n", lInterfaceNumber, configNETWORK_INTER… in prvPrintAvailableNetworkInterfaces()
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_IP_DiffConfig2/
DIP_DiffConfig2_list_macros.h94 * objects. See the description in FreeRTOS_Routing.h. */
/FreeRTOS-Plus-TCP-v4.0.0/docs/doxygen/
Dconfig.doxyfile53 # Using the PROJECT_BRIEF tag one can provide an optional one line description
55 # quick idea about the purpose of the project. Keep the description short.
126 # description of a member or function before the detailed description
134 # This tag implements a quasi-intelligent brief description abbreviator that is
136 # as the leading text of the brief description, will be stripped from the text
138 # text. Otherwise, the brief description is used as-is. If left blank, the
157 # description.
207 # description. If set to NO, the Javadoc-style will behave just like regular Qt-
209 # description.)
225 # line (until the first dot) of a Qt-style comment as the brief description. If
[all …]
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_IP_DiffConfig3/
DIP_DiffConfig3_list_macros.h95 * objects. See the description in FreeRTOS_Routing.h. */
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_IP_DiffConfig/
DIP_DiffConfig_list_macros.h102 * objects. See the description in FreeRTOS_Routing.h. */
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/linux/
DNetworkInterface.c347 * objects. See the description in FreeRTOS_Routing.h. */
410 xInterface->description ? xInterface->description : in prvPrintAvailableNetworkInterfaces()
411 "No description" ) ); in prvPrintAvailableNetworkInterfaces()
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/esp32/
DNetworkInterface.c67 * objects. See the description in FreeRTOS_Routing.h. */
/FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/pic32mzef/
DNetworkInterface_wifi.c7 * Description:
/FreeRTOS-Plus-TCP-v4.0.0/tools/tcp_utilities/
Dtcp_dump_packets.c30 * @brief Used in the PC/Win project to dump Ethernet packets, along with some description.
31 * See tools/tcp_dump_packets.md for further description.

12