summaryrefslogtreecommitdiff
path: root/nuttx/libc
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused apb_prepare functionGregory Nutt2013-11-111-13/+0
|
* libc/audio/lib_buffer.c must must correct allocation for execution domainGregory Nutt2013-11-102-16/+42
|
* SAMA5 SSC: Add support for loopback mode. Plus unrelated Make.defs file ↵Gregory Nutt2013-11-101-0/+43
| | | | from the last checkin
* Moved audio/buffer.c to libc/audio/lib_buffer.c so that it can be shared ↵Gregory Nutt2013-11-103-1/+211
| | | | betweent he OS and applications in a kernel build
* scanf() fixes from kfrolov: 1) sscanf() function hangs in the following ↵Gregory Nutt2013-10-211-19/+50
| | | | example: sscanf(2, %u,%u,%u,%u, ...), 2) sscanf() returns incorrect number of parsed numbers if some arguments can't be parsed: sscanf(=2, %u,%u,%u,%u,...)==1 instead of 0, and 3) using of char* instead of const char* in vsscanf function leads to warnings from GCC.
* Clean-up routing table design.Gregory Nutt2013-10-052-12/+10
|
* Clean up queue files so that they look more like othersGregory Nutt2013-10-0512-156/+104
|
* Add a user interface to manage the routing tableGregory Nutt2013-10-023-1/+185
|
* Remove some warningsGregory Nutt2013-10-011-0/+2
|
* 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-292-4/+15
| | | | sub-directory
* Clean up some naming: fd vs. fildes vs. filedes and filep vs filpGregory Nutt2013-09-2811-41/+30
|
* Optimized sendfile() from Max HoltzbergGregory Nutt2013-09-281-2/+6
|
* Fix all occurrences of "the the" in documentation and commentsGregory Nutt2013-08-274-4/+4
|
* Fix typo/compilation error with USB device DMA memory allocation is enabledGregory Nutt2013-07-121-2/+0
|
* Add CRC16 supportGregory Nutt2013-07-072-1/+139
|
* Fix an assertionGregory Nutt2013-06-022-2/+2
|
* Add dprintf() and vdprintf()Gregory Nutt2013-06-024-2/+122
|
* .dSYM only needs to be in the same .gitignore files as .exeGregory Nutt2013-05-301-1/+0
|
* Upate .gitignore files. Add .dSYM. Make sure / is present where needed. ↵Gregory Nutt2013-05-301-8/+9
| | | | Add some missing .gitignore files
* More SLCD-related fixesGregory Nutt2013-05-262-10/+3
|
* Extentions SCLD test; SCLD CODEC and LCD1602 driver bug fixesGregory Nutt2013-05-262-2/+36
|
* Fix bugs in SLCD test and in SLCD CODECGregory Nutt2013-05-241-24/+16
|
* STM32L-Discovery LCD driver is code compele but untestedGregory Nutt2013-05-231-7/+18
|
* Add logic to encode/decode special SLCD actionsGregory Nutt2013-05-235-10/+604
|
* Various changes and bigfixes for problems detected by CppCheckGregory Nutt2013-05-097-14/+18
|
* Misc changes for clean built od mikroe-stm32f4 configurationsGregory Nutt2013-05-011-1/+2
|
* Add configuration and example to test MTD partitionsGregory Nutt2013-04-302-0/+10
|
* New Kconfig convention: Extra indentation in comments will render as HTML ↵Gregory Nutt2013-04-221-1/+1
| | | | preformatted text
* Fixes to strchr, mkfats, and NxWidgets from Petteri AimonenGregory Nutt2013-04-221-1/+6
|
* Support for printing NaN and infinity from Andrew TridgellGregory Nutt2013-04-171-3/+40
|
* Mostly updates and corrections to .gitignore filesGregory Nutt2013-04-041-5/+2
|
* Clone svn:ignore directory atributed to .gitignore filesGregory Nutt2013-04-041-0/+13
|
* Fixes to get SDRAM working on the Open1788. Works but is not reliablepatacongo2013-03-271-0/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5794 42af7a65-404d-4744-a932-0658087f49c3
* Rework of kernel build signal dispatch to user-space handlerspatacongo2013-03-232-114/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5778 42af7a65-404d-4744-a932-0658087f49c3
* 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-194-40/+173
| | | | | | 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
* Fix for trailing %n bug in sscanf (with help from Lorenz Meier)patacongo2013-03-181-122/+238
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5754 42af7a65-404d-4744-a932-0658087f49c3
* Add support for calling to and returning from signal handlers in in ↵patacongo2013-03-174-2/+116
| | | | | | user-mode threads git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5750 42af7a65-404d-4744-a932-0658087f49c3
* Fix bad conditional logic in mkconfig.c; Add user-mode pthread start-up logicpatacongo2013-03-162-0/+112
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5748 42af7a65-404d-4744-a932-0658087f49c3
* Prep for 6.26 releasenuttx-6.26patacongo2013-03-151-0/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5745 42af7a65-404d-4744-a932-0658087f49c3
* Switch to user-mode before starting a new taskpatacongo2013-03-142-0/+108
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5742 42af7a65-404d-4744-a932-0658087f49c3
* itoa() from Ryan Sundbergpatacongo2013-03-142-2/+87
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5741 42af7a65-404d-4744-a932-0658087f49c3
* Reorganize some AT91SAM3U files; Add an NSH kernel build configuration to ↵patacongo2013-03-111-2/+6
| | | | | | the WaveSahhare Open1788 board git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5732 42af7a65-404d-4744-a932-0658087f49c3
* Remove user_map.h; replace with a header at the beginning of the user-space ↵patacongo2013-03-102-5/+6
| | | | | | blob. User work queue no started by os_brinup() on behalf of the application git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5727 42af7a65-404d-4744-a932-0658087f49c3
* Create sched_ufree and sched_kfree from sched_free; Use user-accessible heap ↵patacongo2013-03-101-1/+4
| | | | | | to allocae stacks git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5725 42af7a65-404d-4744-a932-0658087f49c3
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-099-11/+39
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5724 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
* Implement user-mode work queuespatacongo2013-03-064-6/+295
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5712 42af7a65-404d-4744-a932-0658087f49c3
* Move work queue logic from sched/ to libc/wqueue. It is not core logic and ↵patacongo2013-03-056-1/+658
| | | | | | 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