Gregory Nutt
fd4398142c
libs/libc/netdb: Remove another use of the restrict keyword.
2018-06-12 21:42:59 -06:00
Masayuki Ishikawa
9f682056f9
Merged in masayuki2009/nuttx.nuttx/termios_branch (pull request #655 )
...
libs/libc/termios: Add lib_cfmakeraw.c
Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
Approved-by: GregoryN <gnutt@nuttx.org>
2018-06-12 14:05:39 +00:00
Juha Niskanen
1f4a1eab6d
libs/libc/netdb: Add getaddrinfo() and friends.
2018-06-08 07:07:21 -06:00
Juha Niskanen
5c8a975d79
libs/libc/net: Add inet_aton()
2018-06-08 07:06:27 -06:00
Gregory Nutt
a6a88198c0
sched/modules: Be consistent use of binary loader debug instrumentation. Was mixed system and binary loader debug. libs/libc/modlib: Switch from systemb to binary load debug to be consistent with sched/modules.
2018-06-01 10:10:17 -06:00
Gregory Nutt
12de93dd36
libs/libc/modlib/modlib_verify.c: Fix backward test for an error.
2018-06-01 09:21:47 -06:00
Gregory Nutt
1c4bdfd8fc
libs/libdsp: Trivial typo fixes from review of last PR; hook README file into documentation.
2018-05-30 06:49:48 -06:00
Mateusz Szafoni
b5ec5349b0
Merged in raiden00/nuttx (pull request #648 )
...
libdsp: initial commit
* libdsp: initial commit
* libdsp: cosmetics
Approved-by: Gregory Nutt <gnutt@nuttx.org>
2018-05-30 12:36:06 +00:00
Gregory Nutt
a0c663edc9
tools: Missed a couple of changes of libcxx to libxx.
2018-05-29 18:16:43 -06:00
Gregory Nutt
4697a74cc7
libs/: Add a README file.
2018-05-29 13:44:12 -06:00
Gregory Nutt
cf99fb40c9
This commit moves all of the libraries under a common directory called libs/. This most certainly break libcxx and uClibc++ for now.
...
Squashed commit of the following:
libs/libxx: Fix some confusing in naming. If the directory is called libxx, then the library must be libxx.a (unless perhaps LIBCXX is selected).
libs/: Fix paths in moved library directories.
libs: Brute force move of libc, libnx, and libxx to libs. Cannot yet build it in that configuration.
2018-05-29 13:21:26 -06:00