summaryrefslogtreecommitdiff
path: root/nuttx/arch/z16/src/common
Commit message (Expand)AuthorAgeFilesLines
* current_regs should be volatile; add support for nested interrupts; enable in...patacongo2011-04-063-22/+28
* Move memory manager into user spacepatacongo2011-04-031-1/+1
* Fix a signal trampoline bugnuttx-5.12patacongo2010-10-272-11/+10
* Argument to up_udelay() should be type useconds_tpatacongo2009-12-201-1/+2
* Missed uint32 type conversionspatacongo2009-12-174-5/+5
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-161-1/+1
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-1619-61/+64
* types blkcnt_t and off_t should not depend on memory model; Remove non-standa...patacongo2009-12-132-6/+6
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-253-3/+3
* Basic i.MX1 low-level bootpatacongo2009-04-101-1/+1
* Repartition functionality in preparation for nested, pending reprioritizationpatacongo2009-03-101-3/+0
* Back out part of the last change -- that was a bad ideapatacongo2009-03-101-16/+3
* Add support for priority inheritancepatacongo2009-03-081-4/+20
* Suppress debug output if CONFIG_DEBUG_SCHED is not definedpatacongo2008-02-174-11/+39
* Fix inconsistent use of CONFIG_ARCH_LOWPUTCpatacongo2008-02-161-6/+8
* errno now defined to be *get_errno_ptr()patacongo2008-02-011-2/+2
* *** empty log message ***patacongo2008-01-313-27/+23
* Z16F integration changespatacongo2008-01-313-5/+5
* fix conditional compilationpatacongo2008-01-301-1/+1
* Recalibrate delay looppatacongo2008-01-301-2/+5
* errno was clobbered by mm_trysemaphore when task existspatacongo2008-01-301-36/+9
* Added low-level console driverpatacongo2008-01-302-4/+22
* Z16F compile/link with all OS features enabledpatacongo2008-01-281-2/+2
* Initial Z61F debugpatacongo2008-01-255-8/+8
* Add z16f system exception handling logic.patacongo2008-01-255-2/+8
* Add Z16f context switching logicpatacongo2008-01-242-2/+15
* Fixes for clean(er) compilationpatacongo2008-01-235-20/+28
* Fix Z16F context structurepatacongo2008-01-134-29/+36
* Fix some ZDS-II compile errorspatacongo2008-01-1111-12/+15
* untest z16f codepatacongo2008-01-1123-8/+2837
* z16f common directorypatacongo2008-01-111-0/+174