nuttx/arch/arm/src/common
2015-07-17 07:20:16 -06:00
..
arm-elf.h
up_allocateheap.c Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
up_arch.h More naming changes to get the stm3240g-eval/nxterm configuration building again 2014-09-20 15:53:28 -06:00
up_checkstack.c arch/: board function prototypes are now in include/nuttx/board.h. Remove from architecture header file; Add inclusion of nuttx/board.h to all files referencing board functions 2015-02-27 17:19:38 -06:00
up_createstack.c Add support for dumping board-specific information on assertion. From David Sidrane 2015-03-04 07:00:29 -06:00
up_etherstub.c Add CONFIG_NETDEV_LATEINIT that can be used to suppress calls to up_netinitialize() from early initialization 2015-07-17 07:20:16 -06:00
up_exit.c Add ADDRENV support to ALL implmentations of _exit() 2014-08-27 16:31:02 -06:00
up_idle.c
up_initialize.c Add CONFIG_NETDEV_LATEINIT that can be used to suppress calls to up_netinitialize() from early initialization 2015-07-17 07:20:16 -06:00
up_internal.h Add CONFIG_NETDEV_LATEINIT that can be used to suppress calls to up_netinitialize() from early initialization 2015-07-17 07:20:16 -06:00
up_interruptcontext.c
up_lowputs.c Make sure that there is one space between while and condition 2014-04-12 13:09:48 -06:00
up_mdelay.c Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
up_modifyreg8.c
up_modifyreg16.c
up_modifyreg32.c
up_pthread_start.c Various changes/fixes to get configs/stm32f4discovery/kostest working after the big configuration renaming (and after a long period of bit rot) 2014-08-29 16:23:46 -06:00
up_puts.c
up_releasestack.c Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new CONFIG_BUILD_KERNEL 2014-08-29 14:47:22 -06:00
up_stackframe.c More trailing whilespace removal 2014-04-13 16:22:22 -06:00
up_task_start.c Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new CONFIG_BUILD_KERNEL 2014-08-29 14:47:22 -06:00
up_udelay.c Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
up_usestack.c
up_vfork.c Fix a Cortex-A compilation error in the vfork() logic when system calls are enabled in modes other than CONFIG_BUILD_KERNEL. 2015-07-01 08:34:51 -06:00
up_vfork.h