aboutsummaryrefslogtreecommitdiff
path: root/nuttx/mm
Commit message (Collapse)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
| | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5430 42af7a65-404d-4744-a932-0658087f49c3
| * Add support for the Z180 MMU and generic hooks for processespatacongo2012-12-111-1/+0
| | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5428 42af7a65-404d-4744-a932-0658087f49c3
| * Missing comma in EVERY DELFILE/DELDIR macro call in every Makefilepatacongo2012-11-202-5/+5
| | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5373 42af7a65-404d-4744-a932-0658087f49c3
| * Most of the changes needed to support Windows native clean; distclean is has ↵patacongo2012-11-172-9/+14
| | | | | | | | | | | | a problem git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5367 42af7a65-404d-4744-a932-0658087f49c3
| * Move some (hopefully) un-necessary quotes in Makefiles for Mikepatacongo2012-11-151-1/+1
| | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5356 42af7a65-404d-4744-a932-0658087f49c3
| * Changes to get a clean ez80 build using the ZDS 5.1.1 toolchainpatacongo2012-11-121-3/+3
| | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5341 42af7a65-404d-4744-a932-0658087f49c3
| * Correct some issues with last check-in; ez80 still does not buildpatacongo2012-11-111-1/+1
| | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5339 42af7a65-404d-4744-a932-0658087f49c3
| * Completes removal bash ARCHIVE loop; Adds basic Makefile for native windows ↵patacongo2012-11-111-6/+6
| | | | | | | | | | | | build git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5338 42af7a65-404d-4744-a932-0658087f49c3
| * Partial change: Removing bash ARCHIVE looppatacongo2012-11-111-3/+1
| | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5335 42af7a65-404d-4744-a932-0658087f49c3
| * Resync new repository with old repo r5166patacongo2012-09-172-12/+32
| | | | | | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5154 42af7a65-404d-4744-a932-0658087f49c3
| * Resync new repository with old repo r5166patacongo2012-09-1724-0/+4183
| | | | git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5153 42af7a65-404d-4744-a932-0658087f49c3
* Fix ENC28J60 chip enable issuepatacongo2012-09-142-12/+32
| | | | git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5153 7fd9a85b-ad96-42d3-883c-3090e2eb8679
* Missed one file in last checking; Gran allocator alignment decoupled from ↵patacongo2012-09-141-13/+64
| | | | | | granule size git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5152 7fd9a85b-ad96-42d3-883c-3090e2eb8679
* Add mm/README.txtpatacongo2012-09-132-1/+76
| | | | git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5140 7fd9a85b-ad96-42d3-883c-3090e2eb8679
* Misc fixes and optimizations for the granule allocatorpatacongo2012-09-122-38/+144
| | | | git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5136 7fd9a85b-ad96-42d3-883c-3090e2eb8679
* New file missed in last check-inpatacongo2012-09-121-0/+116
| | | | git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5135 7fd9a85b-ad96-42d3-883c-3090e2eb8679
* Fix MMC/SD support for Wildfire board; Granule allocator can now be used ↵patacongo2012-09-126-53/+39
| | | | | | from intrrupt handler git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5134 7fd9a85b-ad96-42d3-883c-3090e2eb8679
* Misc ENC28J60 fixespatacongo2012-09-122-4/+12
| | | | git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5132 7fd9a85b-ad96-42d3-883c-3090e2eb8679
* Fixes for granule allocatorpatacongo2012-09-115-9/+78
| | | | git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5131 7fd9a85b-ad96-42d3-883c-3090e2eb8679
* Update to granule allocator; Update to ENC28j60 driverpatacongo2012-09-116-17/+112
| | | | git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5130 7fd9a85b-ad96-42d3-883c-3090e2eb8679
* Add beginning of a simple granule allocator to support DMA IO buffer allocationpatacongo2012-09-114-0/+622
| | | | git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5129 7fd9a85b-ad96-42d3-883c-3090e2eb8679
* STM32 Kconfig looks good. STM32 external ram configuration changed.patacongo2012-09-051-9/+27
| | | | git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@5100 7fd9a85b-ad96-42d3-883c-3090e2eb8679
* mm/ file clean-uppatacongo2012-07-1417-439/+492
| | | | git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4943 7fd9a85b-ad96-42d3-883c-3090e2eb8679
* Fix a bad interrupt state in the PIC32 IDLE loop when the work queue is enabledpatacongo2012-06-061-2/+2
| | | | git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4805 7fd9a85b-ad96-42d3-883c-3090e2eb8679
* Fix CDC/ACM alternate interface number (from Antti)patacongo2012-04-111-0/+22
| | | | git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4589 7fd9a85b-ad96-42d3-883c-3090e2eb8679
* Add kconfig documentationpatacongo2012-04-061-1/+1
| | | | git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4567 7fd9a85b-ad96-42d3-883c-3090e2eb8679
* Adding skeleton Kconfig files (part 1 of 2)patacongo2012-04-061-0/+4
| | | | git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4564 7fd9a85b-ad96-42d3-883c-3090e2eb8679
* Completes coding of the PWM modulepatacongo2011-12-1917-0/+2958
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4200 7fd9a85b-ad96-42d3-883c-3090e2eb8679