summaryrefslogtreecommitdiff
path: root/nuttx/mm/mm_initialize.c
Commit message (Expand)AuthorAgeFilesLines
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-091-7/+0
* up_addregion should use kmm_addregion; move garbage kmm*.c file to mm/. for nowpatacongo2013-03-081-64/+11
* Add support for multiple heapspatacongo2013-03-081-2/+7
* Move all memory manager globals to a structure. Pass structure pointer as a ...patacongo2013-03-081-85/+134
* Changes to get a clean ez80 build using the ZDS 5.1.1 toolchainpatacongo2012-11-121-3/+3
* mm/ file clean-uppatacongo2012-07-141-15/+13
* atexit() functions now called when task killed by task delete; For MCUs with ...patacongo2011-05-281-6/+15
* Switching to C99 stdint/stdbool.h typespatacongo2009-12-151-2/+2
* Fix heap setup problempatacongo2009-05-191-16/+18
* ez80f910200zco portpatacongo2008-12-081-0/+7
* Integrating z80patacongo2007-12-301-1/+1
* Debug can now be selectively enabled by subystempatacongo2007-11-231-1/+1
* task_create now accepts variable number of arguments; 8051 bringup changespatacongo2007-03-111-3/+0
* Fix c5471 signal handling + deallocation bugpatacongo2007-03-081-0/+2
* Add capability to manager memory in discontiguous regions.patacongo2007-03-041-26/+80
* Finally, a clean SDCC compilepatacongo2007-02-271-11/+13
* Progress toward clean SDCC compilationpatacongo2007-02-211-3/+3
* NuttX RTOSpatacongo2007-02-171-0/+145