summaryrefslogtreecommitdiff
path: root/nuttx/mm/Kconfig
Commit message (Collapse)AuthorAgeFilesLines
* Fix a typo in a Kconfig fileGregory Nutt2014-09-271-1/+1
|
* Add README files and configuration support for the shared memory logicGregory Nutt2014-09-231-9/+10
|
* Add the build framework and skeleton files for the shared memory feature (no ↵Gregory Nutt2014-09-221-0/+9
| | | | logic yet provided)
* Remove CONFIG_MM_MULTIHEAP. Non-multiheap operation is no longer supportedGregory Nutt2014-08-311-19/+1
|
* Need to condition out standard allocators in kernel build. More to be doneGregory Nutt2014-08-311-1/+1
|
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate ↵Gregory Nutt2014-08-291-2/+2
| | | | new CONFIG_BUILD_KERNEL
* Cortex-A/SAMA5 address environment support is code complete (untested)Gregory Nutt2014-08-251-12/+0
|
* include/nuttx/pgalloc.h and mm/mm_pgalloc.c: Add a simple page allocator ↵Gregory Nutt2014-08-231-2/+43
| | | | based on the existing NuttX granule allocator. I am not certain if the granule allocator is sufficiently deterministic for long range use, but it gets get a page allocator in place for testing very quickly.
* 16z: Fix option bits; adjust system clock frequencyGregory Nutt2014-01-231-2/+5
|
* Beginning updates of SAM3U header files o include support for the SAM4S: ↵Gregory Nutt2013-06-101-1/+8
| | | | WDT, SUPC, EEFC, MATRIX, and PMC
* Various Kconfig files still have references to CONFIG_ variables. Some in ↵Gregory Nutt2013-04-251-2/+2
| | | | harmless comments, some in config definionts which is not harmless. All removed
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-091-0/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5724 42af7a65-404d-4744-a932-0658087f49c3
* With these fixes, the kernel build is basically functional (but there is ↵patacongo2013-03-091-1/+23
| | | | | | more to be done) git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5722 42af7a65-404d-4744-a932-0658087f49c3
* up_addregion should use kmm_addregion; move garbage kmm*.c file to mm/. for nowpatacongo2013-03-081-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5721 42af7a65-404d-4744-a932-0658087f49c3
* Add support for multiple heapspatacongo2013-03-081-2/+19
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5720 42af7a65-404d-4744-a932-0658087f49c3
* Fix MMC/SD support for Wildfire board; Granule allocator can now be used ↵patacongo2012-09-121-0/+11
| | | | | | from intrrupt handler git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5134 42af7a65-404d-4744-a932-0658087f49c3
* Update to granule allocator; Update to ENC28j60 driverpatacongo2012-09-111-0/+30
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5130 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
* 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