summaryrefslogtreecommitdiff
path: root/nuttx/mm
Commit message (Expand)AuthorAgeFilesLines
* Fix some early z180 compile errorspatacongo2012-12-111-1/+0
* Add support for the Z180 MMU and generic hooks for processespatacongo2012-12-111-1/+0
* Missing comma in EVERY DELFILE/DELDIR macro call in every Makefilepatacongo2012-11-202-5/+5
* Most of the changes needed to support Windows native clean; distclean is has ...patacongo2012-11-172-9/+14
* Move some (hopefully) un-necessary quotes in Makefiles for Mikepatacongo2012-11-151-1/+1
* Changes to get a clean ez80 build using the ZDS 5.1.1 toolchainpatacongo2012-11-121-3/+3
* Correct some issues with last check-in; ez80 still does not buildpatacongo2012-11-111-1/+1
* Completes removal bash ARCHIVE loop; Adds basic Makefile for native windows b...patacongo2012-11-111-6/+6
* Partial change: Removing bash ARCHIVE looppatacongo2012-11-111-3/+1
* Resync new repository with old repo r5166patacongo2012-09-172-12/+32
* Missed one file in last checking; Gran allocator alignment decoupled from gra...patacongo2012-09-141-13/+64
* Add mm/README.txtpatacongo2012-09-132-1/+76
* Misc fixes and optimizations for the granule allocatorpatacongo2012-09-122-38/+144
* New file missed in last check-inpatacongo2012-09-121-0/+116
* Fix MMC/SD support for Wildfire board; Granule allocator can now be used from...patacongo2012-09-126-53/+39
* Misc ENC28J60 fixespatacongo2012-09-122-4/+12
* Fixes for granule allocatorpatacongo2012-09-115-9/+78
* Update to granule allocator; Update to ENC28j60 driverpatacongo2012-09-116-17/+112
* Add beginning of a simple granule allocator to support DMA IO buffer allocationpatacongo2012-09-114-0/+622
* STM32 Kconfig looks good. STM32 external ram configuration changed.patacongo2012-09-051-9/+27
* mm/ file clean-uppatacongo2012-07-1417-439/+492
* Fix a bad interrupt state in the PIC32 IDLE loop when the work queue is enabledpatacongo2012-06-061-2/+2
* Fix CDC/ACM alternate interface number (from Antti)patacongo2012-04-111-0/+22
* Add kconfig documentationpatacongo2012-04-061-1/+1
* Adding skeleton Kconfig files (part 1 of 2)patacongo2012-04-061-0/+4
* Fix an error that caused interrupts to become disabledpatacongo2011-06-181-0/+2
* Fix AVR clock setup; add SPI driverpatacongo2011-06-171-1/+1
* Add strndup()patacongo2011-05-291-1/+1
* atexit() functions now called when task killed by task delete; For MCUs with ...patacongo2011-05-286-23/+70
* Move memory manager into user spacepatacongo2011-04-031-1/+1
* Port the mm/mm_test.c logic to examples/mmpatacongo2011-03-021-3/+3
* Fix warning introduced with last checkinpatacongo2011-01-191-1/+1
* Fix issues detected by CppCheck toolpatacongo2011-01-191-2/+2
* Switching to C99 stdint/stdbool.h typespatacongo2009-12-1515-136/+136
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-251-1/+1
* Fix heap setup problempatacongo2009-05-192-33/+37
* ez80f910200zco portpatacongo2008-12-081-0/+7
* Typo in commentspatacongo2008-11-131-1/+1
* typospatacongo2008-08-022-2/+2
* Using tool-specific cleanpatacongo2008-01-102-8/+8
* Compiles with ZDS-IIpatacongo2008-01-091-1/+1
* Changes for ZNeo compilepatacongo2008-01-092-35/+40
* Make logic reorganized for non-GNU toolchainpatacongo2008-01-081-9/+9
* Reduce make outputpatacongo2008-01-081-1/+1
* ZNeo compiler now workspatacongo2008-01-081-2/+2
* Add support for tools that can't make dependenciespatacongo2008-01-081-6/+4
* Integrating z80patacongo2007-12-301-1/+1
* Debug can now be selectively enabled by subystempatacongo2007-11-234-7/+7
* Added network init; refactored some header filespatacongo2007-09-091-1/+1
* Fixed several more realloc errorspatacongo2007-06-301-11/+23