summaryrefslogtreecommitdiffstats
path: root/nuttx/arch/z16
AgeCommit message (Expand)AuthorFilesLines
2011-04-06current_regs should be volatile; add support for nested interrupts; enable in...patacongo3-22/+28
2011-04-06Remove user_initialize(); Make sure all integer types are signed that need to bepatacongo1-4/+4
2011-04-03Move memory manager into user spacepatacongo1-1/+1
2011-04-03Pass __KERNEL__ define (or not) to all makes to handle small differences in u...patacongo1-3/+3
2011-04-01Stubs are working/Proxies are closepatacongo1-0/+82
2010-10-27Fix a signal trampoline bugpatacongo2-11/+10
2009-12-20Argument to up_udelay() should be type useconds_tpatacongo1-1/+2
2009-12-17Missed uint32 type conversionspatacongo4-5/+5
2009-12-17Fix backward conditional compilationpatacongo1-2/+2
2009-12-16Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2-2/+2
2009-12-16Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo26-152/+161
2009-12-14Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo1-14/+22
2009-12-14Need limits of signed and unsigned pointer-sized integerspatacongo1-2/+3
2009-12-13Add range of pointer integer typespatacongo2-24/+29
2009-12-13types blkcnt_t and off_t should not depend on memory model; Remove non-standa...patacongo2-6/+6
2009-12-13Eliminate some hcs12 compile errors/warningspatacongo1-1/+5
2009-06-25Consolidate buffer dumping; fix all occurrences of 'the the'patacongo5-5/+5
2009-04-10Basic i.MX1 low-level bootpatacongo1-1/+1
2009-03-10Repartition functionality in preparation for nested, pending reprioritizationpatacongo1-3/+0
2009-03-10Back out part of the last change -- that was a bad ideapatacongo1-16/+3
2009-03-08Add support for priority inheritancepatacongo1-4/+20
2009-02-07Fixes for z16f compilepatacongo1-5/+1
2008-11-07Make sure z16f still buildspatacongo1-0/+14
2008-02-17Fix errors/omissions in previous check-inpatacongo1-1/+0
2008-02-17Suppress debug output if CONFIG_DEBUG_SCHED is not definedpatacongo4-11/+39
2008-02-16Fix inconsistent use of CONFIG_ARCH_LOWPUTCpatacongo3-12/+15
2008-02-16Add timer initialization and interrupt controlpatacongo1-2/+7
2008-02-03Changes for clean link of pashello with z16fpatacongo1-3/+5
2008-02-01errno now defined to be *get_errno_ptr()patacongo1-2/+2
2008-01-31*** empty log message ***patacongo5-140/+127
2008-01-31Z16F integration changespatacongo3-5/+5
2008-01-30fix conditional compilationpatacongo1-1/+1
2008-01-30Recalibrate delay looppatacongo1-2/+5
2008-01-30errno was clobbered by mm_trysemaphore when task existspatacongo1-36/+9
2008-01-30Added low-level console driverpatacongo5-20/+56
2008-01-29Fix some Z16F serial bugspatacongo1-29/+26
2008-01-29Z16F Debugpatacongo2-120/+121
2008-01-28Basic Z16F serial driver functionalitypatacongo3-12/+9
2008-01-28Z16F compile/link with all OS features enabledpatacongo5-26/+37
2008-01-28Code completepatacongo1-80/+112
2008-01-26Structure serial driver interface to support different interrupt architecturespatacongo2-83/+143
2008-01-26Basic NuttX port functionalpatacongo1-1/+1
2008-01-26Clock system was missingpatacongo2-250/+257
2008-01-26Fix a16f serial bugspatacongo3-30/+25
2008-01-25Same fixes as for interrupt returnpatacongo1-105/+112
2008-01-25Initial Z61F debugpatacongo8-123/+147
2008-01-25Add z16f system exception handling logic.patacongo11-714/+887
2008-01-24Add z16f LED logicpatacongo1-0/+8
2008-01-24Add Z16f context switching logicpatacongo8-627/+964
2008-01-23Adding context switching logicpatacongo6-464/+633