nuttx/arch/arm/src/common
Xiang Xiao dcaaf2d912 ramlog: Remove all ramlog_consoleinit related code
Because we can get the same function by CONSOLE_SYSLOG/syslog_console_init.
BTW, it isn't a good choice to use g_ramlogfops as /dev/console since nsh
will read back what it send out which will surprise most people.
2020-02-18 12:57:43 -06:00
..
README_lwl_console.txt arch/arm/src/common/up_lwl_console.c: Add support for a 'Lightweight Link' protocol between a target and debugger for use when you need a console but the target doesn't have a spare serial port or other available resource. 2019-06-03 07:31:17 -06:00
up_allocateheap.c
up_arch.h Refine the preprocessor conditional guard style (#190) 2020-01-31 19:07:39 +01: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
up_exit.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -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 Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
up_initialize.c ramlog: Remove all ramlog_consoleinit related code 2020-02-18 12:57:43 -06:00
up_internal.h ramlog: Remove all ramlog_consoleinit related code 2020-02-18 12:57:43 -06:00
up_interruptcontext.c Trivial coding standard fix. 2018-06-08 11:14:28 -06:00
up_lowputs.c
up_lwl_console.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
up_mdelay.c
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
up_puts.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -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
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