This website requires JavaScript.
Explore
Help
Sign in
Aksal
/
nuttx-apps
Watch
1
Star
0
Fork
You've already forked nuttx-apps
1
mirror of
https://github.com/apache/nuttx-apps.git
synced
2026-08-02 04:39:01 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
def2c19c68
nuttx-apps
/
netutils
/
webclient
History
Download ZIP
Download TAR.GZ
anchao
b5cfd93444
apps/: Modification to build system: Unified application compilation rules
2018-09-03 09:29:56 -06:00
..
.gitignore
.dSYM only needs to be in the same .gitignore files as .exe
2013-05-30 15:02:04 -06:00
Kconfig
If NSH or Webclient is selected, make sure that CONFIG_LIBC_NETDB is enabled; reanem dnsclient.h to dns.h
2015-07-12 09:25:39 -06:00
Make.defs
make the full tree use wildcards make.defs
2016-06-02 16:21:21 +02:00
Makefile
apps/: Modification to build system: Unified application compilation rules
2018-09-03 09:29:56 -06:00
webclient.c
strcasecmp, strncasecmp, bzero, bcmp, and bcopy should be defined in strings.h, not string.h. bzero, bcmp, and bcopy are legacy functions; the contemporary counterparts should be used instead.
2017-02-16 15:58:15 -06:00