summaryrefslogtreecommitdiff
path: root/nuttx/mm
Commit message (Collapse)AuthorAgeFilesLines
* Resync new repository with old repo r5166patacongo2012-09-172-12/+32
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5154 42af7a65-404d-4744-a932-0658087f49c3
* Missed one file in last checking; Gran allocator alignment decoupled from ↵patacongo2012-09-141-13/+64
| | | | | | granule size git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5152 42af7a65-404d-4744-a932-0658087f49c3
* Add mm/README.txtpatacongo2012-09-132-1/+76
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5140 42af7a65-404d-4744-a932-0658087f49c3
* Misc fixes and optimizations for the granule allocatorpatacongo2012-09-122-38/+144
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5136 42af7a65-404d-4744-a932-0658087f49c3
* New file missed in last check-inpatacongo2012-09-121-0/+116
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5135 42af7a65-404d-4744-a932-0658087f49c3
* Fix MMC/SD support for Wildfire board; Granule allocator can now be used ↵patacongo2012-09-126-53/+39
| | | | | | from intrrupt handler git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5134 42af7a65-404d-4744-a932-0658087f49c3
* Misc ENC28J60 fixespatacongo2012-09-122-4/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5132 42af7a65-404d-4744-a932-0658087f49c3
* Fixes for granule allocatorpatacongo2012-09-115-9/+78
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5131 42af7a65-404d-4744-a932-0658087f49c3
* Update to granule allocator; Update to ENC28j60 driverpatacongo2012-09-116-17/+112
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5130 42af7a65-404d-4744-a932-0658087f49c3
* Add beginning of a simple granule allocator to support DMA IO buffer allocationpatacongo2012-09-114-0/+622
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5129 42af7a65-404d-4744-a932-0658087f49c3
* STM32 Kconfig looks good. STM32 external ram configuration changed.patacongo2012-09-051-9/+27
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5100 42af7a65-404d-4744-a932-0658087f49c3
* mm/ file clean-uppatacongo2012-07-1417-439/+492
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4943 42af7a65-404d-4744-a932-0658087f49c3
* Fix a bad interrupt state in the PIC32 IDLE loop when the work queue is enabledpatacongo2012-06-061-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4805 42af7a65-404d-4744-a932-0658087f49c3
* Fix CDC/ACM alternate interface number (from Antti)patacongo2012-04-111-0/+22
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4589 42af7a65-404d-4744-a932-0658087f49c3
* Add kconfig documentationpatacongo2012-04-061-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4567 42af7a65-404d-4744-a932-0658087f49c3
* Adding skeleton Kconfig files (part 1 of 2)patacongo2012-04-061-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4564 42af7a65-404d-4744-a932-0658087f49c3
* Fix an error that caused interrupts to become disabledpatacongo2011-06-181-0/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3724 42af7a65-404d-4744-a932-0658087f49c3
* Fix AVR clock setup; add SPI driverpatacongo2011-06-171-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3721 42af7a65-404d-4744-a932-0658087f49c3
* Add strndup()patacongo2011-05-291-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3649 42af7a65-404d-4744-a932-0658087f49c3
* atexit() functions now called when task killed by task delete; For MCUs with ↵patacongo2011-05-286-23/+70
| | | | | | <= 64Kb of SRAM, CONFIG_MM_SMALL can be defined to reduce the memory allocation overhead git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3648 42af7a65-404d-4744-a932-0658087f49c3
* Move memory manager into user spacepatacongo2011-04-031-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3460 42af7a65-404d-4744-a932-0658087f49c3
* Port the mm/mm_test.c logic to examples/mmpatacongo2011-03-021-3/+3
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3330 42af7a65-404d-4744-a932-0658087f49c3
* Fix warning introduced with last checkinpatacongo2011-01-191-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3262 42af7a65-404d-4744-a932-0658087f49c3
* Fix issues detected by CppCheck toolpatacongo2011-01-191-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3261 42af7a65-404d-4744-a932-0658087f49c3
* Switching to C99 stdint/stdbool.h typespatacongo2009-12-1515-136/+136
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2342 42af7a65-404d-4744-a932-0658087f49c3
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-251-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1951 42af7a65-404d-4744-a932-0658087f49c3
* Fix heap setup problempatacongo2009-05-192-33/+37
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1793 42af7a65-404d-4744-a932-0658087f49c3
* ez80f910200zco portpatacongo2008-12-081-0/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1436 42af7a65-404d-4744-a932-0658087f49c3
* Typo in commentspatacongo2008-11-131-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1221 42af7a65-404d-4744-a932-0658087f49c3
* typospatacongo2008-08-022-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@799 42af7a65-404d-4744-a932-0658087f49c3
* Using tool-specific cleanpatacongo2008-01-102-8/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@545 42af7a65-404d-4744-a932-0658087f49c3
* Compiles with ZDS-IIpatacongo2008-01-091-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@540 42af7a65-404d-4744-a932-0658087f49c3
* Changes for ZNeo compilepatacongo2008-01-092-35/+40
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@539 42af7a65-404d-4744-a932-0658087f49c3
* Make logic reorganized for non-GNU toolchainpatacongo2008-01-081-9/+9
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@528 42af7a65-404d-4744-a932-0658087f49c3
* Reduce make outputpatacongo2008-01-081-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@526 42af7a65-404d-4744-a932-0658087f49c3
* ZNeo compiler now workspatacongo2008-01-081-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@525 42af7a65-404d-4744-a932-0658087f49c3
* Add support for tools that can't make dependenciespatacongo2008-01-081-6/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@522 42af7a65-404d-4744-a932-0658087f49c3
* Integrating z80patacongo2007-12-301-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@463 42af7a65-404d-4744-a932-0658087f49c3
* Debug can now be selectively enabled by subystempatacongo2007-11-234-7/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@404 42af7a65-404d-4744-a932-0658087f49c3
* Added network init; refactored some header filespatacongo2007-09-091-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@338 42af7a65-404d-4744-a932-0658087f49c3
* Fixed several more realloc errorspatacongo2007-06-301-11/+23
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@296 42af7a65-404d-4744-a932-0658087f49c3
* Fix error in realloc when memory is extended downwardpatacongo2007-06-301-36/+40
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@295 42af7a65-404d-4744-a932-0658087f49c3
* Add 8052 IRQ test; Fix places where IDLE task could try to wait on semaphoresnuttx-1.1patacongo2007-03-141-4/+70
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@61 42af7a65-404d-4744-a932-0658087f49c3
* task_create now accepts variable number of arguments; 8051 bringup changespatacongo2007-03-111-3/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@56 42af7a65-404d-4744-a932-0658087f49c3
* Fix c5471 signal handling + deallocation bugpatacongo2007-03-083-0/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@44 42af7a65-404d-4744-a932-0658087f49c3
* Add capability to manager memory in discontiguous regions.patacongo2007-03-045-87/+206
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@35 42af7a65-404d-4744-a932-0658087f49c3
* Finally, a clean SDCC compilepatacongo2007-02-2713-101/+130
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@20 42af7a65-404d-4744-a932-0658087f49c3
* Progress toward clean SDCC compilationpatacongo2007-02-2111-43/+59
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@18 42af7a65-404d-4744-a932-0658087f49c3
* Working toward compiler independence: Removed inline funcspatacongo2007-02-201-4/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@15 42af7a65-404d-4744-a932-0658087f49c3
* Eliminating GCC dependenciespatacongo2007-02-202-8/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@14 42af7a65-404d-4744-a932-0658087f49c3