nuttx-apps/examples/udp
2017-08-13 11:03:17 -06:00
..
.gitignore Update .gitignore 2017-08-08 11:12:19 -06:00
Kconfig apps/examples/udp: Enable testing with the broadcast address. 2017-08-08 08:16:47 -06:00
Make.defs apps/examples: Modify/simpify apps/examples build files. From Roman Saveljev. 2015-05-06 08:19:54 -06:00
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
udp_client.c apps/examples/udp: Enable testing with the broadcast address. 2017-08-08 08:16:47 -06:00
udp_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
udp_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
udp_netinit.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
udp_server.c apps/examples/udp: Enable testing with the broadcast address. 2017-08-08 08:16:47 -06:00
udp_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
udp_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
udp.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