summaryrefslogtreecommitdiffstats
path: root/nuttx/mm
AgeCommit message (Expand)AuthorFilesLines
2011-04-03Move memory manager into user spacepatacongo1-1/+1
2011-03-02Port the mm/mm_test.c logic to examples/mmpatacongo1-3/+3
2011-01-19Fix warning introduced with last checkinpatacongo1-1/+1
2011-01-19Fix issues detected by CppCheck toolpatacongo1-2/+2
2009-12-15Switching to C99 stdint/stdbool.h typespatacongo15-136/+136
2009-06-25Consolidate buffer dumping; fix all occurrences of 'the the'patacongo1-1/+1
2009-05-19Fix heap setup problempatacongo2-33/+37
2008-12-08ez80f910200zco portpatacongo1-0/+7
2008-11-13Typo in commentspatacongo1-1/+1
2008-08-02typospatacongo2-2/+2
2008-01-10Using tool-specific cleanpatacongo2-8/+8
2008-01-09Compiles with ZDS-IIpatacongo1-1/+1
2008-01-09Changes for ZNeo compilepatacongo2-35/+40
2008-01-08Make logic reorganized for non-GNU toolchainpatacongo1-9/+9
2008-01-08Reduce make outputpatacongo1-1/+1
2008-01-08ZNeo compiler now workspatacongo1-2/+2
2008-01-08Add support for tools that can't make dependenciespatacongo1-6/+4
2007-12-30Integrating z80patacongo1-1/+1
2007-11-23Debug can now be selectively enabled by subystempatacongo4-7/+7
2007-09-09Added network init; refactored some header filespatacongo1-1/+1
2007-06-30Fixed several more realloc errorspatacongo1-11/+23
2007-06-30Fix error in realloc when memory is extended downwardpatacongo1-36/+40
2007-03-14Add 8052 IRQ test; Fix places where IDLE task could try to wait on semaphorespatacongo1-4/+70
2007-03-11task_create now accepts variable number of arguments; 8051 bringup changespatacongo1-3/+0
2007-03-08Fix c5471 signal handling + deallocation bugpatacongo3-0/+5
2007-03-04Add capability to manager memory in discontiguous regions.patacongo5-87/+206
2007-02-27Finally, a clean SDCC compilepatacongo13-101/+130
2007-02-21Progress toward clean SDCC compilationpatacongo11-43/+59
2007-02-20Working toward compiler independence: Removed inline funcspatacongo1-4/+0
2007-02-20Eliminating GCC dependenciespatacongo2-8/+6
2007-02-18Fix problems in state restore logicpatacongo1-1/+1
2007-02-17NuttX RTOSpatacongo17-0/+2653