nuttx/arch/z80/src/common
2017-02-07 10:35:04 -06:00
..
Kconfig Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation 2015-06-28 08:08:57 -06:00
up_allocateheap.c Update some header commments 2016-08-06 18:16:31 -06:00
up_arch.h
up_assert.c Update some header commments 2016-08-06 18:16:31 -06:00
up_blocktask.c Add _ to the beginning of all debug macros to avoid name collisions 2016-06-16 12:33:32 -06:00
up_createstack.c Add CONFIG_DEBUG_ERROR. Change names of *dbg() * *err() 2016-06-11 15:50:49 -06:00
up_doirq.c Remove lowsyslog(). The new syslog() includes all of the functionality of lowsyslog(). No longer any need for two interfaces. 2016-06-20 08:57:08 -06:00
up_exit.c In all implementations of _exit(), use enter_critical_section() vs. disabling local interrupts. 2017-01-13 11:08:24 -06:00
up_idle.c Update some header commments 2016-08-06 18:16:31 -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 Standardize the width of all comment boxes in header files 2015-10-02 17:42:29 -06:00
up_mdelay.c Update some header commments 2016-08-06 18:16:31 -06:00
up_puts.c
up_releasepending.c Without lowsyslog() *llinfo() is not useful. Eliminate and replace with *info(). 2016-06-20 11:59:15 -06:00
up_releasestack.c Update some header commments 2016-08-06 18:16:31 -06:00
up_reprioritizertr.c Without lowsyslog() *llinfo() is not useful. Eliminate and replace with *info(). 2016-06-20 11:59:15 -06:00
up_stackdump.c Update some header commments 2016-08-06 18:16:31 -06:00
up_stackframe.c Eliminate some warnings 2016-06-13 14:01:32 -06:00
up_udelay.c Update some header commments 2016-08-06 18:16:31 -06:00
up_unblocktask.c Add _ to the beginning of all debug macros to avoid name collisions 2016-06-16 12:33:32 -06:00
up_usestack.c Standardize the width of all comment boxes in header files 2015-10-02 17:42:29 -06:00