nuttx/arch/arm/src/common
2019-05-04 18:28:43 -06: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 Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
up_createstack.c tools/nxstyle.c: Fix logic that detects if an operator is correctly delimited with spaces. sched/: Various changes because sched/ C files were used as Guinea Pigs to test nstyle.c. 2019-03-01 10:50:02 -06:00
up_etherstub.c Remove comments before empty sections in C files 2016-02-21 11:26:43 -06:00
up_exit.c CONFIG_NFILE_DESCRIPTORS=0 can no longer be used to disable the file system. NuttX with no file system does not make sense. 2019-02-11 12:09:26 -06:00
up_hostfs.c arch/arm: (1) Add semihost support for syslog, (2) Add semihost support for HostFS 2018-08-23 08:00:07 -06:00
up_idle.c Rename sched_process_timer to nxsched_process_timer. That is the appropriate name for an internal sched/ function (still many named incorrectly). 2019-03-20 19:27:40 -06:00
up_initialize.c arch/arm/src/common/up_initialize.c: up_initialize.c needs to know about ramlog_consoleinit() 2019-05-04 18:28:43 -06:00
up_internal.h arch/ and config/ files: All board interfaces (those starting with board_) must be defined in board-specific logic. Otherwise, they cannot be customized of specialized usage by different boards. The board_reset() interface was defined in architecture-specific logic that only called up_systemreset(). That is useless! 2019-03-25 11:12:38 -06:00
up_interruptcontext.c Trivial coding standard fix. 2018-06-08 11:14:28 -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 Merged in masayuki2009/nuttx.nuttx/lc823450_smp_improvement (pull request #554) 2017-12-08 12:31:34 +00:00
up_modifyreg16.c Merged in masayuki2009/nuttx.nuttx/lc823450_smp_improvement (pull request #554) 2017-12-08 12:31:34 +00:00
up_modifyreg32.c Merged in masayuki2009/nuttx.nuttx/lc823450_smp_improvement (pull request #554) 2017-12-08 12:31:34 +00: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 pthreads: Add support static pthread stack. Add standard pthread_attr_setstack() and pthread_attr_getstack(). In all cases where the stack is released, add check to see which allocator must be used to free the stack: The user or the kernel allocator. 2018-08-23 09:49:20 -06:00
up_semi_syslog.c arch/arm: (1) Add semihost support for syslog, (2) Add semihost support for HostFS 2018-08-23 08:00:07 -06:00
up_stackframe.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -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 Correct mispelling 2017-04-22 17:03:34 -06:00
up_usestack.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
up_vfork.c arch/arm: Add the initial cortex-a7 archtiecture support 2019-03-19 11:51:29 -06:00
up_vfork.h Implement vfork() for the MIPS32 architecture 2013-01-15 15:40:18 +00:00