summaryrefslogtreecommitdiff
path: root/nuttx/include
Commit message (Expand)AuthorAgeFilesLines
* 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-303-119/+3
* 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-292-17/+31
* 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-2910-48/+73
* include/sys/syscall.h: System definitions should depend on CONFIG_LIB_SYSCALL...Gregory Nutt2014-08-282-4/+3
* g_system_timer must be handler in a special way if there are external modulesGregory Nutt2014-08-281-8/+34
* errno must be handled in a special way if there are external modulesGregory Nutt2014-08-281-6/+13
* STM32 FLASH fixes: use size_t instead of uint16_t, make interface more generi...Gregory Nutt2014-08-281-7/+22
* Can't used task_create() if address environments enabledGregory Nutt2014-08-271-5/+13
* 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-9/+10
* 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
* Add some helper macros to make the code a little more compacGregory Nutt2014-08-171-0/+6
* CosmeticGregory Nutt2014-08-171-2/+3
* More of the PHY event notification logic change: Fix some compile errors whe...Gregory Nutt2014-08-161-1/+1
* Finishes the ioctl definition to subscribe to PHY events. Revamp network ioct...Gregory Nutt2014-08-164-76/+91
* Add support for an ioctl that can be used to notify an application when there...Gregory Nutt2014-08-163-4/+155
* Move SLIP prototypes from net.h to new slip.hGregory Nutt2014-08-161-13/+39