summaryrefslogtreecommitdiff
path: root/nuttx/libc/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Move syslog back to libc/syslog from fs/syslogGregory Nutt2014-10-091-0/+1
|
* Passing va_list in syscall does not work. Temporarily moved syslog and ↵Gregory Nutt2014-10-081-1/+0
| | | | lowsyslog into kernel code and access via a system call. Need to revisit. Will probably need to move all of syslog back from fs/syslog to libc/syslog
* Move syslog logic from libc/misc and libc/stdio to libc/syslogGregory Nutt2014-10-081-0/+1
|
* Add a build structue to support asynchronous I/OGregory Nutt2014-10-041-0/+1
|
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate ↵Gregory Nutt2014-08-291-2/+10
| | | | new CONFIG_BUILD_KERNEL
* More changes to restore the native Windows buildGregory Nutt2014-02-071-1/+3
|
* Move the NX components out of libc and into its own library, libnxGregory Nutt2013-12-281-3/+0
|
* Decoupling NX user interfaces to support NX kernel build (phase 4)Gregory Nutt2013-12-271-1/+2
|
* Decoupling NX user interfaces to support NX kernel build (phase 3)Gregory Nutt2013-12-271-1/+2
|
* Decoupling NX user interfaces to support NX kernel build (phase 1)Gregory Nutt2013-12-271-0/+1
|
* Changes for ZDS-II ez80 buildGregory Nutt2013-11-281-0/+2
|
* Moved audio/buffer.c to libc/audio/lib_buffer.c so that it can be shared ↵Gregory Nutt2013-11-101-0/+1
| | | | betweent he OS and applications in a kernel build
* When creating kernel dependencies, need to define __KERNEL__Gregory Nutt2013-09-291-1/+13
|
* Dependency generation fix for directories that keep object files in a ↵Gregory Nutt2013-09-291-3/+12
| | | | sub-directory
* In the kernel build, pass task paramters in the stack, not using the arrary ↵patacongo2013-03-211-1/+1
| | | | | | in the TCB git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5770 42af7a65-404d-4744-a932-0658087f49c3
* Directories where the same source files are used to build different objects ↵patacongo2013-03-191-40/+29
| | | | | | need to keep those objects in separate directories; LPC17xx updates from Chris Taglia git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5762 42af7a65-404d-4744-a932-0658087f49c3
* With these fixes, the kernel build is basically functional (but there is ↵patacongo2013-03-091-6/+3
| | | | | | more to be done) git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5722 42af7a65-404d-4744-a932-0658087f49c3
* Move work queue logic from sched/ to libc/wqueue. It is not core logic and ↵patacongo2013-03-051-1/+2
| | | | | | will be extended to support user-space work queues git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5711 42af7a65-404d-4744-a932-0658087f49c3
* Use kconfig- prefix to avoid tool name conflicts (from Jose Pablo Carballo)patacongo2013-01-091-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5496 42af7a65-404d-4744-a932-0658087f49c3
* Missing comma in EVERY DELFILE/DELDIR macro call in every Makefilepatacongo2012-11-201-7/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5373 42af7a65-404d-4744-a932-0658087f49c3
* Most of the changes needed to support Windows native clean; distclean is has ↵patacongo2012-11-171-4/+7
| | | | | | a problem git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5367 42af7a65-404d-4744-a932-0658087f49c3
* Move some (hopefully) un-necessary quotes in Makefiles for Mikepatacongo2012-11-151-1/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5356 42af7a65-404d-4744-a932-0658087f49c3
* Correct some issues with last check-in; ez80 still does not buildpatacongo2012-11-111-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5339 42af7a65-404d-4744-a932-0658087f49c3
* Completes removal bash ARCHIVE loop; Adds basic Makefile for native windows ↵patacongo2012-11-111-12/+12
| | | | | | build git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5338 42af7a65-404d-4744-a932-0658087f49c3
* Partial change: Removing bash ARCHIVE looppatacongo2012-11-111-3/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5335 42af7a65-404d-4744-a932-0658087f49c3
* Generated libraries are now installed in a new lib/ directorypatacongo2012-11-111-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5332 42af7a65-404d-4744-a932-0658087f49c3
* OK.. I think the directory has been recovered and renamedpatacongo2012-11-101-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5331 42af7a65-404d-4744-a932-0658087f49c3
* Still trying to recover directory contentspatacongo2012-11-101-0/+136
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5330 42af7a65-404d-4744-a932-0658087f49c3