nuttx/arch/z80/src/common
Gregory Nutt f5b890d098 Squashed commit of the following:
arch/z80/src/ez80:  Clean-up RTC driver; get a clean compilation.  Still untested.

    arch/z80/src/ez80:  This brings the RTC to code complete, but does not yet compile.

    arch/z80/src/ez80/ez80_rtc.c:  Bring in badly ported RTC driver from STM32F4.  Little more than naming changing at this point not even ready to attempt comilation

    arch/z80/src/ez80:  Add RTC driver.  Initial commit is just the STMF4 RTC driver with name changes.
2019-06-08 09:58:24 -06:00
..
Kconfig
up_allocateheap.c Update some header commments 2016-08-06 18:16:31 -06:00
up_arch.h A few more fixes for compilation with current SDCC compiler 2017-10-01 07:43:59 -06:00
up_assert.c arch assertions: Correct duplicated logic from commit dbf01d12b7. Checking for PID == zero is not a valid way to test for the IDLE task in all configurations! This is only true in the single CPU configuration. In multiple CPU configurations, there will be a separate IDLE task for each CPU with a different PID. 2018-12-18 17:35:42 -06:00
up_blocktask.c Replace all ASSERT with DEBUGASSERT to save the code space 2018-08-24 06:58:30 -06:00
up_createstack.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00
up_doirq.c Re-verify ez80 build. Fixes to other ZiLOG architectures broke ez80 again. 2019-06-03 19:04:24 -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_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 Squashed commit of the following: 2019-06-08 09:58:24 -06:00
up_internal.h Squashed commit of the following: 2019-06-08 09:58:24 -06:00
up_interruptcontext.c
up_mdelay.c Update some header commments 2016-08-06 18:16:31 -06:00
up_puts.c
up_releasepending.c A few more fixes for compilation with current SDCC compiler 2017-10-01 07:43:59 -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_reprioritizertr.c Replace non critical PANIC with DEBUGPANIC to save the code space 2018-08-24 06:21:15 -06:00
up_stackdump.c arch/ all assertion functinos: up_stackdump dump the full stack if stack overflow the stack info is very useful to find the backtrace 2018-11-11 12:52:36 -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_udelay.c Correct mispelling 2017-04-22 17:03:34 -06:00
up_unblocktask.c Replace all ASSERT with DEBUGASSERT to save the code space 2018-08-24 06:58:30 -06:00
up_usestack.c Make sure that labeling is used consistently in all function headers. 2018-02-01 10:00:02 -06:00