This website requires JavaScript.
Explore
Help
Sign In
sergiotarxz
/
nuttx-apps
Watch
1
Star
0
Fork
0
You've already forked nuttx-apps
Code
Issues
Pull Requests
Releases
Wiki
Activity
nuttx-apps
/
examples
/
poll
History
Gregory Nutt
7a8561728c
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
..
.gitignore
…
host.c
Remove non-portable references to syslog from apps/examples
2014-10-08 08:33:00 -06:00
Kconfig
Things that use mkfifo() and pipe() depend on CONFIG_PIPES
2016-07-20 10:46:05 -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
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