summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove final traces of the 8015 from the NuttX source treeGregory Nutt2014-09-01318-854/+76
|
* Obsolete support for the 8051 family. Trying to maintain compatibility with ↵Gregory Nutt2014-09-0141-0/+0
| | | | this family is too much effort and there has never really been a successful NuttX impplementation on these parts
* Update ChangeLogGregory Nutt2014-09-011-0/+3
|
* Updates to the CC3200-Launchpad configuration for better compatibilityGregory Nutt2014-09-013-65/+37
|
* Update ChangeLogGregory Nutt2014-09-011-0/+2
|
* Completes the implementation of sbrk() (untested)Gregory Nutt2014-09-0116-40/+364
|
* ARMv7 address environment: Static functions not marked staticGregory Nutt2014-09-012-8/+8
|
* Fix common heap allocation logic, taking into account the kernel build ↵Gregory Nutt2014-09-011-14/+30
| | | | requirements
* Update ChangeLogGregory Nutt2014-09-011-0/+2
|
* Initial implementatino of sbrk()Gregory Nutt2014-09-017-3/+397
|
* Reanem kzalloc to kmm_zalloc for consistencyGregory Nutt2014-08-3176-116/+116
|
* Update ChangeLogGregory Nutt2014-08-311-2/+3
|
* Rename kmalloc to kmm_malloc for consistencyGregory Nutt2014-08-31111-187/+197
|
* Update ChangeLogGregory Nutt2014-08-312-4/+6
|
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-31137-641/+646
|
* Update ChangeLogGregory Nutt2014-08-311-2/+4
|
* Rename kumalloc to kumm_malloc and kuzalloc to kumm_zalloc for consistency ↵Gregory Nutt2014-08-3135-54/+54
| | | | with other naming
* Updated ChangeLogGregory Nutt2014-08-311-0/+3
|
* Rename kufree to kumm_free for consistency with other namingGregory Nutt2014-08-3128-45/+49
|
* Rename kmemalign to kmm_memalign and krealloc to kmm_realooc for consistency ↵Gregory Nutt2014-08-3116-41/+48
| | | | with other naming
* Rename kmemalign to kmm_memalign for consitency with other namingGregory Nutt2014-08-3112-33/+38
|
* Update ChangeLogGregory Nutt2014-08-311-1/+4
|
* Add low-level memory management hooks that will be needed to support brk() ↵Gregory Nutt2014-08-318-6/+505
| | | | and sbrk()
* Update ChangeLogGregory Nutt2014-08-311-0/+5
|
* Clean up some kernel build heap allocation issues. The Cortex-A kernel ↵Gregory Nutt2014-08-316-136/+75
| | | | build now compiles without errors (but cannot link until brk() and sbrk() are implemented).
* mm: Break up mm_user.c and mm_kernel.c into separate files for better symmetryGregory Nutt2014-08-3110-139/+605
|
* Update ChangeLogGregory Nutt2014-08-311-0/+4
|
* SAMA5D4-EK: Add a configuration for testing the kernel build configuration ↵Gregory Nutt2014-08-314-0/+1165
| | | | (still a work in progress)
* Remove CONFIG_MM_MULTIHEAP. Non-multiheap operation is no longer supportedGregory Nutt2014-08-31260-622/+1184
|
* Need to condition out standard allocators in kernel build. More to be doneGregory Nutt2014-08-3111-31/+26
|
* ARMv7-A: A little more logic and a few more fixes for Cortex-A kernel buildGregory Nutt2014-08-315-28/+157
|
* last change alters semantics of __HAVE_KERNEL_GLOBALSGregory Nutt2014-08-302-8/+4
|
* Back out and replace recent kludges for errno and clock_systimer. There is ↵Gregory Nutt2014-08-308-130/+17
| | | | a cleaner way
* Upate ChangeLogGregory Nutt2014-08-302-91/+5
|
* Add configuration options to start the system from a program on a file systemGregory Nutt2014-08-303-58/+270
|
* clock_systimer needs the same fix as fore get/set_errno when used with ↵Gregory Nutt2014-08-302-3/+113
| | | | system calls
* Cosmetic: Fix all comments, defaults, etc. that references the defunct name ↵Gregory Nutt2014-08-309-22/+22
| | | | user_start
* Update ChangeLogGregory Nutt2014-08-301-0/+6
|
* Separate flat, protected, and kernel mode library selected into separate ↵Gregory Nutt2014-08-306-26/+233
| | | | files. The conditional logic as exceed my able to comprehend and maintain the selections.
* Move Makefile library selections to a separate makefile fragmentGregory Nutt2014-08-303-182/+138
|
* Move Makefile directory selections to a separate makefile fragmentGregory Nutt2014-08-303-185/+181
|
* CosmeticGregory Nutt2014-08-302-2/+2
|
* Enable SYSCALL interface with address environments in the SAMA5D4-EK ELF ↵Gregory Nutt2014-08-302-2/+17
| | | | configuration
* Update ChangeLogGregory Nutt2014-08-301-1/+4
|
* Yet more issues with errno access via syscalls fixedGregory Nutt2014-08-303-18/+104
|
* Build syscalls that do not need header files (there are nonw, however)Gregory Nutt2014-08-301-2/+12
|
* Refresh all configurations that have MMUsGregory Nutt2014-08-3027-825/+2796
|
* Refresh configurations using the MPUGregory Nutt2014-08-305-331/+857
|
* Add prompt to refresh.shGregory Nutt2014-08-302-10/+18
|
* Update README fileGregory Nutt2014-08-291-8/+40
|