aboutsummaryrefslogtreecommitdiff
path: root/nuttx/mm
Commit message (Expand)AuthorAgeFilesLines
* Manually fixup merge botches via direct comparison with NuttX r5447.px4dev2013-01-113-19/+22
* Merge branch 'master' into nuttx-merge-5447px4dev2013-01-111-2/+0
|\
| * 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
| * Resync new repository with old repo r5166patacongo2012-09-1724-0/+4183
* Fix ENC28J60 chip enable issuepatacongo2012-09-142-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
* Completes coding of the PWM modulepatacongo2011-12-1917-0/+2958