nuttx-apps/examples/nettest
2017-08-13 11:03:17 -06:00
..
.gitignore
Kconfig examples/nettest/: Loopback option shoudl be available in Kconfig for PktRadio. 2017-08-01 17:22:01 -06:00
Make.defs
Makefile The last change added .PRECIOUS: $(BIN) to everyway Makefile in hopes the libapps.a will not be deleted on Control-C (unproven so far). However, $(BIN) may contain back slashes in some build platforms and that causes problems for make: It can't handle the backslashes in the .PRECIOUS dependency list. $(BIN) replaced with ../../libapp.a, where the number of ../ depends on the depth of the Makefile in the apps/ source tree. 2017-08-13 11:03:17 -06:00
nettest_client.c examples/nettest: Add more printf output 2017-06-26 10:54:32 -06:00
nettest_cmdline.c examples/udp and examples/nettest: Fix some naming collisions; examples/nettest: Fix some build issues with two targets. 2017-06-25 09:15:27 -06:00
nettest_host.c examples/udp and examples/nettest: Fix some naming collisions; examples/nettest: Fix some build issues with two targets. 2017-06-25 09:15:27 -06:00
nettest_netinit.c apps/examples/nettest: Fix incorrectly named file. 2017-07-05 12:52:46 -06:00
nettest_server.c examples/udp and examples/nettest: Fix some naming collisions; examples/nettest: Fix some build issues with two targets. 2017-06-25 09:15:27 -06:00
nettest_target1.c examples/udp and examples/nettest: Fix some naming collisions; examples/nettest: Fix some build issues with two targets. 2017-06-25 09:15:27 -06:00
nettest_target2.c examples/udp and examples/nettest: Fix some naming collisions; examples/nettest: Fix some build issues with two targets. 2017-06-25 09:15:27 -06:00
nettest.h examples/udp and examples/nettest: Fix some naming collisions; examples/nettest: Fix some build issues with two targets. 2017-06-25 09:15:27 -06:00