summaryrefslogtreecommitdiff
path: root/nuttx/arch/z16
Commit message (Expand)AuthorAgeFilesLines
* More Kconfig filespatacongo2012-04-183-0/+55
* Add kconfig documentationpatacongo2012-04-061-1/+1
* Adding skeleton Kconfig files (part 1 of 2)patacongo2012-04-061-0/+4
* Move serial header files to include/nuttx/serialpatacongo2012-03-211-1/+1
* Move file-system header files to include/nuttx/fspatacongo2012-03-212-2/+2
* Fix a small RAM log bug (the RAM log still does not work)patacongo2012-02-121-1/+1
* Add logic to re-direct debug output to a sysloggin devicepatacongo2012-02-112-7/+15
* Add logic so that a RAM log can be used in place of a console devicepatacongo2012-02-115-27/+37
* Candidate fix for the libboard.a dependency problem (from Mike Smith)patacongo2012-01-291-2/+4
* Add an 'export' target to the NuttX top-level Makefilepatacongo2011-07-111-5/+17
* 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