nuttx/arch/arm/src/common
2017-02-09 20:38:15 +00:00
..
arm-elf.h A little more ELF loader logic 2012-10-25 16:18:20 +00:00
up_allocateheap.c Rename board_led_on to board_autoled_on 2015-11-01 09:07:06 -06:00
up_arch.h Back out use on inline functions to access 16-bit registers. The inline functions were a work-around for misbehaving compiler years and years ago. The mon standard macro-ized version should work just fine. 2017-01-27 11:53:04 -06:00
up_checkstack.c Significantly stylistic changes required after review of last PR 2016-06-28 09:37:21 -06:00
up_createstack.c Add CONFIG_DEBUG_ERROR. Change names of *dbg() * *err() 2016-06-11 15:50:49 -06:00
up_etherstub.c Remove comments before empty sections in C files 2016-02-21 11:26:43 -06:00
up_exit.c Typo up_exit.c edited online with Bitbucket 2017-02-09 20:38:15 +00:00
up_idle.c Remove comments before empty sections in C files 2016-02-21 11:26:43 -06:00
up_initialize.c up_timer_initialize() is named incorrectly. The prefix should be the architecture name, not up_ since it is private to the architecture. up_timerisr() is similarly misnamed and should also be private since it is used only with the xyz_timerisr.c files. Also updat TODO list. 2017-02-07 10:35:04 -06:00
up_internal.h up_timer_initialize() is named incorrectly. The prefix should be the architecture name, not up_ since it is private to the architecture. up_timerisr() is similarly misnamed and should also be private since it is used only with the xyz_timerisr.c files. Also updat TODO list. 2017-02-07 10:35:04 -06:00
up_interruptcontext.c Rename current_regs to g_current_regs; For ARM, g_current_regs needs to be an array to support multiple CPUs 2016-03-09 13:41:48 -06:00
up_lowputs.c Remove comments before empty sections in C files 2016-02-21 11:26:43 -06:00
up_mdelay.c Remove comments before empty sections in C files 2016-02-21 11:26:43 -06:00
up_modifyreg8.c Remove comments before empty sections in C files 2016-02-21 11:26:43 -06:00
up_modifyreg16.c Remove comments before empty sections in C files 2016-02-21 11:26:43 -06:00
up_modifyreg32.c Remove comments before empty sections in C files 2016-02-21 11:26:43 -06:00
up_pthread_start.c Remove comments before empty sections in C files 2016-02-21 11:26:43 -06:00
up_puts.c Remove comments before empty sections in C files 2016-02-21 11:26:43 -06:00
up_releasestack.c Remove comments before empty sections in C files 2016-02-21 11:26:43 -06:00
up_stackframe.c Standardize the width of all comment boxes in header files 2015-10-02 17:42:29 -06:00
up_task_start.c Remove comments before empty sections in C files 2016-02-21 11:26:43 -06:00
up_udelay.c Remove comments before empty sections in C files 2016-02-21 11:26:43 -06:00
up_usestack.c complete logic in 'create stack' and 'use stack' to support stack coloration. Fix some booboos breaking compatibility with TLS in libc. 2016-05-25 10:37:38 -05:00
up_vfork.c Add CONFIG_DEBUG_ERROR. Change names of *dbg() * *err() 2016-06-11 15:50:49 -06:00
up_vfork.h Implement vfork() for the MIPS32 architecture 2013-01-15 15:40:18 +00:00