| /FreeRTOS-Plus-TCP-v4.0.0/.github/ISSUE_TEMPLATE/ |
| D | feature-request.md | 11 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.
|
| D | bug_report.md | 13 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/ |
| D | run-cbmc-proofs.py | 26 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),
|
| D | make_type_header_files.py | 148 description="Dump a C file's types and macros to a separate file")
|
| D | ninja.py | 27 description='Generate ninja build file for cbmc proofs.',
|
| /FreeRTOS-Plus-TCP-v4.0.0/.github/workflows/ |
| D | release-candidate.yml | 7 description: 'Commit ID to tag' 10 description: 'Release Version Number (Eg, v1.0.0-rc1)'
|
| D | release.yml | 7 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/ |
| D | summarize.py | 11 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/ |
| D | ether_callback.c | 23 * 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 :
|
| D | NetworkInterface.c | 23 * 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/ |
| D | manifest.yml | 3 description: "Thread safe FreeRTOS TCP/IP stack working on top of the FreeRTOS-Kernel to implement …
|
| D | readme.txt | 6 A description of the source code organisation is available on:
|
| D | CMakeLists.txt | 12 DESCRIPTION "FreeRTOS TCP/UDP Network Layer"
|
| /FreeRTOS-Plus-TCP-v4.0.0/source/include/ |
| D | FreeRTOS_Routing.h | 141 /** @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/ |
| D | pull_request_template.md | 3 Description
|
| D | CONTRIBUTING.md | 26 * 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/ |
| D | NetworkInterface.c | 355 * 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/ |
| D | IP_DiffConfig2_list_macros.h | 94 * objects. See the description in FreeRTOS_Routing.h. */
|
| /FreeRTOS-Plus-TCP-v4.0.0/docs/doxygen/ |
| D | config.doxyfile | 53 # 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/ |
| D | IP_DiffConfig3_list_macros.h | 95 * objects. See the description in FreeRTOS_Routing.h. */
|
| /FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_IP_DiffConfig/ |
| D | IP_DiffConfig_list_macros.h | 102 * objects. See the description in FreeRTOS_Routing.h. */
|
| /FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/linux/ |
| D | NetworkInterface.c | 347 * 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/ |
| D | NetworkInterface.c | 67 * objects. See the description in FreeRTOS_Routing.h. */
|
| /FreeRTOS-Plus-TCP-v4.0.0/source/portable/NetworkInterface/pic32mzef/ |
| D | NetworkInterface_wifi.c | 7 * Description:
|
| /FreeRTOS-Plus-TCP-v4.0.0/tools/tcp_utilities/ |
| D | tcp_dump_packets.c | 30 * @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.
|