summaryrefslogtreecommitdiff
path: root/nuttx/arch/z16
Commit message (Expand)AuthorAgeFilesLines
* current_regs should be volatile; add support for nested interrupts; enable in...patacongo2011-04-063-22/+28
* Remove user_initialize(); Make sure all integer types are signed that need to bepatacongo2011-04-061-4/+4
* Move memory manager into user spacepatacongo2011-04-031-1/+1
* Pass __KERNEL__ define (or not) to all makes to handle small differences in u...patacongo2011-04-031-3/+3
* Stubs are working/Proxies are closepatacongo2011-04-011-0/+82
* 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
* Fix backward conditional compilationpatacongo2009-12-171-2/+2
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-162-2/+2
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-1626-152/+161
* Changing NuttX fixed size type names to C99 standard names -- things will be ...patacongo2009-12-141-14/+22
* Need limits of signed and unsigned pointer-sized integerspatacongo2009-12-141-2/+3
* Add range of pointer integer typespatacongo2009-12-132-24/+29
* types blkcnt_t and off_t should not depend on memory model; Remove non-standa...patacongo2009-12-132-6/+6
* Eliminate some hcs12 compile errors/warningspatacongo2009-12-131-1/+5
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-255-5/+5
* 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
* Fixes for z16f compilepatacongo2009-02-071-5/+1
* Make sure z16f still buildspatacongo2008-11-071-0/+14
* Fix errors/omissions in previous check-inpatacongo2008-02-171-1/+0
* Suppress debug output if CONFIG_DEBUG_SCHED is not definedpatacongo2008-02-174-11/+39
* Fix inconsistent use of CONFIG_ARCH_LOWPUTCpatacongo2008-02-163-12/+15
* Add timer initialization and interrupt controlpatacongo2008-02-161-2/+7
* Changes for clean link of pashello with z16fpatacongo2008-02-031-3/+5
* errno now defined to be *get_errno_ptr()patacongo2008-02-011-2/+2
* *** empty log message ***patacongo2008-01-315-140/+127
* 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-305-20/+56
* Fix some Z16F serial bugspatacongo2008-01-291-29/+26
* Z16F Debugpatacongo2008-01-292-120/+121
* Basic Z16F serial driver functionalitypatacongo2008-01-283-12/+9
* Z16F compile/link with all OS features enabledpatacongo2008-01-285-26/+37
* Code completepatacongo2008-01-281-80/+112
* Structure serial driver interface to support different interrupt architecturespatacongo2008-01-262-83/+143
* Basic NuttX port functionalpatacongo2008-01-261-1/+1
* Clock system was missingpatacongo2008-01-262-250/+257
* Fix a16f serial bugspatacongo2008-01-263-30/+25
* Same fixes as for interrupt returnpatacongo2008-01-251-105/+112
* Initial Z61F debugpatacongo2008-01-258-123/+147
* Add z16f system exception handling logic.patacongo2008-01-2511-714/+887
* Add z16f LED logicpatacongo2008-01-241-0/+8
* Add Z16f context switching logicpatacongo2008-01-248-627/+964
* Adding context switching logicpatacongo2008-01-236-464/+633