nuttx/arch/arm/src/common
2014-04-17 08:56:20 -06:00
..
arm-elf.h A little more ELF loader logic 2012-10-25 16:18:20 +00:00
up_allocateheap.c Many changes to reduce complaints from CppCheck. Several latent bugs fixes, but probably some new typos introduced 2014-02-10 18:08:49 -06:00
up_arch.h Email address change in nuttx/ 2012-09-13 18:32:24 +00:00
up_checkstack.c Add logic to check interrupt stack usage 2014-03-23 10:11:58 -06:00
up_createstack.c rename up_led*() functions to board_led_*() 2014-01-24 14:28:49 -06:00
up_etherstub.c Remove executable property from source and make files 2012-09-13 18:46:10 +00:00
up_exit.c Clean up some naming: fd vs. fildes vs. filedes and filep vs filp 2013-09-28 16:50:07 -06:00
up_idle.c Email address change in nuttx/ 2012-09-13 18:32:24 +00:00
up_initialize.c mv ramlog.h and syslog.h to new include/nuttx/syslog 2014-04-10 09:29:30 -06:00
up_internal.h Move the un-definitions of __ramfuncs__ from the sam_clockconfig.c to the common up_internal.h header file so that the attribute will be applied the same to function definitions and prototypes. 2014-04-17 08:56:20 -06:00
up_interruptcontext.c Email address change in nuttx/ 2012-09-13 18:32:24 +00:00
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 Changes to get PX4 config to build. Also some warning removal 2014-01-14 13:30:22 -06:00
up_modifyreg8.c Email address change in nuttx/ 2012-09-13 18:32:24 +00:00
up_modifyreg16.c Email address change in nuttx/ 2012-09-13 18:32:24 +00:00
up_modifyreg32.c Email address change in nuttx/ 2012-09-13 18:32:24 +00:00
up_pthread_start.c Fix bad conditional logic in mkconfig.c; Add user-mode pthread start-up logic 2013-03-16 17:37:40 +00:00
up_puts.c KL: Now builds up_puts 2013-10-01 11:51:27 -06:00
up_releasestack.c In the kernel build, allocate the stacks for kernel threads from the kernel heap so that they are protected from medddling by the applications 2013-03-20 20:27:08 +00:00
up_signal_dispatch.c More trailing whilespace removal 2014-04-13 16:22:22 -06:00
up_stackframe.c More trailing whilespace removal 2014-04-13 16:22:22 -06:00
up_task_start.c Add support for calling to and returning from signal handlers in in user-mode threads 2013-03-17 00:40:49 +00:00
up_udelay.c Email address change in nuttx/ 2012-09-13 18:32:24 +00:00
up_usestack.c In the kernel build, allocate the stacks for kernel threads from the kernel heap so that they are protected from medddling by the applications 2013-03-20 20:27:08 +00:00
up_vfork.c More trailing whilespace removal 2014-04-13 16:22:22 -06:00
up_vfork.h Implement vfork() for the MIPS32 architecture 2013-01-15 15:40:18 +00:00