| /components/net/lwip/lwip-2.0.3/ |
| A D | README.md | 23 …ad Team. The RT-Thread team already port the lwip 2.0.0, so I only do some move code and test jobs. 24 I use the memory pools to test lwip 2.0.2, I use the iperf tool to test it about more than 20 hours… 25 I don't test it working on memory heap.
|
| A D | FILES | 3 test/ - Some code to test whether the sources do what they should.
|
| A D | CHANGELOG | 641 * ip6.c: fixed bug #41094 (Byte-order bug in IPv6 fragmentation header test) 1899 unit test 2974 but never used. Fix msg_in.c with the correct #if test for a stat display. 3070 is not protected" by using new macros for interlocked access to modify/test 3200 * inet.c Modify (acc >> 16) test to ((acc >> 16) != 0) to help buggy 3747 inclusion. Need to create test case for unaliged, aligned, odd, 3827 No need to test isascii(c) before isdigit(c) or isxdigit(c).
|
| /components/net/lwip/lwip-2.1.2/ |
| A D | FILES | 3 test/ - Some code to test whether the sources do what they should.
|
| A D | UPGRADING | 23 source heap/pool/etc.). As a consequence, applications can't test pbuf->type any more.
|
| /components/net/lwip/lwip-2.0.3/test/fuzz/ |
| A D | README | 6 at http://lcamtuf.coredump.cx/afl/) and the sample inputs to test how 11 Just running make will produce the test program. 22 The input is split into different subdirectories since they test different
|
| /components/utilities/ |
| A D | Kconfig | 203 bool "Enable utest (RT-Thread test framework)" 215 bool "Enable auto run test cases" 218 If enable this option, the test cases will be run automatically when board boot up. 221 bool "Enable all selected modules' test cases" 224 If enable this option, all selected modules' test cases will be run. 225 Otherwise, only the test cases that are explicitly enabled will be run.
|
| /components/net/lwip/lwip-2.1.2/test/fuzz/ |
| A D | README | 6 at http://lcamtuf.coredump.cx/afl/) and the sample inputs to test how 11 Just running make will produce the test program. 25 The input is split into different subdirectories since they test different
|
| /components/drivers/sensor/v1/ |
| A D | sensor_cmd.c | 177 MSH_CMD_EXPORT(sensor_fifo, Sensor fifo mode test function); 241 MSH_CMD_EXPORT(sensor_int, Sensor interrupt mode test function); 290 MSH_CMD_EXPORT(sensor_polling, Sensor polling mode test function); 535 MSH_CMD_EXPORT(sensor, sensor test function);
|
| /components/net/lwip/lwip-2.1.2/test/unit/ |
| A D | Filelists.cmake | 11 set(LWIP_TESTDIR ${LWIP_DIR}/test/unit)
|
| /components/drivers/sensor/v2/ |
| A D | sensor_cmd.c | 425 MSH_CMD_EXPORT(sensor_fifo, Sensor fifo mode test function); 486 MSH_CMD_EXPORT(sensor_int, Sensor interrupt mode test function); 532 MSH_CMD_EXPORT(sensor_polling, Sensor polling mode test function); 801 MSH_CMD_EXPORT(sensor, sensor test function);
|
| /components/legacy/fdt/examples/ |
| A D | fdt_test.c | 122 MSH_CMD_EXPORT(dtb_test, dtb API test);
|
| /components/drivers/usb/cherryusb/ |
| A D | Kconfig | 418 prompt "demo for test cdc acm" 423 prompt "demo for test hid" 428 prompt "demo for test msc"
|
| A D | Kconfig.rtt | 447 … prompt "demo for test cdc acm, cannot enable this demo, we have used serial framework instead" 452 prompt "demo for test hid" 457 prompt "demo for test msc, cannot enable this demo, we have used dfs instead"
|
| A D | Kconfig.rttpkg | 446 … prompt "demo for test cdc acm, cannot enable this demo, we have used serial framework instead" 451 prompt "demo for test hid" 456 prompt "demo for test msc, cannot enable this demo, we have used dfs instead"
|
| /components/net/at/src/ |
| A D | at_server.c | 332 if (cmd->test == RT_NULL) in at_cmd_process() 337 return cmd->test(); in at_cmd_process()
|
| /components/net/at/include/ |
| A D | at.h | 75 at_result_t (*test)(void); member
|
| /components/net/lwip/lwip-2.0.3/doc/ |
| A D | contrib.txt | 43 is to NOT touch archs you can't test and let maintainers take care of them.
|
| /components/net/lwip/lwip-2.1.2/doc/ |
| A D | contrib.txt | 43 is to NOT touch archs you can't test and let maintainers take care of them.
|
| /components/net/lwip/lwip-1.4.1/doc/ |
| A D | contrib.txt | 43 is to NOT touch archs you can't test and let maintainers take care of them.
|
| /components/drivers/mtd/ |
| A D | mtd_nand.c | 411 MSH_CMD_EXPORT(mtd_nand, MTD nand device test function);
|
| /components/net/lwip/lwip-2.0.3/doc/doxygen/ |
| A D | lwip.Doxyfile | 619 # The GENERATE_TESTLIST tag can be used to enable (YES) or disable (NO) the test 620 # list. This list is created by putting \test commands in the documentation. 859 # exclude all test directories for example use the pattern */test/* 870 # exclude all test directories use the pattern */test/*
|
| /components/net/lwip/lwip-2.1.2/doc/doxygen/ |
| A D | lwip.Doxyfile | 628 # The GENERATE_TESTLIST tag can be used to enable (YES) or disable (NO) the test 629 # list. This list is created by putting \test commands in the documentation. 869 # exclude all test directories for example use the pattern */test/* 880 # exclude all test directories use the pattern */test/*
|
| A D | lwip.Doxyfile.cmake.in | 628 # The GENERATE_TESTLIST tag can be used to enable (YES) or disable (NO) the test 629 # list. This list is created by putting \test commands in the documentation. 869 # exclude all test directories for example use the pattern */test/* 880 # exclude all test directories use the pattern */test/*
|
| /components/net/lwip/lwip-1.4.1/ |
| A D | CHANGELOG | 943 unit test 2018 but never used. Fix msg_in.c with the correct #if test for a stat display. 2114 is not protected" by using new macros for interlocked access to modify/test 2244 * inet.c Modify (acc >> 16) test to ((acc >> 16) != 0) to help buggy 2791 inclusion. Need to create test case for unaliged, aligned, odd, 2871 No need to test isascii(c) before isdigit(c) or isxdigit(c).
|