summaryrefslogtreecommitdiff
path: root/nuttx/include/nuttx
Commit message (Expand)AuthorAgeFilesLines
* Remove final traces of the 8015 from the NuttX source treeGregory Nutt2014-09-013-29/+2
* Completes the implementation of sbrk() (untested)Gregory Nutt2014-09-013-11/+15
* ARMv7 address environment: Static functions not marked staticGregory Nutt2014-09-011-2/+2
* Initial implementatino of sbrk()Gregory Nutt2014-09-012-1/+36
* Reanem kzalloc to kmm_zalloc for consistencyGregory Nutt2014-08-312-2/+2
* Rename kmalloc to kmm_malloc for consistencyGregory Nutt2014-08-318-17/+27
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-314-10/+15
* Rename kumalloc to kumm_malloc and kuzalloc to kumm_zalloc for consistency wi...Gregory Nutt2014-08-312-5/+5
* Rename kufree to kumm_free for consistency with other namingGregory Nutt2014-08-311-8/+10
* Rename kmemalign to kmm_memalign and krealloc to kmm_realooc for consistency ...Gregory Nutt2014-08-312-19/+25
* Rename kmemalign to kmm_memalign for consitency with other namingGregory Nutt2014-08-312-5/+10
* Add low-level memory management hooks that will be needed to support brk() an...Gregory Nutt2014-08-311-0/+33
* Clean up some kernel build heap allocation issues. The Cortex-A kernel build...Gregory Nutt2014-08-313-9/+29
* mm: Break up mm_user.c and mm_kernel.c into separate files for better symmetryGregory Nutt2014-08-311-1/+14
* Remove CONFIG_MM_MULTIHEAP. Non-multiheap operation is no longer supportedGregory Nutt2014-08-312-14/+22
* Need to condition out standard allocators in kernel build. More to be doneGregory Nutt2014-08-311-7/+7
* last change alters semantics of __HAVE_KERNEL_GLOBALSGregory Nutt2014-08-301-7/+3
* Back out and replace recent kludges for errno and clock_systimer. There is a...Gregory Nutt2014-08-302-118/+2
* Upate ChangeLogGregory Nutt2014-08-301-90/+0
* clock_systimer needs the same fix as fore get/set_errno when used with system...Gregory Nutt2014-08-301-0/+110
* Cosmetic: Fix all comments, defaults, etc. that references the defunct name u...Gregory Nutt2014-08-301-3/+3
* Yet more issues with errno access via syscalls fixedGregory Nutt2014-08-301-0/+90
* Various changes/fixes to get configs/stm32f4discovery/kostest working after t...Gregory Nutt2014-08-291-2/+2
* Some initial clean-up in verifying the CONFIG_BUILD_PROTECTED configuration c...Gregory Nutt2014-08-291-5/+3
* Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new...Gregory Nutt2014-08-298-46/+70
* g_system_timer must be handler in a special way if there are external modulesGregory Nutt2014-08-281-8/+34
* STM32 FLASH fixes: use size_t instead of uint16_t, make interface more generi...Gregory Nutt2014-08-281-7/+22
* ADDRENV: Use a group flag to determine if there is an address environment (in...Gregory Nutt2014-08-271-0/+1
* Add group_addrenv() which will be called during context switches in order to ...Gregory Nutt2014-08-261-1/+3
* Add up_addrenv_coherent which will be called before address environment switchesGregory Nutt2014-08-261-0/+20
* Rename up_addrenv_assign() to up_addrenv_clone() and generalize its arguments...Gregory Nutt2014-08-262-11/+14
* Misc changed to get the SAMA5 ELF configuration with address environments wor...Gregory Nutt2014-08-253-7/+8
* Cortex-A/SAMA5 address environment support is code complete (untested)Gregory Nutt2014-08-253-27/+40
* Change naming of ELF interfaces from arch_ to up_ for consistencyGregory Nutt2014-08-251-11/+13
* After cached related fix, the ELF example is now functionalGregory Nutt2014-08-241-7/+10
* addrenv interface changes: up_addrenv_create() may need to create .text and ....Gregory Nutt2014-08-244-20/+57
* Add addrenv.h; First cut at Cortex-A address environment structures; Add conf...Gregory Nutt2014-08-245-9/+186
* Change CONFIG_ADDRENV to CONFIG_ARCH_ADDRENV; change how it is selected -- th...Gregory Nutt2014-08-245-19/+19
* include/nuttx/pgalloc.h and mm/mm_pgalloc.c: Add a simple page allocator bas...Gregory Nutt2014-08-232-9/+212
* gran_reserve(): Add a new function to reserve unallocatable regions in the g...Gregory Nutt2014-08-231-11/+39
* A few fixes for compilation errors due to recent address environment fixesGregory Nutt2014-08-222-2/+3
* An address environment is the property of a task group, not of a threadGregory Nutt2014-08-225-83/+103
* Add support for statically allocated watchdog timer structuresGregory Nutt2014-08-221-1/+66
* wdog.h does not contain any application interface, only internal OS interface...Gregory Nutt2014-08-212-2/+113
* SAM4E-EK: Add ILI9341-based LCD driverGregory Nutt2014-08-201-13/+13
* Add missing include file. From KosmaGregory Nutt2014-08-201-0/+2
* Add a register definition header file for the ILI9341 LCDGregory Nutt2014-08-191-0/+188
* Move some internal networking function protoypes out of the public include/nu...Gregory Nutt2014-08-181-41/+7
* Change the way PHY interrupts work: disable automatically. Then we have to r...Gregory Nutt2014-08-171-5/+15
* In order to get PHY interrupts, they must be enabled at the PHY (still don't ...Gregory Nutt2014-08-172-1/+43