summaryrefslogtreecommitdiff
path: root/nuttx/mm
Commit message (Collapse)AuthorAgeFilesLines
* Switching to C99 stdint/stdbool.h typespatacongo2009-12-1515-136/+136
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2342 42af7a65-404d-4744-a932-0658087f49c3
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-251-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1951 42af7a65-404d-4744-a932-0658087f49c3
* Fix heap setup problempatacongo2009-05-192-33/+37
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1793 42af7a65-404d-4744-a932-0658087f49c3
* ez80f910200zco portpatacongo2008-12-081-0/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1436 42af7a65-404d-4744-a932-0658087f49c3
* Typo in commentspatacongo2008-11-131-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1221 42af7a65-404d-4744-a932-0658087f49c3
* typospatacongo2008-08-022-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@799 42af7a65-404d-4744-a932-0658087f49c3
* Using tool-specific cleanpatacongo2008-01-102-8/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@545 42af7a65-404d-4744-a932-0658087f49c3
* Compiles with ZDS-IIpatacongo2008-01-091-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@540 42af7a65-404d-4744-a932-0658087f49c3
* Changes for ZNeo compilepatacongo2008-01-092-35/+40
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@539 42af7a65-404d-4744-a932-0658087f49c3
* Make logic reorganized for non-GNU toolchainpatacongo2008-01-081-9/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@528 42af7a65-404d-4744-a932-0658087f49c3
* Reduce make outputpatacongo2008-01-081-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@526 42af7a65-404d-4744-a932-0658087f49c3
* ZNeo compiler now workspatacongo2008-01-081-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@525 42af7a65-404d-4744-a932-0658087f49c3
* Add support for tools that can't make dependenciespatacongo2008-01-081-6/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@522 42af7a65-404d-4744-a932-0658087f49c3
* Integrating z80patacongo2007-12-301-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@463 42af7a65-404d-4744-a932-0658087f49c3
* Debug can now be selectively enabled by subystempatacongo2007-11-234-7/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@404 42af7a65-404d-4744-a932-0658087f49c3
* Added network init; refactored some header filespatacongo2007-09-091-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@338 42af7a65-404d-4744-a932-0658087f49c3
* Fixed several more realloc errorspatacongo2007-06-301-11/+23
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@296 42af7a65-404d-4744-a932-0658087f49c3
* Fix error in realloc when memory is extended downwardpatacongo2007-06-301-36/+40
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@295 42af7a65-404d-4744-a932-0658087f49c3
* Add 8052 IRQ test; Fix places where IDLE task could try to wait on semaphoresnuttx-1.1patacongo2007-03-141-4/+70
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@61 42af7a65-404d-4744-a932-0658087f49c3
* task_create now accepts variable number of arguments; 8051 bringup changespatacongo2007-03-111-3/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@56 42af7a65-404d-4744-a932-0658087f49c3
* Fix c5471 signal handling + deallocation bugpatacongo2007-03-083-0/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@44 42af7a65-404d-4744-a932-0658087f49c3
* Add capability to manager memory in discontiguous regions.patacongo2007-03-045-87/+206
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@35 42af7a65-404d-4744-a932-0658087f49c3
* Finally, a clean SDCC compilepatacongo2007-02-2713-101/+130
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@20 42af7a65-404d-4744-a932-0658087f49c3
* Progress toward clean SDCC compilationpatacongo2007-02-2111-43/+59
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@18 42af7a65-404d-4744-a932-0658087f49c3
* Working toward compiler independence: Removed inline funcspatacongo2007-02-201-4/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@15 42af7a65-404d-4744-a932-0658087f49c3
* Eliminating GCC dependenciespatacongo2007-02-202-8/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@14 42af7a65-404d-4744-a932-0658087f49c3
* Fix problems in state restore logicpatacongo2007-02-181-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5 42af7a65-404d-4744-a932-0658087f49c3
* NuttX RTOSpatacongo2007-02-1717-0/+2653
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3 42af7a65-404d-4744-a932-0658087f49c3