summaryrefslogtreecommitdiff
path: root/nuttx/libc/README.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-11-10 11:20:06 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-11-10 11:20:06 -0600
commitb6f65ea46230955a33e42c46dc30c5e428d3dd08 (patch)
tree1f1b0619552f38e49112ade56883fb25e8f65b7d /nuttx/libc/README.txt
parent5a70f55a6fce67a324ad049e39d3ce532025365b (diff)
downloadnuttx-b6f65ea46230955a33e42c46dc30c5e428d3dd08.tar.gz
nuttx-b6f65ea46230955a33e42c46dc30c5e428d3dd08.tar.bz2
nuttx-b6f65ea46230955a33e42c46dc30c5e428d3dd08.zip
Moved audio/buffer.c to libc/audio/lib_buffer.c so that it can be shared betweent he OS and applications in a kernel build
Diffstat (limited to 'nuttx/libc/README.txt')
-rw-r--r--nuttx/libc/README.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/libc/README.txt b/nuttx/libc/README.txt
index ed672d038..8b1ef9941 100644
--- a/nuttx/libc/README.txt
+++ b/nuttx/libc/README.txt
@@ -25,6 +25,7 @@ The files in the libc/ directory are organized (mostly) according which file
in the include/ directory provides the prototype for library functions. So
we have:
+ audio - This part of the audio system: nuttx/audio/audio.h
libgen - libgen.h
fixedmath - fixedmath.h
math - math.h
@@ -44,7 +45,7 @@ There is also a misc/ subdirectory that contains various internal functions
and interfaces from header files that are too few to warrant their own sub-
directory:
- misc - Nonstandard "glue" logic, debug.h, crc32.h, dirent.h
+ misc - Nonstandard "glue" logic, debug.h, crc32.h, dirent.h
Library Database
================