nuttx-apps/examples/poll
2017-08-13 11:03:17 -06:00
..
.gitignore
host.c
Kconfig Things that use mkfifo() and pipe() depend on CONFIG_PIPES 2016-07-20 10:46:05 -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
Makefile.host
net_listener.c Fix comments formatting 2017-05-19 17:50:26 +02:00
net_reader.c Fix comments formatting 2017-05-19 17:50:26 +02:00
poll_internal.h Standardize some naming in code section comments 2016-02-21 18:15:00 -06:00
poll_listener.c Cosmetic changes 2015-09-02 16:49:17 -06:00
poll_main.c Cosmetic changes 2015-09-02 16:49:17 -06:00
select_listener.c Cosmetic changes 2015-09-02 16:49:17 -06:00